summaryrefslogtreecommitdiff
path: root/bin/ps/print.c
AgeCommit message (Collapse)Author
2005-07-06Only print a space separating argv and the real command (in parens)Todd C. Miller
when argv is non-NULL and empty. OK deraadt@ and fgsch@.
2005-01-14bring back the space before (cmd); ok millert aaronTheo de Raadt
2004-12-20Don't print an unnecessary trailing space character at the end of commandAaron Campbell
argument display. This makes it easier to grep ps output for 'foo$', instead of having to use 'foo *$'. millert@ ok
2004-11-24on MP machines, in STAT field, add /# where # is the cpu number so thatTheo de Raadt
you can see processes move around; ok pval millert
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
2004-09-14rename internal uname() to euname() to avoid libc conflictTheo de Raadt
2004-01-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
due to a bug fix in the sort routine.
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-05work around a very rare div by 0 that should not happen, but can happen onTheo de Raadt
non-IEEE systems apparently. like the vax. this is in the same area of code that has caused us problems with the 68060/68040 before; very curious, and i don't know why.
2002-12-19add dsiz and ssiz to accompany tsiz; millert@ okMichael Shalayeff
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