| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 2 | -13/+8 |
* | Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too, | ache | 2007-04-30 | 1 | -3/+3 |
* | Put some safeguards: | ache | 2007-04-30 | 1 | -4/+9 |
* | Eliminate error with -W* strict flags and make putenv() calls conforming to | ache | 2007-04-30 | 1 | -4/+4 |
* | Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostid | pjd | 2007-04-09 | 1 | -0/+2 |
* | getblocksize expects pointer to long as a second argument, not | kan | 2007-04-06 | 1 | -2/+2 |
* | 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 |