summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2015-09-12use sysctl() to get FSCALE value; ok guentherTheo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-18Avoid calling freeifaddrs() with an uninitialised pointer in anJonathan Gray
2015-03-12Switch the netstat view of systat to use the same kvm_getfiles()Claudio Jeker
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-09Correct a test so synproxy states will display as "Syn" instead ofJonathan Gray
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-19replace local MIN() with MINIMUM()Theo de Raadt
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-06i renamed the mbuf pool.David Gwynne
2014-10-24This tool doesn't actually support networks(5).Ingo Schwarze
2014-10-20fix if (statement);Jonathan Gray
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-08-14Show only active pools by default, pressing 'A' shows all of them.Martin Pieuchot
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-10repair prototypesTheo de Raadt
2014-07-09instead of printf() use tbprintf() like elsewhere in systat.Jasper Lievisse Adriaanse
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-02info about pools is currently given to userland by copying eachDavid Gwynne
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-06-13Now that the water marks are updated on a per-pool basis indicate inMartin Pieuchot
2014-05-09print interface name with queues in "systat q"; ok henningStuart Henderson
2014-05-03remove unused variablesCharles Longeau
2014-04-26fix whitespaceStuart Henderson
2014-04-26Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPSStuart Henderson
2014-04-18no more altqHenning Brauer
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-02-11Stop leaking megabytes of memory at every queue refresh.pelikan
2014-01-19newqueue support for the queue view, code mostly from pfctl. lifting doneHenning Brauer
2013-12-25final circleq to tailq fix. restore the previous pointer check by readingTed Unangst
2013-12-24more fixing after circleq conversion. a better fix to check the prevTed Unangst
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-12-02views CIRCLEQ begone.Kenneth R Westerback
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-01not just altq queues, queuesHenning Brauer
2013-10-31sometimes we find .h we no longer needTheo de Raadt
2013-10-12adopt to queueing changesHenning Brauer
2013-09-11Correctly NUL-terminate the cpu view array. Fix a segfault on powerpcMartin Pieuchot
2013-09-07Add a new screen "cpu" that simply lists the usage of each CPU core.Reyk Floeter
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck
2013-06-11High memory page flipping for the buffer cache.Bob Beck
2013-06-02<sys/dir.h> isn't needed herePhilip Guenther
2013-05-14Don't display swapin/swapout uvmexp fieldsMiod Vallat
2013-03-20Do not expose a kernel address.Theo de Raadt
2012-12-23%zfod was removed in -r1.24; from NaughtyJason McIntyre