aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-1092-48/+114
* Remove the clause 3, per berkeley and mail from rwatson representingWarner Losh2005-01-101-5/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-094-9/+13
* Correct typo.Ceri Davies2005-01-041-1/+1
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.Robert Watson2004-12-221-1/+0
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-212-2/+2
* o Add a missed "." .Maxim Konovalov2004-12-021-1/+1
* o Terminate an endless loop sh -T goes into in dowait() around waitproc().Maxim Konovalov2004-12-021-1/+2
* Point at the mac(4) man page when describing the -Z option.Robert Watson2004-11-291-5/+4
* Do not emit a spurious warning when "directory" argumentRuslan Ermilov2004-11-201-1/+3
* Fixed "rmdir -p" that got broken by rev. 1.15.Ruslan Ermilov2004-11-201-6/+5
* Use statfs instead of getmntinfo(). This will make the procfs checksChristian S.J. Peron2004-11-191-9/+6
* Currently if the user specifies -e and procfs is not mounted on /proc,Christian S.J. Peron2004-11-141-0/+25
* Removed bitrot.Ruslan Ermilov2004-11-132-14/+2
* Fix off-by-one errors and potential buffer overrunsYaroslav Tykhiy2004-11-131-18/+30
* UNIX conformance: If -r -f on non-existent directory, don't emit error.Jordan K. Hubbard2004-11-131-1/+4
* Back out recent TTYDEF_LFLAG_ECHO invention.Andrey A. Chernov2004-11-061-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* stty sane should set the echo bits.Poul-Henning Kamp2004-11-021-1/+1
* When listing the special $ variables, ($!, $#, etc) list them as $!Alfred Perlstein2004-11-011-12/+16
* Correct a typo and make the documentation more mdoc(7) complaint.Xin LI2004-11-011-3/+3
* Add -I, an option that asks for confirmation once if recursivelyXin LI2004-10-282-5/+70
* The previous commit added code to rm(1) to warn about and remove anyDag-Erling Smørgrav2004-10-041-1/+2
* Markup fixes.Dag-Erling Smørgrav2004-10-041-4/+4
* Find out how flame-proof my underwear really is.Dag-Erling Smørgrav2004-10-042-1/+25
* Whitespace cleanup.Dag-Erling Smørgrav2004-10-041-4/+4
* chflags compiles with WARNS?=6.Stefan Farfeleder2004-10-031-0/+1
* Garbage collect a variable whose value was never read.Stefan Farfeleder2004-10-031-5/+4
* Attempting to unset an undefined variable or function should not beDag-Erling Smørgrav2004-09-272-2/+2
* Don't read the byte at *argv[strlen(*argv) + 1].David Schultz2004-09-241-1/+1
* Group equivalent flags together and delete the `aliases' section.Giorgos Keramidas2004-09-211-13/+8
* Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson2004-08-155-2/+32
* Change the behaviour of `-v' so that, e.g., stepping a month backYaroslav Tykhiy2004-08-092-1/+30
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Now that we have gcc 3.4, we can flip ia64 to using a dynamically linkedGordon Tetlow2004-08-061-1/+1
* Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
* Currently if a mount point is not accessible by the calling user,Christian S.J. Peron2004-07-202-6/+18
* Use warn() instead of perror().Tim J. Robbins2004-07-202-4/+4
* Give the most awesome example of how to parse the output of dateAlfred Perlstein2004-07-171-0/+8
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution.Mark Peek2004-07-112-24/+34
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-034-4/+20
* Clarify: test compares strings by binary value, not "ASCII value".Tim J. Robbins2004-07-031-3/+3
* Deal with double whitespace.Ruslan Ermilov2004-07-039-21/+23
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0218-156/+302
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Change the "rtprio" format so it prints an informative string forGarance A Drosehn2004-06-271-0/+3
* Improve checking for `ps -t <dev>', and give better error messages whenGarance A Drosehn2004-06-271-8/+16
* Don't continue if the '-C' option (a-la GNUtar; commited in options.cDavid E. O'Brien2004-06-251-1/+3