aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add and document the 'jid' keyword for the '-o' option.Pawel Jakub Dawidek2005-03-202-1/+4
* Fix bin/pax doesn't wait for compress/gzip before exiting.David E. O'Brien2005-03-121-4/+6
* Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''.Giorgos Keramidas2005-03-041-17/+17
* Add a section describing the exit status of the shell.Giorgos Keramidas2005-03-041-0/+8
* Wrap BSD r* commands in NO_RCMDS.Tom Rhodes2005-03-021-1/+1
* Support \H, \h, \w, \W, \$ string expansion in the prompt.David E. O'Brien2005-03-011-4/+91
* Fix typoAlexey Zelkin2005-02-272-2/+2
* Fix a few markup nits in previous commit.Tom Rhodes2005-02-252-7/+9
* Note how cp(1) handles directories ending in "/."Tom Rhodes2005-02-241-1/+5
* Add information on utilities which may or may not be aware of file flags.Tom Rhodes2005-02-231-1/+18
* Change /bin/sh so *it* implements the processing needed for scripts toGarance A Drosehn2005-02-161-11/+43
* Several improvements to ps.1:Xin LI2005-02-141-10/+22
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-135-6/+6
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-092-2/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-0915-29/+32
* Since it is not un-common for a process's resident set size (rss)Christian S.J. Peron2005-02-061-1/+1
* Use LC_MESSAGES locale category instead of value of LANG environment variableAlexey Zelkin2005-02-012-0/+4
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,Xin LI2005-01-271-1/+1
* Don't specify SRCS= when it can be obtained from PROGS=Xin LI2005-01-271-1/+0
* WARNS?=6 is already in bin/Makefile.inc, so remove this one.Xin LI2005-01-271-1/+0
* Remove useless errno.h include.Suleiman Souhlal2005-01-261-1/+0
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incSuleiman Souhlal2005-01-261-1/+0
* - The first argument of getmode() is a void *Suleiman Souhlal2005-01-252-1/+3
* De-kerberize the manpage.Ruslan Ermilov2005-01-211-24/+3
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-1626-220/+220
* no need to have break; after return;Philippe Charnier2005-01-161-1/+1
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-9/+6
* Removed harmful empty lines that crept in during the copyrightRuslan Ermilov2005-01-132-2/+0
* Don't decend into directories when -d is set and the directory itself doesn'tBrian Somers2005-01-123-2/+19
* The total sum of blocks for the -l and -s option is printed always,Joerg Wunsch2005-01-111-3/+5
* /*- 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