summaryrefslogtreecommitdiff
path: root/usr.bin/systat/main.c
AgeCommit message (Expand)Author
2025-05-25systat/top: Update ZFS sysctl namesAlexander Motin
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line .c patternWarner Losh
2023-08-15systat: Remove obsolete copyright stringWarner Losh
2022-02-28Report I/O stats from the CAM_IOSCHED_DYNAMIC extensionWarner Losh
2021-11-01systat: mostly clean up warnsMateusz Guzik
2021-04-21systat: Handle SIGWINCH to properly window resizing and adjustMichael Reifenberger
2020-05-11Patch systat -zarc to display cumulative rate and round down large numbers by...Michael Reifenberger
2018-08-12Chasing r337661, fix systat after arc accounting change.Cy Schubert
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-08-16Use nitems() from sys/param.h.Marcelo Araujo
2016-04-27Use macro MIN() from sys/param.h.Marcelo Araujo
2015-09-28Use _PATH_DEVNULL instead of direct hardcoding.Xin LI
2015-09-27Add support to systat to display zfs arc cache status/infoMichael Reifenberger
2015-06-06Remove unused variableBaptiste Daroussin
2014-05-15Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis
2014-05-09Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov
2014-01-30Merge from CheriBSD:Brooks Davis
2013-02-19Remove old-style function definitionPhilippe Charnier
2012-09-17Make systat(1) accept fractional number of seconds.Alexander V. Chernikov
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-11-13Use ncursesw to output the date field of vmstat displayHajimu UMEMOTO
2009-10-11- Catch SIGHUP to perform cleanup before exiting.Jaakko Heinonen
2008-01-16ANSIfy and remove register.Xin LI
2006-04-30Remove trailing whitespace.Bruce Evans
2006-04-30Show the load average in the tcp display (it was already shown, perhapsBruce Evans
2004-03-09Fix the easy warnings:David Malone
2002-03-23unifdef __STDC__Warner Losh
2001-12-12WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray
2001-05-25Fix the error buffer passed to kvm_openfiles to have a length ofThomas Moestl
2001-03-23Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl
2000-12-17o Fix up includes which built due to excessive nested including in theRobert Watson
2000-11-25o Make systat use sysctl() to retrieve hz and stathz, instead ofRobert Watson
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-10-08Quiet many compiler warnings.David E. O'Brien
1998-07-06Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).Bruce Evans
1998-06-09o Use snprintf rather than sprintfWarner Losh
1997-08-26Main() returns int.Philippe Charnier
1997-08-13Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hPhilippe Charnier
1996-03-31Localize timeAndrey A. Chernov
1995-03-12Don't use curses until initialized.Poul-Henning Kamp
1994-12-03extern.h, iostat.c, main.c, vmstat.c:Bruce Evans
1994-10-19Prevents segm. fault on unknown optionAndrey A. Chernov
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes