summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.h
AgeCommit message (Expand)Author
2022-09-10top(1): remove last vestiges of "last pid" supportScott Soule Cheloha
2020-08-26Add "t" to toggle the display of routing tableskn
2020-08-23Filter by routing tablekn
2020-06-25Remove unused "remaining" member in struct handlekn
2020-01-06Implement scrolling in top(1) using 9 and 0 keys.Vadim Zhukov
2019-10-08Simplify threads flag handlingkn
2019-10-06Avoid gasting around get_process_info()kn
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-09-22Use user_from_uid() and uid_from_user() directly. The wrappersTodd C. Miller
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-01-19like in ps(1), fetch the FSCALE value using sysctl rather than usingTheo de Raadt
2014-09-17if there are more than 8 cpus, default to combined cpu stats (likeDavid Gwynne
2012-06-05Add support for hiding a user's processes in top.Bryan Steele
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2007-05-29Instead of using hand-crafted redraws minimizing screen updates, use curses.Otto Moerbeek
2005-12-04support for toggling thread viewing.Ted Unangst
2005-06-08Multi-cpu support for top. Each cpu now gets its own stats line.Todd C. Miller
2004-10-07introduce -p option and p command to only show a single process.Otto Moerbeek
2004-06-13Typos in comments and a redundant prototype. From Brian Poole via jmc@Otto Moerbeek
2004-05-09spacesTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-13readable codeTheo de Raadt
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
1997-08-14top 3.4, with a few changes. Still needs more work.Jason Downs