Age | Commit message (Expand) | Author |
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 |
2003-11-01 | process signals at the right time. also handle stdin failure better; | Theo de Raadt |
2003-06-19 | o get rid of strecpy() and use strlcpy() and/or snprintf() instead. | Todd C. Miller |
2003-06-18 | remove unused variables | Theo de Raadt |
2003-06-13 | readable code | Theo de Raadt |
2003-06-13 | use proper varargs(3), as opposed to a hack; ok millert | Peter Valchev |
2003-06-12 | cleanup; ok deraadt | Peter Valchev |
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-03 | don't print zero values on processes line | Camiel Dobbelaar |
2001-08-24 | Display even zeros so that the swap output makes more sense. | Artur Grabowski |
2001-07-27 | abort if stdout use ever produces EOF. before, top was one of those nasty | Theo de Raadt |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs |
1997-08-14 | top 3.4, with a few changes. Still needs more work. | Jason Downs |