Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-16 | top(1): always recount number of online CPUs | Scott Soule Cheloha |
2022-09-10 | top(1): remove last vestiges of "last pid" support | 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-25 | Remove unused "remaining" member in struct handle | kn |
2020-01-06 | Implement scrolling in top(1) using 9 and 0 keys. | Vadim Zhukov |
2019-10-08 | Simplify threads flag handling | kn |
2019-10-08 | Replace "boolean.h" with <stdbool.h> | kn |
2019-10-06 | Avoid gasting around get_process_info() | kn |
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-11-02 | Accept numeric user IDs | kn |
2018-11-01 | Merge duplicate code into helper functions | kn |
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-09-22 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-07-29 | After "termcap" initilization is finished, top appears to not open any | Theo de Raadt |
2017-03-15 | annoying whitespace die die die | Theo de Raadt |
2015-11-05 | allow "kill" from top, by using proc instead of id | Marc Espie |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-30 | top renice command requires pledge "id", from Michael Lesniewski | Theo de Raadt |
2015-10-25 | need "getpw" pledge; spotted by matthieu | Theo de Raadt |
2015-10-23 | With new pledge "ps" and "vminfo" requests, ps/top/w become possible. | Theo de Raadt |
2015-05-06 | Display thread IDs instead of the name of the process's owner when "-H" | Martin Pieuchot |
2014-09-17 | if there are more than 8 cpus, default to combined cpu stats (like | David Gwynne |
2014-04-07 | Just exit if we get an error or HUP when poll()ing the keyboard. | Todd C. Miller |
2013-01-14 | When showing threads, say so. Fix up some comments and names at the same time. | Philip Guenther |
2012-06-08 | Add checks for command line input (or the TOP environment var) | lum |
2012-06-05 | Add support for hiding a user's processes in top. | Bryan Steele |
2012-04-20 | Silence warnings. Okay deraadt@. | Paul Irofti |
2011-12-16 | Use H to make top show process threads, instead of the current T. This is | Joel Sing |
2010-04-24 | delete two extra ; that got inserted somewhere along the line | Theo de Raadt |
2010-04-21 | Handle a strdup failure. | lum |
2010-03-26 | Remove unnecessary ptr. | lum |
2010-03-23 | Fix pointer usage with the renice and kill error message structure. Pointer w... | lum |
2010-03-22 | make argument check for '-s' cli option and interactive 's' consistent. ok otto@ | lum |
2010-03-18 | While resizing, show correct CPU stats, from Mark Lumsden | Otto Moerbeek |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst |
2009-07-18 | restore -S as toggle; | Jason McIntyre |
2009-06-04 | with -d1, switch interactive mode off, so the screen isn't restored | Stuart Henderson |
2007-11-29 | fix small glitch in displaying process list header; from Mark Lumsden | Otto Moerbeek |
2007-11-27 | use symbolic constant 'Infinity' instead of -1 where appropriate; from | Otto Moerbeek |
2007-11-22 | Diff from Mark Lumsden: cleanup of reading strings and numbers, to | Otto Moerbeek |
2007-11-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek |
2007-11-04 | Also show warning message for -U and -p in message area; noted by Mark | Otto Moerbeek |
2007-11-04 | Get rid of the very annoying warning message + delay when a command | Otto Moerbeek |