Age | Commit message (Expand) | Author |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-04 | support for toggling thread viewing. | Ted Unangst |
2005-06-17 | add a 'C' command ) that toggles the display of the full cmdline; | Markus Friedl |
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller |
2004-12-06 | missing space; bluhm at genua.de | Markus Friedl |
2004-11-22 | simplify loop iteration | Patrick Latifi |
2004-11-17 | off-by-one in process_states[], fixes display of memory; ok deraadt, aaron | Markus Friedl |
2004-10-07 | introduce -p option and p command to only show a single process. | Otto Moerbeek |
2004-06-13 | Typos in comments and a redundant prototype. From Brian Poole via jmc@ | Otto Moerbeek |
2004-06-11 | handle the KI_NOCPU case, pointed out by markus | Theo de Raadt |
2004-06-11 | only print /# if > 1 cpu on a machine | Theo de Raadt |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo de Raadt |
2004-06-11 | hide top breakage, until the next commit which will do it right | Theo de Raadt |
2004-05-09 | spaces | Theo de Raadt |
2004-01-08 | Convert to kinfo_proc2; ok deraadt@ | Todd C. Miller |
2003-07-07 | protos | Theo de Raadt |
2003-06-18 | remove unused variables | Theo de Raadt |
2003-06-17 | properly typecast to uid_t the return value of proc_owner() and report | Jean-Francois Brousseau |
2003-06-15 | use uid_t and fix some sign compare warnings; OK krw@ and deraadt@ | Todd C. Miller |
2003-06-14 | use correct length instead of sizeof(char *) for some strl* bound values | Anil Madhavapeddy |
2003-06-13 | readable code | Theo de Raadt |
2003-06-12 | knf | Theo de Raadt |
2003-06-12 | cleanup; ok deraadt | Peter Valchev |
2002-07-02 | Add missing copyright | Thorsten Lockert |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-05 | Get maxslp with sysctl. Not the constant. | Artur Grabowski |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-06-03 | Use KERN_NPROCS to get the number of processes on the system, to | Angelos D. Keromytis |
2001-02-22 | plug mem leak i introduced; spotted by millert | Theo de Raadt |
2001-02-17 | bye bye setgid kvm | Theo de Raadt |
2001-02-17 | do not use nlist anymore, kvm gets the bullet next | Theo de Raadt |
2001-02-17 | partial KNF, because i cannot read the diffs i am trying to debug | Theo de Raadt |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
1999-11-14 | stathz instead of hz, plus improvements by me; camield@inet.unisource.nl | Theo de Raadt |
1999-10-29 | writen | Todd T. Fries |
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski |
1999-05-22 | Update for new vmswap code. | Tobias Weingartner |
1998-11-28 | do not count swap spaces that were not swapon(2)ed | kstailey |
1998-09-20 | cp_time is long, deal with it. | Niklas Hallqvist |
1998-09-20 | widen unsigned entities to signed ones before subtracting, fixes sorting on a... | Niklas Hallqvist |
1998-08-21 | support "-o field" and the interactive "o" command | kstailey |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt |
1998-06-25 | handle missing swap | Theo de Raadt |
1997-11-08 | Sort idle processes by total CPU usage, not cpticks since cpticks | Todd C. Miller |
1997-09-09 | "last pid" stuff is useless with random pids. | Todd C. Miller |
1997-09-09 | Use kvm_openfiles() not the sunos compat kvm_open(). | Todd C. Miller |
1997-08-24 | Fix compiler warnings. | Todd C. Miller |
1997-08-22 | Two more alpha warnings. | Jason Downs |
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs |
1997-08-17 | print "idle" for idle processes | kstailey |