summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add pwait utility, which waits for any process to terminate.jilles2009-11-174-0/+229
* Fix small resource leak (memory).netchild2009-11-171-0/+1
* sh: Allow a newline before "in" in a for command, as required by POSIX.jilles2009-11-141-1/+3
* sh: Use sigaction instead of signal/siginterrupt combination.jilles2009-11-111-4/+6
* sh: Fix memory leak when using a variable in arithmetic like $((x)).jilles2009-11-051-3/+23
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsdelphij2009-11-031-3/+3
* Use our canonical .Dd format.brueffer2009-11-021-1/+1
* sh: Exempt $@ and $* from set -ujilles2009-10-242-3/+6
* Check error of dlfunc(3).ume2009-10-171-0/+11
* sh: Show more information about syntax errors in command substitution:jilles2009-10-161-0/+5
* Removed redundant WARNS setting.ru2009-10-152-2/+0
* ls: Make -p not inhibit following symlinks.jilles2009-10-131-1/+1
* Clarify quoting of word in ${v=word} in sh(1).jilles2009-10-071-0/+3
* sh: Send the "xyz: not found" message to redirected fd 2.jilles2009-10-062-7/+3
* sh: Disallow mismatched quotes in backticks (`...`).jilles2009-10-011-7/+1
* Mention that NUL characters are not allowed in sh(1) input.jilles2009-09-201-0/+4
* Add NFSv4 support to setfacl(1).trasz2009-09-076-221/+539
* Add NFSv4 ACL support to mv(1).trasz2009-09-041-12/+58
* Add NFSv4 ACL support to getfacl(1).trasz2009-09-042-17/+72
* Fix regression introduced in r196712 - the 'name' string needstrasz2009-09-021-5/+9
* Add NFSv4 ACL support to cp(1) and fix a few memory leaks.trasz2009-09-021-30/+93
* - Don't include both <sys/types.h> and <sys/param.h>trasz2009-09-021-9/+6
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
* Make the code more readable and fix chmod(1) on symlinks withtrasz2009-08-311-13/+15
* sh: Fix crash with empty functions (f() { }) introduced in r196483jilles2009-08-284-8/+17
* sh: Fix crash when undefining or redefining a currently executing function.jilles2009-08-235-18/+44
* 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
OpenPOWER on IntegriCloud