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