summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-135-6/+6
* Fixed the misplaced $FreeBSD$.ru2005-02-092-2/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-0915-29/+32
* Since it is not un-common for a process's resident set size (rss)csjp2005-02-061-1/+1
* Use LC_MESSAGES locale category instead of value of LANG environment variablephantom2005-02-012-0/+4
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,delphij2005-01-271-1/+1
* Don't specify SRCS= when it can be obtained from PROGS=delphij2005-01-271-1/+0
* WARNS?=6 is already in bin/Makefile.inc, so remove this one.delphij2005-01-271-1/+0
* Remove useless errno.h include.ssouhlal2005-01-261-1/+0
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incssouhlal2005-01-261-1/+0
* - The first argument of getmode() is a void *ssouhlal2005-01-252-1/+3
* De-kerberize the manpage.ru2005-01-211-24/+3
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-1626-220/+220
* no need to have break; after return;charnier2005-01-161-1/+1
* Eliminate macro calls inside literal displays.ru2005-01-151-9/+6
* Removed harmful empty lines that crept in during the copyrightru2005-01-132-2/+0
* Don't decend into directories when -d is set and the directory itself doesn'tbrian2005-01-123-2/+19
* The total sum of blocks for the -l and -s option is printed always,joerg2005-01-111-3/+5
* /*- or .\"- or #- to begin license clauses.imp2005-01-1092-48/+114
* Remove the clause 3, per berkeley and mail from rwatson representingimp2005-01-101-5/+1
* Scheduled mdoc(7) sweep.ru2005-01-094-9/+13
* Correct typo.ceri2005-01-041-1/+1
* Remove single line containing the word "KLD" ommitted in ps.1:1.80.rwatson2004-12-221-1/+0
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* NOSHARED -> NO_SHAREDru2004-12-212-2/+2
* o Add a missed "." .maxim2004-12-021-1/+1
* o Terminate an endless loop sh -T goes into in dowait() around waitproc().maxim2004-12-021-1/+2
* Point at the mac(4) man page when describing the -Z option.rwatson2004-11-291-5/+4
* Do not emit a spurious warning when "directory" argumentru2004-11-201-1/+3
* Fixed "rmdir -p" that got broken by rev. 1.15.ru2004-11-201-6/+5
* Use statfs instead of getmntinfo(). This will make the procfs checkscsjp2004-11-191-9/+6
* Currently if the user specifies -e and procfs is not mounted on /proc,csjp2004-11-141-0/+25
* Removed bitrot.ru2004-11-132-14/+2
* Fix off-by-one errors and potential buffer overrunsyar2004-11-131-18/+30
* UNIX conformance: If -r -f on non-existent directory, don't emit error.jkh2004-11-131-1/+4
* Back out recent TTYDEF_LFLAG_ECHO invention.ache2004-11-061-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* stty sane should set the echo bits.phk2004-11-021-1/+1
* When listing the special $ variables, ($!, $#, etc) list them as $!alfred2004-11-011-12/+16
* Correct a typo and make the documentation more mdoc(7) complaint.delphij2004-11-011-3/+3
* Add -I, an option that asks for confirmation once if recursivelydelphij2004-10-282-5/+70
* The previous commit added code to rm(1) to warn about and remove anydes2004-10-041-1/+2
* Markup fixes.des2004-10-041-4/+4
* Find out how flame-proof my underwear really is.des2004-10-042-1/+25
* Whitespace cleanup.des2004-10-041-4/+4
* chflags compiles with WARNS?=6.stefanf2004-10-031-0/+1
* Garbage collect a variable whose value was never read.stefanf2004-10-031-5/+4
* Attempting to unset an undefined variable or function should not bedes2004-09-272-2/+2
OpenPOWER on IntegriCloud