| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 2 | -4/+0 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 4 | -14/+12 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 4 | -25/+18 |
* | o Correctly define rcsid. | mike | 2001-08-06 | 10 | -182/+158 |
* | style(9) | obrien | 2001-08-01 | 1 | -1/+1 |
* | Remove a misplaced space. | obrien | 2001-08-01 | 1 | -1/+1 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 2 | -3/+3 |
* | Break the list of parameter expansions into two lists so that | sheldonh | 2001-07-23 | 1 | -0/+2 |
* | Don't use the pronoun "you". | dd | 2001-07-23 | 1 | -6/+7 |
* | Don't put a shell prompt in the example since none of the other man | dd | 2001-07-22 | 1 | -2/+8 |
* | Add missing closing parenthesis. | ben | 2001-07-21 | 1 | -1/+1 |
* | Show an example of how to sort a file listing by size. Hopefully this | obrien | 2001-07-21 | 1 | -0/+9 |
* | Fix style bugs introduced by rev 1.28. No functional changes. | wollman | 2001-07-16 | 1 | -11/+12 |
* | Set WARNS=2 on programs which compile cleanly. | dd | 2001-07-15 | 4 | -0/+4 |