summaryrefslogtreecommitdiff
path: root/usr.bin/systat/mbufs.c
AgeCommit message (Expand)Author
2020-12-22print all the rings on a nic without limiting it to the number of mclpoolsDavid Gwynne
2020-06-15print the name of the rings in systat mbuf output too.David Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2015-04-18Avoid calling freeifaddrs() with an uninitialised pointer in anJonathan Gray
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-11-06i renamed the mbuf pool.David Gwynne
2014-10-20fix if (statement);Jonathan Gray
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-13Now that the water marks are updated on a per-pool basis indicate inMartin Pieuchot
2011-03-02- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.Jasper Lievisse Adriaanse
2010-11-05Print relativ number of livelocks that happend between two systatClaudio Jeker
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-08-01don't rely on mbuf.h to pull in pool.h here eitherBret Lambert
2010-08-01fix use of uninitialized variable.Charles Longeau
2009-11-23args, not that fileHenning Brauer
2009-11-23no more natpassHenning Brauer
2009-04-20remove unneeded argument to warnx()Charles Longeau
2009-03-29Make sure systat mbufs prints the interface name even if an interface onlyMark Kettenis
2009-01-27fix the mbuf view to cope with the recent change to the mclgeti allocator.David Gwynne
2008-12-31Skip missing pool indices instead of printing errors.Can Erkin Acar
2008-12-18Print the interface livelocks if non-zero. From deraadt@Can Erkin Acar
2008-12-17Rewrite the 'mbuf' page to display mbuf usage information from system poolsCan Erkin Acar
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2007-02-25use the 1 line load line from 'systat vm' on all the other displays, givingTheo de Raadt
2006-03-31fairly simple cleanup, lots of testing doneTheo de Raadt
2004-07-09post-mortem stuff can go away here tooTheo de Raadt
2004-07-03move sysctl comment on namelist[] entryTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-19mark which nlist[] kmem entries are not needed in the sysctl case, and which areTheo de Raadt
2002-06-18ANSITheo de Raadt
2002-06-09Use sysctl for mbstatAngelos D. Keromytis
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
1997-12-19bye bye sprintfTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-02it compiles w/ new cursesMichael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt