| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make ``df -l'' work when no network filesystems are loaded. | ru | 2001-12-19 | 1 | -2/+4 |
* | 1) Localize (LC_CTYPE) | ache | 2001-12-17 | 1 | -0/+11 |
* | POSIX strto*() functions MAY return EINVAL, so don't assume that only one | ache | 2001-12-14 | 1 | -2/+4 |
* | Add prototypes for main() so that these programs compile with -Werror | luigi | 2001-12-14 | 1 | -0/+1 |
* | Do not dot terminate errx() strings | charnier | 2001-12-11 | 1 | -1/+1 |
* | Preserve directory timestamps with -p. Allow non-empty read-only | mckay | 2001-12-11 | 1 | -11/+39 |
* | Typo in warning message (chown should be chmod). | mckay | 2001-12-11 | 1 | -1/+1 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
* | -lcipher is an installable library. | ru | 2001-12-06 | 2 | -12/+2 |
* | Make a bit more clear the types of characters that -B option will | keramida | 2001-12-06 | 1 | -1/+3 |
* | Spelling. | ru | 2001-12-04 | 1 | -1/+1 |
* | mdoc(7) police: s/LKM/KLD/, sort xrefs. | ru | 2001-12-04 | 2 | -5/+9 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 33 | -37/+12 |
* | Move the code merging ACL_USER and ACL_GROUP objects from under | jedgar | 2001-12-03 | 1 | -22/+33 |
* | Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL) | jedgar | 2001-12-03 | 4 | -27/+31 |
* | style(9) cleanups mostly consisting of: | jedgar | 2001-12-03 | 6 | -87/+85 |
* | Correct example to remove *all* extended ACL entries and | jedgar | 2001-12-03 | 1 | -3/+4 |
* | Slight makefile style. | markm | 2001-12-02 | 2 | -7/+7 |
* | o Expand the explaination of the -b option WRT the resulting | jedgar | 2001-12-02 | 1 | -3/+13 |
* | o Correct error message forgotten in the last commit (malloc() -> calloc()) | jedgar | 2001-12-02 | 1 | -3/+2 |
* | Use calloc(3) instead of rolling our own. | jedgar | 2001-12-02 | 1 | -2/+1 |
* | Note that stty is a utility and not... err... a program.... | green | 2001-11-29 | 1 | -1/+1 |
* | Stty is a program, not a function. | green | 2001-11-29 | 1 | -1/+1 |
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 16 | -17/+429 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 3 | -10/+5 |
* | Fix style bugs I found, and add a comment. | knu | 2001-11-19 | 1 | -10/+11 |
* | Oops sorry, forgot to add a #include. | knu | 2001-11-19 | 1 | -0/+1 |
* | - Do not reference argv[1] if no argument is given. | knu | 2001-11-19 | 1 | -7/+34 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 5 | -5/+24 |
* | o Update licenses, comments. | rwatson | 2001-11-16 | 2 | -1/+8 |
* | Deuglify the usage message by putting the program name after the | dd | 2001-11-15 | 1 | -1/+2 |
* | Don't call setvar() with the VTEXTFIXED flag. A copy is created by | tegge | 2001-11-07 | 1 | -4/+4 |
* | Use a quad int conversion routine for time_t instead of ulong, capable of | dillon | 2001-10-28 | 1 | -2/+4 |
* | Various string fields for certain cpio types are 11 rather then 8 | dillon | 2001-10-28 | 1 | -6/+15 |
* | Remove unnecessary casts in timeval.tv_sec load from st_*time | dillon | 2001-10-28 | 1 | -4/+4 |
* | Remove assumption that time_t is an int | dillon | 2001-10-28 | 1 | -1/+3 |
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
* | Repair normally unused is_digit() macro. | tegge | 2001-10-14 | 1 | -1/+1 |
* | *** empty log message *** | obrien | 2001-10-01 | 2 | -29/+34 |
* | WARNSify. | ru | 2001-09-26 | 2 | -4/+4 |
* | The "cat - -" feature was broken by the last commit. | ru | 2001-09-26 | 1 | -5/+15 |
* | mdoc(7) police: fixed markup. | ru | 2001-09-25 | 1 | -5/+12 |
* | mdoc(7) police: markup nits. | ru | 2001-09-21 | 1 | -6/+10 |
* | Don't check uninitialized memory for having the shell control character | tegge | 2001-09-19 | 1 | -4/+4 |
* | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | tegge | 2001-09-19 | 2 | -6/+6 |
* | Adjust some type checks to include CTLQUOTEMARK in the range of | tegge | 2001-09-19 | 1 | -3/+3 |
* | Give /bin/cat the ability to connect to and read unix-domain sockets | dillon | 2001-09-15 | 2 | -56/+108 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+3 |
* | UPAGES as a constant is gone in KSE. We are going to have to trust | peter | 2001-09-10 | 1 | -3/+1 |
* | Enable BSD style color ls support. | mp | 2001-09-05 | 2 | -0/+2 |