| Commit message (Expand) | Author | Age | Files | Lines |
* | Build updates for tcsh-6.15.00 import. | mp | 2007-03-11 | 2 | -23/+39 |
* | Fix a bug where the mutual exclusivity of the -l and -t options is not | will | 2007-03-08 | 1 | -1/+4 |
* | Fix markup. | ru | 2007-03-04 | 1 | -5/+8 |
* | Fix markup. | ru | 2007-03-04 | 1 | -16/+13 |
* | Fix markup. | ru | 2007-02-28 | 1 | -2/+3 |
* | Fix markup. | ru | 2007-02-27 | 1 | -10/+20 |
* | Implement the -h flag (set an ACL on a symbolic link). | mckusick | 2007-02-26 | 1 | -4/+14 |
* | Correct typos containing my login name (plus one more in expr.y). | ceri | 2007-02-18 | 1 | -2/+2 |
* | Use eaccess() instead of access() for the type builtin, like we do for the | stefanf | 2007-01-18 | 1 | -1/+1 |
* | Return an error status (127) from the builtins 'type' and 'command' (with | stefanf | 2007-01-11 | 1 | -2/+5 |
* | Fix markup. | ru | 2006-12-27 | 1 | -5/+7 |
* | More markup fixes. | ru | 2006-12-27 | 1 | -3/+3 |
* | Fix markup. | ru | 2006-12-27 | 1 | -6/+7 |
* | Give a hint to the reader as to what the "whiteout" actually means. | ru | 2006-12-26 | 1 | -2/+3 |
* | Fix markup, add the EXIT STATUS section. | ru | 2006-12-26 | 1 | -7/+12 |
* | One more nit. | ru | 2006-12-23 | 1 | -1/+1 |
* | Fix markup. | ru | 2006-12-23 | 1 | -10/+12 |
* | - Mention umask(2) when first referring to it. | ru | 2006-12-22 | 1 | -2/+6 |
* | Use a standard section name. | ru | 2006-12-18 | 1 | -1/+1 |
* | Simplify some markup. | ru | 2006-12-14 | 1 | -32/+34 |
* | Style(9) fixes, thanks to Ruslan. | kientzle | 2006-12-08 | 2 | -7/+8 |
* | Support the "-f" option by simply ignoring it. | kientzle | 2006-12-08 | 2 | -2/+11 |
* | Once upon a time, the hostname was being set in the /etc/netstart, | ru | 2006-12-05 | 1 | -2/+2 |
* | Fix some of the alignment warnings on ARM. | ru | 2006-11-27 | 2 | -17/+17 |
* | Fix expanding of quoted positional parameters in case patterns. | stefanf | 2006-11-07 | 1 | -6/+6 |
* | When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not | stefanf | 2006-11-05 | 3 | -9/+25 |
* | Fix typo. | ceri | 2006-11-02 | 1 | -1/+1 |
* | Correct a security issue introduced in previous commit: | delphij | 2006-10-31 | 2 | -3/+11 |
* | Be more reasonable when overwrite mode is specified while there | delphij | 2006-10-30 | 2 | -1/+8 |
* | Wording nits. | trhodes | 2006-10-27 | 1 | -11/+7 |
* | Flesh out the compatibility section a little bit. Bump doc date. | trhodes | 2006-10-24 | 1 | -30/+20 |
* | o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do not | maxim | 2006-10-18 | 1 | -2/+1 |
* | Avoid a spurious warning for each whiteout found during "ls -lW". | ru | 2006-10-18 | 1 | -2/+3 |
* | o Zero out struct stat before usage. lstat(2) can fail and | maxim | 2006-10-18 | 1 | -0/+1 |
* | - Improve description of the -A option. | ru | 2006-10-12 | 1 | -7/+12 |
* | Fix style(9) bugs in previous commit. | trhodes | 2006-10-11 | 1 | -7/+4 |
* | Adhere to POSIX: the -m option only applies to the newly created | ru | 2006-10-10 | 1 | -13/+21 |
* | Make -r a synonym for -R, similar to behavior on Linux while being backwards | trhodes | 2006-10-07 | 2 | -14/+41 |
* | Add the POSIX option -p to the jobs builtin command. It prints the PID of the | stefanf | 2006-10-07 | 4 | -22/+40 |
* | o Style(9). | maxim | 2006-10-07 | 1 | -9/+7 |
* | o Avoid division by zero. | maxim | 2006-10-07 | 1 | -3/+8 |
* | o Hold copied bytes counter in off_t. This prevents statistics | maxim | 2006-10-06 | 1 | -1/+1 |
* | Move the -l option processing to where it belongs. | ru | 2006-09-29 | 1 | -4/+4 |
* | Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our | csjp | 2006-09-20 | 1 | -2/+11 |
* | Markup fixes. | ru | 2006-09-17 | 6 | -10/+14 |
* | - Fix options order. | ru | 2006-08-25 | 2 | -7/+7 |
* | Remove a stray -a option that probably sneaked in from julian's | ru | 2006-08-25 | 1 | -2/+2 |
* | Add an option to allow copying of a hierarchy while linking he regular files. | julian | 2006-08-24 | 4 | -82/+105 |
* | For the sake of clarity, explicitly tell that comma and space | yar | 2006-08-21 | 1 | -2/+3 |
* | Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing | imp | 2006-08-20 | 1 | -2/+2 |