Age | Commit message (Expand) | Author |
2022-09-10 | top(1): remove last vestiges of "last pid" support | Scott Soule Cheloha |
2022-08-08 | top(1): display uptime with seconds, print uptime in fixed format | Scott Soule Cheloha |
2020-08-26 | Add "t" to toggle the display of routing tables | kn |
2020-08-23 | Filter by routing table | kn |
2020-07-26 | Add / as alias for g (grep) | kn |
2020-06-27 | Add missing scroll keys to help page, name default signale for kill command | kn |
2019-10-27 | + resets P as well | kn |
2019-10-08 | Replace "boolean.h" with <stdbool.h> | kn |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-11-28 | Allow reverse sort order | kn |
2018-11-17 | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. | cheloha |
2018-10-05 | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. | cheloha |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-01-04 | glaring KNF violation | Theo de Raadt |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-03-15 | annoying whitespace die die die | Theo de Raadt |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2015-10-26 | print uptime too. ok deraadt | Ted Unangst |
2015-05-06 | Display thread IDs instead of the name of the process's owner when "-H" | Martin Pieuchot |
2014-11-27 | All cpus -> N Cpus | Marc Espie |
2014-01-14 | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop | Philip Guenther |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2013-01-14 | Remove an unnecessary function cast | Philip Guenther |
2013-01-14 | When showing threads, say so. Fix up some comments and names at the same time. | Philip Guenther |
2012-06-05 | Add support for hiding a user's processes in top. | Bryan Steele |
2012-04-15 | Move the check for a <0 number of process display_lines to a better place. | lum |
2011-12-16 | Use H to make top show process threads, instead of the current T. This is | Joel Sing |
2010-04-23 | show hostname in header line; ok lum@ phessler@ | Otto Moerbeek |
2010-03-24 | Document updating the display using the space-bar. | lum |
2010-03-18 | make the 'e' command work, from Mark Lumsden | Otto Moerbeek |
2010-02-05 | Header_lines always has the same value as y_procs; so zap the former; | Otto Moerbeek |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2009-12-22 | add -1 to show_help(); from Mark Lumsden | Jason McIntyre |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst |
2007-11-30 | Simplify process header display logic a bit. From Mark Lumsden | Otto Moerbeek |
2007-11-22 | Diff from Mark Lumsden: cleanup of reading strings and numbers, to | Otto Moerbeek |
2007-11-01 | cleanup of message handling, originally from Mark Lumsden, with a | Otto Moerbeek |
2007-10-16 | Properly adjust headers displayed when the screen contains few lines. | Otto Moerbeek |
2007-09-30 | unused static var; from Mark Lumsden | Otto Moerbeek |
2007-07-27 | size_t vs ssize_t error; spotted by zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-27 | u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru | Theo de Raadt |
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-03-30 | Remove some uneeded includes and declarations. -Wall is happy and no | Otto Moerbeek |
2006-03-04 | Show the CPU state %'s on first display as well. "looks good" deraadt@ | Otto Moerbeek |
2005-07-01 | NUL-terminate the screen buffer in u_process(), since it is passed to | Jared Yanovich |
2005-06-17 | replace hardcoded 128 with MAX_COLS (now 256) | Markus Friedl |
2005-06-08 | Multi-cpu support for top. Each cpu now gets its own stats line. | Todd C. Miller |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2004-06-13 | Typos in comments and a redundant prototype. From Brian Poole via jmc@ | Otto Moerbeek |