aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+1
* Fix systat(1) regression. It was broken by r317061.Jung-uk Kim2017-04-201-26/+26
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-213-40/+41
* Renumber copyright clause 4Warner Losh2017-02-2822-22/+22
* Fix error in the example sectionSevan Janiyan2016-12-051-8/+11
* Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston2016-11-102-7/+7
* Use nitems() from sys/param.h.Marcelo Araujo2016-08-161-3/+3
* Use macro MIN() from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-203-10/+10
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+1
* Add on systat -vm the ability to display the physical and kernel memoryMarcelo Araujo2015-12-281-1/+13
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Bump date. Missed in r289873.Michael Tuexen2015-10-241-1/+1
* Add support to systat to display SCTP statistics.Michael Tuexen2015-10-245-1/+374
* Use _PATH_DEVNULL instead of direct hardcoding.Xin LI2015-09-281-1/+1
* Add support to systat to display zfs arc cache status/infoMichael Reifenberger2015-09-277-3/+272
* - Avoid accessing window properties directly, instead, use accessors.Xin LI2015-09-104-21/+16
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-11/+11
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-194-33/+105
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-283-3/+16
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-055-209/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-125-31/+174
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-081-36/+40
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-0411-99/+160
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | | | | | | Bump WARNS level to 1Baptiste Daroussin2015-06-061-1/+1
* | | | | | | | | | | Remove unused variableBaptiste Daroussin2015-06-061-1/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge from projects/sendfile:Gleb Smirnoff2014-11-301-2/+2
* | | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix integer truncation in affecting systat -ifstatRyan Stone2014-09-291-10/+10
* | | | | | | | | mdoc: kill EOL whitespace.Joel Dahl2014-07-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-152-15/+2
* | | | | | | | Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov2014-05-093-18/+103
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge from CheriBSD:Brooks Davis2014-01-302-2/+15
* | | | | | Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | Nuke "systat -mbuf". It was broken since FreeBSD 5, and since thereGleb Smirnoff2013-07-155-209/+2
| |_|_|/ |/| | |
* | | | Make `systat -vmstat` to use suffixes to display big floating point numbersAlexander Motin2013-03-231-0/+8
* | | | Remove EOL whitespace.Joel Dahl2013-02-251-6/+6
* | | | Fix several new & old style issues.Alexander V. Chernikov2013-02-203-14/+12
* | | | Add interface name filtering via 'match' cmd.Alexander V. Chernikov2013-02-203-25/+162
* | | | Remove old-style function definitionPhilippe Charnier2013-02-191-1/+1
| |_|/ |/| |