| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 1 | -1/+0 |
* | ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, | delphij | 2005-01-27 | 1 | -1/+1 |
* | Don't specify SRCS= when it can be obtained from PROGS= | delphij | 2005-01-27 | 1 | -1/+0 |
* | WARNS?=6 is already in bin/Makefile.inc, so remove this one. | delphij | 2005-01-27 | 1 | -1/+0 |
* | Remove useless errno.h include. | ssouhlal | 2005-01-26 | 1 | -1/+0 |
* | Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.inc | ssouhlal | 2005-01-26 | 1 | -1/+0 |
* | - The first argument of getmode() is a void * | ssouhlal | 2005-01-25 | 2 | -1/+3 |
* | De-kerberize the manpage. | ru | 2005-01-21 | 1 | -24/+3 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 26 | -220/+220 |
* | no need to have break; after return; | charnier | 2005-01-16 | 1 | -1/+1 |
* | Eliminate macro calls inside literal displays. | ru | 2005-01-15 | 1 | -9/+6 |
* | Removed harmful empty lines that crept in during the copyright | ru | 2005-01-13 | 2 | -2/+0 |
* | Don't decend into directories when -d is set and the directory itself doesn't | brian | 2005-01-12 | 3 | -2/+19 |
* | The total sum of blocks for the -l and -s option is printed always, | joerg | 2005-01-11 | 1 | -3/+5 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 92 | -48/+114 |
* | Remove the clause 3, per berkeley and mail from rwatson representing | imp | 2005-01-10 | 1 | -5/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-09 | 4 | -9/+13 |
* | Correct typo. | ceri | 2005-01-04 | 1 | -1/+1 |
* | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | rwatson | 2004-12-22 | 1 | -1/+0 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 2 | -2/+2 |
* | o Add a missed "." . | maxim | 2004-12-02 | 1 | -1/+1 |
* | o Terminate an endless loop sh -T goes into in dowait() around waitproc(). | maxim | 2004-12-02 | 1 | -1/+2 |
* | Point at the mac(4) man page when describing the -Z option. | rwatson | 2004-11-29 | 1 | -5/+4 |
* | Do not emit a spurious warning when "directory" argument | ru | 2004-11-20 | 1 | -1/+3 |
* | Fixed "rmdir -p" that got broken by rev. 1.15. | ru | 2004-11-20 | 1 | -6/+5 |
* | Use statfs instead of getmntinfo(). This will make the procfs checks | csjp | 2004-11-19 | 1 | -9/+6 |
* | Currently if the user specifies -e and procfs is not mounted on /proc, | csjp | 2004-11-14 | 1 | -0/+25 |
* | Removed bitrot. | ru | 2004-11-13 | 2 | -14/+2 |
* | Fix off-by-one errors and potential buffer overruns | yar | 2004-11-13 | 1 | -18/+30 |
* | UNIX conformance: If -r -f on non-existent directory, don't emit error. | jkh | 2004-11-13 | 1 | -1/+4 |
* | Back out recent TTYDEF_LFLAG_ECHO invention. | ache | 2004-11-06 | 1 | -1/+1 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
* | stty sane should set the echo bits. | phk | 2004-11-02 | 1 | -1/+1 |
* | When listing the special $ variables, ($!, $#, etc) list them as $! | alfred | 2004-11-01 | 1 | -12/+16 |
* | Correct a typo and make the documentation more mdoc(7) complaint. | delphij | 2004-11-01 | 1 | -3/+3 |
* | Add -I, an option that asks for confirmation once if recursively | delphij | 2004-10-28 | 2 | -5/+70 |
* | The previous commit added code to rm(1) to warn about and remove any | des | 2004-10-04 | 1 | -1/+2 |
* | Markup fixes. | des | 2004-10-04 | 1 | -4/+4 |
* | Find out how flame-proof my underwear really is. | des | 2004-10-04 | 2 | -1/+25 |
* | Whitespace cleanup. | des | 2004-10-04 | 1 | -4/+4 |
* | chflags compiles with WARNS?=6. | stefanf | 2004-10-03 | 1 | -0/+1 |
* | Garbage collect a variable whose value was never read. | stefanf | 2004-10-03 | 1 | -5/+4 |
* | Attempting to unset an undefined variable or function should not be | des | 2004-09-27 | 2 | -2/+2 |
* | Don't read the byte at *argv[strlen(*argv) + 1]. | das | 2004-09-24 | 1 | -1/+1 |
* | Group equivalent flags together and delete the `aliases' section. | keramida | 2004-09-21 | 1 | -13/+8 |
* | Add a "fillchar" command line argument to dd(1) that permits the user | rwatson | 2004-08-15 | 5 | -2/+32 |
* | Change the behaviour of `-v' so that, e.g., stepping a month back | yar | 2004-08-09 | 2 | -1/+30 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |