Age | Commit message (Expand) | Author |
2007-11-01 | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ | Otto Moerbeek |
2007-07-27 | replace a few more malloc(n*m) idioms with calloc(n,m) for safety; | Theo de Raadt |
2007-05-29 | Instead of using hand-crafted redraws minimizing screen updates, use curses. | Otto Moerbeek |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek |
2007-04-13 | include cleanup and fix in comment; from Mark Lumsden | Otto Moerbeek |
2007-04-04 | missing prototypes; from Mark Lumsden with a twist by me. | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |
2007-01-03 | Add a 'g' command to only show processes having a string in their | Otto Moerbeek |
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-09-20 | Recommit memory leak fix. | Ray Lai |
2006-04-29 | use calloc(3) instead of malloc(3) to allocate cpu state structs; it's | Otto Moerbeek |
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 |