summaryrefslogtreecommitdiff
path: root/usr.bin/top
AgeCommit message (Expand)Author
2001-09-05select correctly, and on the right file descriptors too!Theo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-09-03don't print zero values on processes lineCamiel Dobbelaar
2001-08-24Display even zeros so that the swap output makes more sense.Artur Grabowski
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
2001-07-27more careful handling; i.mcwilliam@uws.edu.auTheo de Raadt
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-03Use KERN_NPROCS to get the number of processes on the system, toAngelos D. Keromytis
2001-05-10Typo; physial -> physical.Aaron Campbell
2001-02-22plug mem leak i introduced; spotted by millertTheo de Raadt
2001-02-17bye bye setgid kvmTheo de Raadt
2001-02-17do not use nlist anymore, kvm gets the bullet nextTheo de Raadt
2001-02-17partial KNF, because i cannot read the diffs i am trying to debugTheo de Raadt
2001-01-18remove signal races, using flagsTheo de Raadt
2000-12-22use strtoul() instead of atoi()Theo de Raadt
2000-11-21errno saving inside really crummy signal handlersTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-04Fixes a format string error in the kill (k) command; vort@wiretapped.netTodd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-06-05Need defines for UVM on 68k.Artur Grabowski
2000-03-11Various cleanups and standardizations.Aaron Campbell
1999-11-14stathz instead of hz, plus improvements by me; camield@inet.unisource.nlTheo de Raadt
1999-10-29writenTodd T. Fries
1999-10-17More consistent introduction to options.Aaron Campbell
1999-06-23our top does not show the last pid assignedTodd C. Miller
1999-06-21stop casting the third argument to kvm_read to char *. it is a void *.Artur Grabowski
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-22Update for new vmswap code.Tobias Weingartner
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-04-26s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr.Jason Downs
1999-03-22pronoun agreementPaul Janzen
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1999-02-19XrTheo de Raadt
1998-12-16more .Nm fixesAaron Campbell
1998-11-28do not count swap spaces that were not swapon(2)edkstailey
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-09-20cp_time is long, deal with it.Niklas Hallqvist
1998-09-20widen unsigned entities to signed ones before subtracting, fixes sorting on a...Niklas Hallqvist
1998-08-21support "-o field" and the interactive "o" commandkstailey
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-06-25handle missing swapTheo de Raadt
1997-12-02watch those overflowsbitblt