summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make "human-readable" (-H/-h) output also "humanize" inode counts.simon2009-06-072-6/+37
* use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...rse2009-06-011-1/+1
* align coding style with style(9) to avoid misunderstandingsrse2009-06-011-1/+2
* correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...rse2009-06-013-4/+4
OpenPOWER on IntegriCloud