aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add NFSv4 support to setfacl(1).Edward Tomasz Napierala2009-09-076-221/+539
* Add NFSv4 ACL support to mv(1).Edward Tomasz Napierala2009-09-041-12/+58
* Add NFSv4 ACL support to getfacl(1).Edward Tomasz Napierala2009-09-042-17/+72
* Fix regression introduced in r196712 - the 'name' string needsEdward Tomasz Napierala2009-09-021-5/+9
* Add NFSv4 ACL support to cp(1) and fix a few memory leaks.Edward Tomasz Napierala2009-09-021-30/+93
* - Don't include both <sys/types.h> and <sys/param.h>Edward Tomasz Napierala2009-09-021-9/+6
* Add NFSv4 ACL support to ls(1).Edward Tomasz Napierala2009-08-311-52/+54
* Make the code more readable and fix chmod(1) on symlinks withEdward Tomasz Napierala2009-08-311-13/+15
* sh: Fix crash with empty functions (f() { }) introduced in r196483Jilles Tjoelker2009-08-284-8/+17
* sh: Fix crash when undefining or redefining a currently executing function.Jilles Tjoelker2009-08-235-18/+44
* Add the -d switch to the usage message.Brian Somers2009-07-231-1/+1
* Allow creating hard links to symlinks using ln(1).Jilles Tjoelker2009-07-192-22/+41
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-091-1/+2
* With NFSv4 ACLs, it is possible that applying a mode to an ACL whichEdward Tomasz Napierala2009-07-011-2/+30
* Fix some weirdnesses in the NetBSD IFS code,Jilles Tjoelker2009-06-251-2/+3
* Improve IFS expansion using code from NetBSD.Jilles Tjoelker2009-06-251-61/+80
* Designate special builtins as such in command -V and type.Jilles Tjoelker2009-06-242-3/+15
* Staticify internal routines.Xin LI2009-06-234-7/+7
* Quote -x tracing output so it is unambiguous.Jilles Tjoelker2009-06-231-2/+17
* Do not fork for a subshell if it is the last thing this shell is doingJilles Tjoelker2009-06-231-2/+2
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-1/+1
* sh: Improve handling of setjmp/longjmp volatile:Jilles Tjoelker2009-06-234-61/+18
* Fix race condition in noclobber option.Jilles Tjoelker2009-06-201-7/+19
* Fix some issues with quoted output and shorten it in some cases.Jilles Tjoelker2009-06-191-9/+15
* Properly flush input after an error in backquotes in interactive mode.Jilles Tjoelker2009-06-171-1/+1
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.Jilles Tjoelker2009-06-135-9/+35
* Don't skip forking for an external command if any traps are active.Jilles Tjoelker2009-06-133-1/+17
* Mention the range for the exit status for the exit special builtin.Jilles Tjoelker2009-06-071-0/+1
* Make "human-readable" (-H/-h) output also "humanize" inode counts.Simon L. B. Nielsen2009-06-072-6/+37
* use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...Ralf S. Engelschall2009-06-011-1/+1
* align coding style with style(9) to avoid misunderstandingsRalf S. Engelschall2009-06-011-1/+2
* correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a...Ralf S. Engelschall2009-06-013-4/+4
* be more type correct and align local ckmalloc() with its underlying malloc(3)...Ralf S. Engelschall2009-06-014-5/+7
* sh: Make read's timeout (-t) apply to the entire line, not only the firstJilles Tjoelker2009-05-312-19/+2
* Fix the eval command in combination with set -e. Before this change the shellStefan Farfeleder2009-05-315-9/+11
* rm, find -delete: fix removing symlinks with uchg/uappnd set.Jilles Tjoelker2009-05-301-3/+3
* Preserve file flags on symlinks in cp -Rp.Jilles Tjoelker2009-05-301-1/+1
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.Jilles Tjoelker2009-05-262-9/+99
* Fix elapsed (etime) field for swapped out processes in ps:Jilles Tjoelker2009-05-241-0/+4
* Fix chflags -h in various cases: do not use link target's flags as original.Jilles Tjoelker2009-05-241-1/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. ProvideEdward Tomasz Napierala2009-05-221-1/+1
* Remove redundant whitespaceBrian Somers2009-05-181-3/+2
* When finding processes, ignore ourself and our ancestors. It is almostBrian Somers2009-05-172-5/+40
* Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-174-15/+167
* Implement ^T support for rm: now it will report the next file itWarner Losh2009-04-291-0/+29
* Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entireStefan Farfeleder2009-04-131-0/+1
* Add reference to strmode(3).Edward Tomasz Napierala2009-04-131-0/+1
* Don't let trailing empty lines overwrite the result of the last command with 0.Stefan Farfeleder2009-04-041-1/+2
* Fix the behaviour of the read built-in when IFS is unset.Stefan Farfeleder2009-03-221-1/+1
* Improve the IFS handling of the read built-in.Stefan Farfeleder2009-03-221-10/+68