summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* be more type correct and align local ckmalloc() with its underlying malloc(3)...rse2009-06-014-5/+7
* sh: Make read's timeout (-t) apply to the entire line, not only the firstjilles2009-05-312-19/+2
* Fix the eval command in combination with set -e. Before this change the shellstefanf2009-05-315-9/+11
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-3/+3
* Preserve file flags on symlinks in cp -Rp.jilles2009-05-301-1/+1
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.jilles2009-05-262-9/+99
* Fix elapsed (etime) field for swapped out processes in ps:jilles2009-05-241-0/+4
* Fix chflags -h in various cases: do not use link target's flags as original.jilles2009-05-241-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-221-1/+1
* Remove redundant whitespacebrian2009-05-181-3/+2
OpenPOWER on IntegriCloud