| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -1/+2 |
* | Stop a null pointer dereference in the builtin hash function. | greid | 2002-04-15 | 1 | -1/+4 |
* | Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and | imp | 2002-02-18 | 3 | -14/+1 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -0/+1 |
* | %.* takes an int, not a size_t. | imp | 2002-02-02 | 1 | -1/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 51 | -1234/+678 |
* | The fix for >/dev/stdout, including Tor Egge's fix for the bug in the | babkin | 2002-01-13 | 1 | -4/+4 |
* | backout rev 1.14, it's breaking things. | alfred | 2001-12-24 | 1 | -1/+3 |
* | Added ability to do ">/dev/stdout". The apsfilter people are anxious | babkin | 2001-12-22 | 1 | -3/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 3 | -10/+5 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 3 | -5/+11 |
* | Don't call setvar() with the VTEXTFIXED flag. A copy is created by | tegge | 2001-11-07 | 1 | -4/+4 |
* | Repair normally unused is_digit() macro. | tegge | 2001-10-14 | 1 | -1/+1 |
* | *** empty log message *** | obrien | 2001-10-01 | 2 | -29/+34 |
* | 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 |
* | Initialize infp at main() | peter | 2001-08-13 | 1 | -1/+2 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 2 | -4/+0 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+4 |
* | 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 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | Use the correct printf format to print a long. | dwmalone | 2001-06-26 | 1 | -1/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Add more headers that are required with -fno-builtin (stdlib and strings) | des | 2001-06-19 | 2 | -0/+2 |
* | Fix how /bin/sh handles 'for' and 'case' statements when it is called to do | gad | 2001-06-01 | 1 | -0/+16 |
* | Use PATH_MAX in preference in MAXPATHLEN. | imp | 2001-05-30 | 1 | -1/+2 |
* | Document "chdir" builtin. | dd | 2001-04-28 | 1 | -0/+4 |
* | -Wnon-const-format sweep: make format strings const char *'s, add | kris | 2001-04-17 | 7 | -25/+25 |
* | ``|'' should be more binding than ``!'' so that this isn't broken: | brian | 2001-04-09 | 1 | -2/+13 |
* | A much better (more correct) fix for handling ``!'' characters | brian | 2001-04-04 | 1 | -23/+40 |
* | Handle ``!'' characters when they appear as second and subsequent | brian | 2001-04-04 | 1 | -0/+3 |
* | Fix child's SIGSTOP behaviour in scripts. | cracauer | 2001-02-06 | 1 | -1/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+8 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -11/+11 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -2/+2 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -6/+7 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
* | Use secure temporary filenames during build. | kris | 2000-11-22 | 2 | -8/+9 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 7 | -3/+34 |
* | Disable part of my 8-bits fixes from December 1999. | cracauer | 2000-08-16 | 1 | -4/+1 |