Age | Commit message (Expand) | Author |
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 |
1997-08-14 | top 3.4, with a few changes. Still needs more work. | Jason Downs |