summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFC r197848: Clarify quoting of word in ${v=word} in sh(1).jilles2010-04-231-0/+3
* MFC r203576,r203677: sh: Don't stat() $MAIL/$MAILPATH if not interactive.jilles2010-04-202-1/+8
* MFC r200943: sh: Remove setting variables from dotcmd/exportcmd.jilles2010-04-202-5/+0
* MFC r199282: sh: Allow a newline before "in" in a for command,jilles2010-04-201-1/+3
* MFC r204755:kib2010-03-191-3/+15
* MFC r204308:kib2010-03-041-1/+1
* MFC r204276:jh2010-03-031-1/+1
* MFC r203665:jh2010-02-281-2/+6
* MFC r202945:jh2010-02-243-21/+50
* MFC r203688:brucec2010-02-182-2/+4
* Merge r202461 from head:gavin2010-02-163-7/+12
* MFC r202944:jh2010-01-311-1/+1
* MFC r201018:trasz2010-01-301-1/+1
* MFC r201016:trasz2010-01-304-8/+32
* MFC r196936:trasz2010-01-306-221/+539
* MFC r196841:trasz2010-01-301-12/+58
* MFC r196827:trasz2010-01-302-17/+72
* MFC r196754:trasz2010-01-301-30/+93
* MFC r196753:trasz2010-01-301-9/+6
* MFC r196712:trasz2010-01-301-48/+54
* MFC r196711:trasz2010-01-301-13/+15
* MFC r201145 to stable/8:antoine2010-01-301-8/+8
* MFC r201355: sh(1): document ulimit -w (swapuse rlimit).jilles2010-01-081-2/+5
* MFC r201354: sh(1): Correct two places where "$@" lacked necessary quotes.jilles2010-01-081-2/+2
* Plug a memory leak.delphij2010-01-041-0/+1
* MFC r199458: Add pwait utility, which waits for any process to terminate.jilles2009-12-234-0/+229
* MFC r198173: sh: show more info about syntax errors in command substitution:jilles2009-12-201-0/+5
* MFC r198963: sh: Fix memory leak when using a variable in arithmeticjilles2009-12-061-3/+23
* MFC r199351:netchild2009-11-241-0/+1
* MFC r197371: Mention that NUL characters are not allowed in sh(1) input.jilles2009-10-291-0/+4
* MFC r198189: Check error of dlfunc(3).ume2009-10-201-0/+11
* MFC r196483,r196634:jilles2009-10-115-18/+53
* Add the -d switch to the usage message.brian2009-07-231-1/+1
* Allow creating hard links to symlinks using ln(1).jilles2009-07-192-22/+41
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-091-1/+2
* With NFSv4 ACLs, it is possible that applying a mode to an ACL whichtrasz2009-07-011-2/+30
* Fix some weirdnesses in the NetBSD IFS code,jilles2009-06-251-2/+3
* Improve IFS expansion using code from NetBSD.jilles2009-06-251-61/+80
* Designate special builtins as such in command -V and type.jilles2009-06-242-3/+15
* Staticify internal routines.delphij2009-06-234-7/+7
* Quote -x tracing output so it is unambiguous.jilles2009-06-231-2/+17
* Do not fork for a subshell if it is the last thing this shell is doingjilles2009-06-231-2/+2
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-1/+1
* sh: Improve handling of setjmp/longjmp volatile:jilles2009-06-234-61/+18
* Fix race condition in noclobber option.jilles2009-06-201-7/+19
* Fix some issues with quoted output and shorten it in some cases.jilles2009-06-191-9/+15
* Properly flush input after an error in backquotes in interactive mode.jilles2009-06-171-1/+1
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.jilles2009-06-135-9/+35
* Don't skip forking for an external command if any traps are active.jilles2009-06-133-1/+17
* Mention the range for the exit status for the exit special builtin.jilles2009-06-071-0/+1
OpenPOWER on IntegriCloud