Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat | |
2006-10-16 | The session field is a pointer and so should be 8 chars for | Todd C. Miller | |
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@ | |||
2006-05-02 | Format nicelevel relative NZERO as other tools do. | Hugh Graham | |
Surely, says millert. | |||
2004-09-14 | rename internal uname() to euname() to avoid libc conflict | Theo de Raadt | |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo de Raadt | |
2004-01-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller | |
due to a bug fix in the sort routine. | |||
2003-12-16 | typo; mjc@bitz.ca | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-12-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-07-19 | Fix format bug with ps -o group. ok deraadt@ | Dale Rahn | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
1998-11-25 | null pointers are not your friend | Aaron Campbell | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-09-03 | add ps "emul" option | kstailey | |
1997-08-22 | XPG4 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-08 | Add a "parsed" flag for ps fields so we don't print the same field | Todd C. Miller | |
multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de> | |||
1997-08-04 | toast non-NEWVM code; freebsd | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-02-12 | Stat field takes 5 chars not 4 (think "IW<s+") | kstailey | |
1997-02-05 | Added "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-06-23 | update rcsid | Theo de Raadt | |
1996-06-10 | in findvar() return NULL for keywords not found | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |