Age | Commit message (Expand) | Author |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-07-09 | According to miod, KERNBASE used as a userland symbol should die | Theo de Raadt |
2012-06-05 | Add support for hiding a user's processes in top. | Bryan Steele |
2012-04-21 | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. | Philip Guenthe |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2011-07-12 | print out the amount of memory used for cache. ok otto | Ted Unangst |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2010-04-26 | more portable code | Theo de Raadt |
2010-03-26 | Make the source of process TIME for displaying and sorting the same. | lum |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2009-04-28 | extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131 | Theo de Raadt |
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 |