aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Style fixes and add gen to CLEANFILES.Nate Lawson2004-04-091-12/+15
* Give date(1) a much better SYNOPSIS section which is useful as more thanBrian Feldman2004-04-061-9/+13
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-06182-728/+0
* Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.Garance A Drosehn2004-04-041-1/+0
* Add back the `-e' option, which was mistakenly dropped when cleaningGarance A Drosehn2004-04-041-1/+1
* Give a name of 'l' (list) to the union in struct listinfo. This isGarance A Drosehn2004-04-041-28/+30
* Stop iterating over ACLs if we've already determined weBosko Milekic2004-04-031-5/+11
* Add spaces after flag names on .Fl macros.Garance A Drosehn2004-04-011-2/+2
* Describe the sorting options in better and more complete detail.Garance A Drosehn2004-03-311-6/+29
* Switch to using strtoul() for parsing a potential UID or GID, which getsGarance A Drosehn2004-03-301-9/+8
* Bruce would really like the prototype for fmt() to be split across linesGarance A Drosehn2004-03-301-1/+2
* Minor style fixes, mostly adding indent-protection on some comment-blocks.Garance A Drosehn2004-03-301-6/+6
* Replace pscomp() with a cleaner version, mostly written by bde (*).Garance A Drosehn2004-03-301-14/+43
* Oops. Remove some ';'s in #defines added by a previous update.Garance A Drosehn2004-03-291-2/+2
* Have this source explicitly include <sys/proc.h>, since it referencesGarance A Drosehn2004-03-291-0/+1
* Since "kp" is a pointer, I should be comparing against NULL not 0.Garance A Drosehn2004-03-291-1/+1
* Various style improvements, mostly in comments and indentation.Garance A Drosehn2004-03-291-43/+58
* In the routines I've been working on, sort the variable declartionsGarance A Drosehn2004-03-291-9/+9
* Split two 'fmt' strings so they're easier to read on 80-char windows.Garance A Drosehn2004-03-291-2/+4
* Sort the declarations of global variables.Garance A Drosehn2004-03-291-24/+25
* Sort the routine prototypes.Garance A Drosehn2004-03-281-10/+9
* If <x> is a process id that does not exist, then just print the headerGarance A Drosehn2004-03-281-1/+1
* Fix `-o rtprio' so it prints the correct value.Garance A Drosehn2004-03-281-2/+2
* If a non-existent user is given as part of `-U userlist', treat it asGarance A Drosehn2004-03-271-11/+6
* Explicitly wrap two long-ish linesi of code, to make them easier to read.Garance A Drosehn2004-03-271-2/+4
* Change the #if-ish logic which is used to add the `-f' option when `ps'Garance A Drosehn2004-03-271-9/+9
* Move the 'f' case so it shows up in the right place, alphabetically.Garance A Drosehn2004-03-271-6/+6
* Update the date on the man page, since this the previous change addedGarance A Drosehn2004-03-271-1/+1
* Support more POSIX/SUSv3 options:Garance A Drosehn2004-03-272-187/+580
* Avoid the manpage layering violation and low-level implementationRuslan Ermilov2004-03-261-3/+2
* - Remove references to /dev/kmem -- ps(1) utilizes theRuslan Ermilov2004-03-261-11/+5
* Remove WFORMAT, style.Makefile(5).David E. O'Brien2004-03-221-5/+5
* When symbolic link is pointed onto a mount point, it can't be movedPawel Jakub Dawidek2004-03-211-6/+17
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-03-211-1/+6
* Document incorrect handling of multibyte characters in filenames.Tim J. Robbins2004-03-211-1/+5
* Reduce redundancy in the description of the -u option.Tim J. Robbins2004-03-211-3/+1
* Document incorrect handling of multibyte characters when -t and -v optionsTim J. Robbins2004-03-211-1/+9
* Add a -v (verbose) option.Dag-Erling Smørgrav2004-03-212-13/+26
* Install /bin/sh safely. This allows a shell script to be usedRuslan Ermilov2004-03-181-0/+1
* Fix 'ps -p proclist' and 'ps -u userlist' so the command returns non-zeroGarance A Drosehn2004-03-181-3/+13
* Improvements to 'ps -p <x>'. If <x> is a process id that does not exist, thenGarance A Drosehn2004-03-172-21/+104
* Fix memory leakColin Percival2004-03-161-2/+2
* static and const.Juli Mallett2004-03-151-10/+10
* And a bandaid so that the output of "available space" is correct whenLukas Ertl2004-03-091-1/+2
* Remove a.out at the end of 'make test'Andrey A. Chernov2004-03-081-1/+1
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).Bruce Evans2004-03-061-16/+15
* Add a.out to CLEANFILESAndrey A. Chernov2004-03-061-0/+1
* Change locale name from non-existent ASCII to en_US.US-ASCIIAndrey A. Chernov2004-03-061-2/+2
* Teach dd(1) about parity bits.Poul-Henning Kamp2004-03-059-21/+157
* Add a test-target and reference vectors for the character converions.Poul-Henning Kamp2004-03-0511-0/+194