| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate macro calls inside literal displays. | Ruslan Ermilov | 2005-01-15 | 1 | -9/+6 |
| * | Removed harmful empty lines that crept in during the copyright | Ruslan Ermilov | 2005-01-13 | 2 | -2/+0 |
| * | Don't decend into directories when -d is set and the directory itself doesn't | Brian Somers | 2005-01-12 | 3 | -2/+19 |
| * | The total sum of blocks for the -l and -s option is printed always, | Joerg Wunsch | 2005-01-11 | 1 | -3/+5 |
| * | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 92 | -48/+114 |
| * | Remove the clause 3, per berkeley and mail from rwatson representing | Warner Losh | 2005-01-10 | 1 | -5/+1 |
| * | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-09 | 4 | -9/+13 |
| * | Correct typo. | Ceri Davies | 2005-01-04 | 1 | -1/+1 |
| * | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | Robert Watson | 2004-12-22 | 1 | -1/+0 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOSHARED -> NO_SHARED | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
| * | o Add a missed "." . | Maxim Konovalov | 2004-12-02 | 1 | -1/+1 |
| * | o Terminate an endless loop sh -T goes into in dowait() around waitproc(). | Maxim Konovalov | 2004-12-02 | 1 | -1/+2 |
| * | Point at the mac(4) man page when describing the -Z option. | Robert Watson | 2004-11-29 | 1 | -5/+4 |
| * | Do not emit a spurious warning when "directory" argument | Ruslan Ermilov | 2004-11-20 | 1 | -1/+3 |
| * | Fixed "rmdir -p" that got broken by rev. 1.15. | Ruslan Ermilov | 2004-11-20 | 1 | -6/+5 |
| * | Use statfs instead of getmntinfo(). This will make the procfs checks | Christian S.J. Peron | 2004-11-19 | 1 | -9/+6 |
| * | Currently if the user specifies -e and procfs is not mounted on /proc, | Christian S.J. Peron | 2004-11-14 | 1 | -0/+25 |
| * | Removed bitrot. | Ruslan Ermilov | 2004-11-13 | 2 | -14/+2 |
| * | Fix off-by-one errors and potential buffer overruns | Yaroslav Tykhiy | 2004-11-13 | 1 | -18/+30 |
| * | UNIX conformance: If -r -f on non-existent directory, don't emit error. | Jordan K. Hubbard | 2004-11-13 | 1 | -1/+4 |
| * | Back out recent TTYDEF_LFLAG_ECHO invention. | Andrey A. Chernov | 2004-11-06 | 1 | -1/+1 |
| * | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+1 |
| * | stty sane should set the echo bits. | Poul-Henning Kamp | 2004-11-02 | 1 | -1/+1 |
| * | When listing the special $ variables, ($!, $#, etc) list them as $! | Alfred Perlstein | 2004-11-01 | 1 | -12/+16 |
| * | Correct a typo and make the documentation more mdoc(7) complaint. | Xin LI | 2004-11-01 | 1 | -3/+3 |
| * | Add -I, an option that asks for confirmation once if recursively | Xin LI | 2004-10-28 | 2 | -5/+70 |
| * | The previous commit added code to rm(1) to warn about and remove any | Dag-Erling Smørgrav | 2004-10-04 | 1 | -1/+2 |
| * | Markup fixes. | Dag-Erling Smørgrav | 2004-10-04 | 1 | -4/+4 |
| * | Find out how flame-proof my underwear really is. | Dag-Erling Smørgrav | 2004-10-04 | 2 | -1/+25 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2004-10-04 | 1 | -4/+4 |
| * | chflags compiles with WARNS?=6. | Stefan Farfeleder | 2004-10-03 | 1 | -0/+1 |
| * | Garbage collect a variable whose value was never read. | Stefan Farfeleder | 2004-10-03 | 1 | -5/+4 |
| * | Attempting to unset an undefined variable or function should not be | Dag-Erling Smørgrav | 2004-09-27 | 2 | -2/+2 |
| * | Don't read the byte at *argv[strlen(*argv) + 1]. | David Schultz | 2004-09-24 | 1 | -1/+1 |
| * | Group equivalent flags together and delete the `aliases' section. | Giorgos Keramidas | 2004-09-21 | 1 | -13/+8 |
| * | Add a "fillchar" command line argument to dd(1) that permits the user | Robert Watson | 2004-08-15 | 5 | -2/+32 |
| * | Change the behaviour of `-v' so that, e.g., stepping a month back | Yaroslav Tykhiy | 2004-08-09 | 2 | -1/+30 |
| * | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 1 | -1/+0 |
| * | Now that we have gcc 3.4, we can flip ia64 to using a dynamically linked | Gordon Tetlow | 2004-08-06 | 1 | -1/+1 |
| * | Allow for capital letters as size suffixes. | Pawel Jakub Dawidek | 2004-07-31 | 1 | -8/+20 |
| * | Currently if a mount point is not accessible by the calling user, | Christian S.J. Peron | 2004-07-20 | 2 | -6/+18 |
| * | Use warn() instead of perror(). | Tim J. Robbins | 2004-07-20 | 2 | -4/+4 |
| * | Give the most awesome example of how to parse the output of date | Alfred Perlstein | 2004-07-17 | 1 | -0/+8 |
| * | Remove BUGS section that talked about missing multibyte character support. | Tim J. Robbins | 2004-07-12 | 1 | -5/+1 |
| * | KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution. | Mark Peek | 2004-07-11 | 2 | -24/+34 |
| * | Document missing multibyte character handling in utilities specified | Tim J. Robbins | 2004-07-03 | 4 | -4/+20 |
| * | Clarify: test compares strings by binary value, not "ASCII value". | Tim J. Robbins | 2004-07-03 | 1 | -3/+3 |
| * | Deal with double whitespace. | Ruslan Ermilov | 2004-07-03 | 9 | -21/+23 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 18 | -156/+302 |