| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update to the tcsh-6.11 version. | mp | 2001-09-05 | 1 | -4/+12 |
* | Add new tcsh-6.11 NLS sets for Estonian and Russian. | mp | 2001-09-05 | 3 | -1/+33 |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-01 | 1 | -3/+3 |
* | The file_descriptor argument to -t isn't optional, so don't mark it up so. | dd | 2001-08-31 | 1 | -1/+1 |
* | On today's kernels masking with ~KERNBASE is turning out to be less | peter | 2001-08-24 | 2 | -4/+4 |
* | Handle kvm_getprocs() returning nothing. Dont pass -1 to a size | peter | 2001-08-24 | 1 | -1/+1 |
* | Implement `stty ek` as documented. | dd | 2001-08-23 | 1 | -0/+12 |
* | Only capitalise the last `t' in ps's first argument when it's | brian | 2001-08-16 | 1 | -1/+5 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 14 | -42/+14 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 4 | -6/+17 |
* | Initialize infp at main() | peter | 2001-08-13 | 1 | -1/+2 |
* | Initialize listf at main() | peter | 2001-08-13 | 1 | -1/+2 |
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |