Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-06 | Only 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-14 | bring back the space before (cmd); ok millert aaron | Theo de Raadt | |
2004-12-20 | Don't print an unnecessary trailing space character at the end of command | Aaron Campbell | |
argument display. This makes it easier to grep ps output for 'foo$', instead of having to use 'foo *$'. millert@ ok | |||
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | Theo de Raadt | |
you can see processes move around; ok pval millert | |||
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl | |
2004-09-14 | rename internal uname() to euname() to avoid libc conflict | 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-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. | |||
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo 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-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos | |
document missing flags from proc.h | |||
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller | |
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. | |||
2002-02-10 | remove pre-ansi, SCCS workaround cruft; ok deraadt@ | Christian Weisgerber | |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff | |
2001-12-05 | Get MAXSLP from kvm/sysctl. It's patchable in the kernel now. | Artur Grabowski | |
2001-12-01 | wrong printf spec for a field | Theo de Raadt | |
2001-11-07 | Doh, bring the correct header, this is userland... | Miod Vallat | |
2001-11-07 | Use uvm headers. | Miod Vallat | |
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela | |
millert@ ok | |||
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2000-06-18 | Mark 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-04 | avoid 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-30 | oh yeah, we are min() clean | Theo de Raadt | |
1997-11-30 | deal with unterminated e_login and e_wmesg | Theo de Raadt | |
1997-11-06 | fix ps(1) LIM column | kstailey | |
1997-11-05 | print "-" instead of "" for login name; dada@sbox.tu-graz.ac.at | Theo de Raadt | |
1997-09-12 | #include <grp.h> | Todd C. Miller | |
1997-09-03 | add ps "emul" option | kstailey | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
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-04 | toast non-NEWVM code; freebsd | Theo de Raadt | |
1997-08-01 | for lstart, use %c not %C; tetsuya@secom-sis.co.jp | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |