summaryrefslogtreecommitdiff
path: root/bin/ps/print.c
AgeCommit message (Collapse)Author
2002-06-18add x flag for systraced processes; mentioned by christos@netbsdNiels Provos
document missing flags from proc.h
2002-03-19Fix unitialized variable in non-setgid case; Gregory SteuckTodd C. Miller
2002-02-16Part 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.
2002-02-10remove pre-ansi, SCCS workaround cruft; ok deraadt@Christian Weisgerber
2002-01-30right, just check more for nulls; from Dan Harnett <danh@wzrd.com>Michael Shalayeff
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-12-01wrong printf spec for a fieldTheo de Raadt
2001-11-07Doh, bring the correct header, this is userland...Miod Vallat
2001-11-07Use uvm headers.Miod Vallat
2001-08-13Typo in comments: 'interuptable' => 'interruptible'Heikki Korpela
millert@ ok
2001-04-30CLSIZE is 1 on all archs and will go away soon.Artur Grabowski
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too.
2000-05-04avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; ↵Theo de Raadt
any math wizards want to help me clean this up?
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-12#include <grp.h>Todd C. Miller
1997-09-03add ps "emul" optionkstailey
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
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-04toast non-NEWVM code; freebsdTheo de Raadt
1997-08-01for lstart, use %c not %C; tetsuya@secom-sis.co.jpTheo de Raadt
1997-07-23tabifykstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt