summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-10-16safer use of reallocitojun
2003-10-03On MP systems, print a line for each cpu describing cpustate.christos
2003-08-20fix comment; FD_SET is not used any longeritojun
2003-08-01Rework how dependency generation is performed:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-12bound string operationsitojun
2003-06-23Add NetBSD RCS Ids.agc
2003-03-14add dependency on sigdesc.h to commands.clukem
2003-03-05Patch from PR 12304 submitted by Matthias Buelow mkb@moghedien.mayn.de.jrf
2003-01-18Merge the nathanw_sa branch.thorpej
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-19select() -> poll(), nanosleep()mycroft
2002-08-02Fix segv when running show_help.chris
2002-07-16copyright cleanup from openbsd (thanks!)itojun
2002-06-13Remove STDC ifdefs.wiz
2002-03-23Update top(1) for new UVM/UBC counters.thorpej
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-21Make this directory usable on a case insensitive fs.tv
2001-12-01Whitespace cleanup.wiz
2001-11-09/vmunix => /netbsdhubertf
2001-11-02Update to the new t_agetstr() API.christos
2001-07-03print system processes as [procname]christos
2001-06-21Sync with top.1 v1.6.wiz
2001-06-21Fix some typos and grammar.wiz
2001-06-21Turn -S (display of system processes) on by default.wiz
2001-06-20document 'S' command (thanks thomas)christos
2001-06-20add a command ('S') to toggle display of system processes.christos
2001-06-19`existent', not `existant'wiz
2001-05-22bring in fixes from beta12:christos
2001-04-12if the read() on stdin for a command fails, exit.abs
2001-01-30s/Swap/Swp in Memory: line.enami
2001-01-23Print a process state except sleeping in capital letter, andenami
2000-12-30on multiprocessor, display last cpu for SSLEEP state, too.sommerfeld
2000-11-29Use the vm.uvmexp2 sysctl.simonb
2000-11-19If kernel gives us a CPU number in kinfo_proc2, display it after the state.sommerfeld
2000-11-02Avoid buffer overflow. Inspired by a FreeBSD BUGTRAQ security advisory.christos
2000-10-11Back out last change. It was not a format string cleanup at all,thorpej
2000-10-11More format string cleanup by sommerfeld.is
2000-10-04getopt(3) returns -1 not EOF.mjl
2000-10-04plug possible printf string format issue. seen on openbsd mailing listitojun
2000-06-09Use u_int64_t to avoid an integer overflow when converting total numberenami
2000-06-05Now that the CPUSTATES info is in <sys/sched.h>, we don't need to includesimonb
2000-06-04include sys/sched.h to get definition of CPUSTATESperry
2000-05-29Move the compare_*() function declarations to m_netbsd15.c and make themsimonb
2000-05-29cp_time[] is now an array of u_int64_t's. Add a percentages64() functionsimonb
2000-05-26Sync a comment with the version of this file sent to the top-spinnerssimonb
2000-05-26New module for top based on the old m_netbsd13.c module.simonb