summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Collapse)Author
2000-04-16correct getoptEric Jackson
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-11-25there is no poipTheo de Raadt
1999-08-17consistencyAaron Campbell
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1999-06-21stop casting the third argument to kvm_read to char *. it is a void *.Artur Grabowski
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-30Grammar'n'formattingPaul Janzen
1999-04-28please use Ar macros when describing option flags, tooAaron Campbell
1999-04-28Implement -U <username> option from FreeBSD. Original code by Peter Wemm.Alex Feldman
1999-02-01accurately reflect what ps can doDavid Leonard
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-25null pointers are not your friendAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-09-14typos; pjanzen@foatdi.harvard.eduAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-04-28Xr madvise not vadviseTheo de Raadt
1998-04-26Use the physmem variable to get at the physical memory size (instead of theTheo de Raadt
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd
1997-11-30oh yeah, we are min() cleanTheo de Raadt
1997-11-30deal with unterminated e_login and e_wmesgTheo de Raadt
1997-11-06fix ps(1) LIM columnkstailey
1997-11-05print "-" instead of "" for login name; dada@sbox.tu-graz.ac.atTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12#include <grp.h>Todd C. Miller
1997-09-03doc emul optionkstailey
1997-09-03add ps "emul" optionkstailey
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-08-26drum not swap; entropy@tardis.bernstein.comTheo de Raadt
1997-08-22document XPG4 compatible format optionskstailey
1997-08-22XPG4 compatibility for format options:kstailey
two new options: group and rgroup. three new aliases: etime for start, comm for ucomm, and args for command.
1997-08-08Add a "parsed" flag for ps fields so we don't print the same fieldTodd C. Miller
multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de>
1997-08-04toast non-NEWVM code; freebsdTheo de Raadt
1997-08-01show args later on; works around page wrap in middle of lineTheo de Raadt
1997-08-01for lstart, use %c not %C; tetsuya@secom-sis.co.jpTheo de Raadt
1997-07-23tabifykstailey
1997-06-18(foo *)NULL -> NULLkstailey
1997-06-13return 1 if the process does not exist.michaels
1997-05-30xref correctionsTheo de Raadt
1997-02-12Stat field takes 5 chars not 4 (think "IW<s+")kstailey
1997-02-05Added "gid" keyword to print effective group ID of process.kstailey
(also alpha-sorted some of the man page that was nearly sorted.) BEFORE: kstailey@hermes$ ps -o ruid,svuid,uid,command RUID SVUID UID COMMAND 333 333 333 -bash (bash) worked, but group equivalent failed: kstailey@hermes$ ps -o rgid,svgid,gid,command ps: gid: keyword not found RGID SVGID COMMAND 20 20 -bash (bash) AFTER: kstailey@hermes$ ps -o rgid,svgid,gid,command RGID SVGID GID COMMAND 20 20 20 -bash (bash)
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-14-Wall'ing.Michael Shalayeff
1996-08-06_POSIX2_LINE_MAX errbuf for kvm_openfiles()Theo de Raadt
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-06-23update rcsidTheo de Raadt
1996-06-16allocate large enough buffer; netbsd pr#2550; gsstark@mit.eduTheo de Raadt
1996-06-10in findvar() return NULL for keywords not foundTheo de Raadt