aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Merge from tbemd:Warner Losh2010-09-131-6/+7
* sh: Add __dead2 to two functions that do not return.Jilles Tjoelker2010-09-121-2/+2
* sh: Fix exit status if return is used within a loop condition.Jilles Tjoelker2010-09-111-0/+2
* sh: Apply variable assignments left-to-right in bltinlookup().Jilles Tjoelker2010-09-111-1/+5
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-1/+1
* test(1): Fix markup, ( and ) must be separate arguments so leave spaces.Jilles Tjoelker2010-09-101-1/+1
* test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.Jilles Tjoelker2010-09-101-5/+12
* sh(1): Remove xrefs for expr(1) and getopt(1).Jilles Tjoelker2010-09-101-3/+1
* expr(1): Add sh(1) versions of examples, remove an incorrect example.Jilles Tjoelker2010-09-091-10/+21
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.Jilles Tjoelker2010-09-081-0/+1
* sh: Improve comments in expand.c.Jilles Tjoelker2010-09-051-21/+37
* sh: Get rid of some magic numbers.Jilles Tjoelker2010-09-041-2/+2
* sh: Do not use locale for determining if something is a name.Jilles Tjoelker2010-09-031-5/+5
* Touch the man page date after updating the ustar limitations.Brian Somers2010-08-291-1/+1
* Correct an out-by-one error when earlying out ustar filenames thatBrian Somers2010-08-292-2/+4
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* Fix an off-by-one error where we try to split a path name that'sBrian Somers2010-08-271-1/+1
* sh: Remove remnants of '!!' to negate pattern.Jilles Tjoelker2010-08-221-17/+2
* sh(1): Add a brief summary of arithmetic expressions.Jilles Tjoelker2010-08-221-5/+36
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.Jilles Tjoelker2010-08-151-2/+3
* sh: Add a forgotten const.Jilles Tjoelker2010-08-131-1/+1
* sh: Fix shadowing of sigset.Jilles Tjoelker2010-08-131-3/+3
* sh: Fix heap-based buffer overflow in pathname generation.Jilles Tjoelker2010-08-101-16/+15
* Remove unnecessary duplicate letters in mksyntax.c,Jilles Tjoelker2010-08-081-2/+2
* sh: Return 0 from eval if no command was given.Jilles Tjoelker2010-08-031-1/+7
* Document the new argument parser for sleep(1) and SIGINFO behaviour.Konstantin Belousov2010-08-021-6/+7
* Simplify argument parser by using sscanf(); simplify usage() by notKonstantin Belousov2010-08-021-72/+19
* sh: Do not enter consecutive duplicates into the history.Jilles Tjoelker2010-08-011-0/+1
* Spelling fixes.Joel Dahl2010-07-311-1/+1
* Deal with proper format for printing time_t.Konstantin Belousov2010-07-311-3/+5
* Report the time left for the sleep on SIGINFO.Konstantin Belousov2010-07-311-19/+47
* kill: Stop processing if a syntactically invalid pid is encountered.Jilles Tjoelker2010-07-291-4/+3
* Typo fix: s/ommited/omittedBenedict Reuschling2010-07-271-2/+2
* sh: Fix crash due to uninitialized here-document.Jilles Tjoelker2010-07-251-0/+3
* Fix alignment for the 'flags' label, and make more room for 'tdev'.Edward Tomasz Napierala2010-07-241-2/+2
* Add P_HASTHREADS flag description.Edward Tomasz Napierala2010-07-241-1/+2
* sh: Allow a background command consisting solely of redirections.Jilles Tjoelker2010-07-181-0/+1
* sh: There cannot be a TNOT in simplecmd(), remove checks.Jilles Tjoelker2010-07-141-19/+3
* Add -l to the synopsisBrian Somers2010-07-121-1/+1
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.Jilles Tjoelker2010-07-021-12/+11
* sh: Forget about terminated background processes sooner.Jilles Tjoelker2010-06-294-9/+66
* Recognise the -l switch with pkill - list kill command(s) used.Brian Somers2010-06-202-8/+16
* sh: Fix compilation with -DNO_HISTORY.Jilles Tjoelker2010-06-191-0/+1
* sh: Add filename completion.Jilles Tjoelker2010-06-151-0/+4
* More mdoc nitpicking to improve compatibility to mdocmlUlrich Spörlein2010-06-111-1/+1
* sh: Pass through SIGINT from a child if interactive and job controlJilles Tjoelker2010-06-061-0/+6
* Don't try to copy a socket after "xxx is a socket (not copied)." message.Edward Tomasz Napierala2010-06-051-0/+1
* Explain that setting an absolute day value can fail and that the month shouldBrian Somers2010-06-041-3/+11
* sh: Pass TERM changes to libedit.Jilles Tjoelker2010-06-024-0/+22
* Zero struct before reading from itUlrich Spörlein2010-06-021-0/+1