aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix markup.Ruslan Ermilov2007-02-281-2/+3
* Fix markup.Ruslan Ermilov2007-02-271-10/+20
* Implement the -h flag (set an ACL on a symbolic link).Kirk McKusick2007-02-261-4/+14
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-2/+2
* Use eaccess() instead of access() for the type builtin, like we do for theStefan Farfeleder2007-01-181-1/+1
* Return an error status (127) from the builtins 'type' and 'command' (withStefan Farfeleder2007-01-111-2/+5
* Fix markup.Ruslan Ermilov2006-12-271-5/+7
* More markup fixes.Ruslan Ermilov2006-12-271-3/+3
* Fix markup.Ruslan Ermilov2006-12-271-6/+7
* Give a hint to the reader as to what the "whiteout" actually means.Ruslan Ermilov2006-12-261-2/+3
* Fix markup, add the EXIT STATUS section.Ruslan Ermilov2006-12-261-7/+12
* One more nit.Ruslan Ermilov2006-12-231-1/+1
* Fix markup.Ruslan Ermilov2006-12-231-10/+12
* - Mention umask(2) when first referring to it.Ruslan Ermilov2006-12-221-2/+6
* Use a standard section name.Ruslan Ermilov2006-12-181-1/+1
* Simplify some markup.Ruslan Ermilov2006-12-141-32/+34
* Style(9) fixes, thanks to Ruslan.Tim Kientzle2006-12-082-7/+8
* Support the "-f" option by simply ignoring it.Tim Kientzle2006-12-082-2/+11
* Once upon a time, the hostname was being set in the /etc/netstart,Ruslan Ermilov2006-12-051-2/+2
* Fix some of the alignment warnings on ARM.Ruslan Ermilov2006-11-272-17/+17
* Fix expanding of quoted positional parameters in case patterns.Stefan Farfeleder2006-11-071-6/+6
* When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do notStefan Farfeleder2006-11-053-9/+25
* Fix typo.Ceri Davies2006-11-021-1/+1
* Correct a security issue introduced in previous commit:Xin LI2006-10-312-3/+11
* Be more reasonable when overwrite mode is specified while thereXin LI2006-10-302-1/+8
* Wording nits.Tom Rhodes2006-10-271-11/+7
* Flesh out the compatibility section a little bit. Bump doc date.Tom Rhodes2006-10-241-30/+20
* o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do notMaxim Konovalov2006-10-181-2/+1
* Avoid a spurious warning for each whiteout found during "ls -lW".Ruslan Ermilov2006-10-181-2/+3
* o Zero out struct stat before usage. lstat(2) can fail andMaxim Konovalov2006-10-181-0/+1
* - Improve description of the -A option.Ruslan Ermilov2006-10-121-7/+12
* Fix style(9) bugs in previous commit.Tom Rhodes2006-10-111-7/+4
* Adhere to POSIX: the -m option only applies to the newly createdRuslan Ermilov2006-10-101-13/+21
* Make -r a synonym for -R, similar to behavior on Linux while being backwardsTom Rhodes2006-10-072-14/+41
* Add the POSIX option -p to the jobs builtin command. It prints the PID of theStefan Farfeleder2006-10-074-22/+40
* o Style(9).Maxim Konovalov2006-10-071-9/+7
* o Avoid division by zero.Maxim Konovalov2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsMaxim Konovalov2006-10-061-1/+1
* Move the -l option processing to where it belongs.Ruslan Ermilov2006-09-291-4/+4
* Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, ourChristian S.J. Peron2006-09-201-2/+11
* Markup fixes.Ruslan Ermilov2006-09-176-10/+14
* - Fix options order.Ruslan Ermilov2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sRuslan Ermilov2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.Julian Elischer2006-08-244-82/+105
* For the sake of clarity, explicitly tell that comma and spaceYaroslav Tykhiy2006-08-211-2/+3
* Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingWarner Losh2006-08-201-2/+2
* Use strlcpy in place of strncpy + setting the last character NUL. ToWarner Losh2006-08-201-2/+2
* Document a detail in the present syntax of "ps -o foo=bar". NowYaroslav Tykhiy2006-08-181-6/+7
* while(0); -> while (0) in multiline macroWarner Losh2006-08-171-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1