summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
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
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-08-17clarify that -w is used for raw output only (removes the 'not sure' XXXOkan Demirmen
2012-01-30- allow the default to only show all non-listneing scokets, which matchesOkan Demirmen
2011-11-29minor whitespace fixDavid Gwynne
2011-11-29use a u_int64_t for the state id in pfsync_state. this makes it consistentDavid Gwynne
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2011-09-19clean up buffer cache statistics somewhat toBob Beck
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo