aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/main.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* systat: Remove obsolete copyright stringWarner Losh2023-08-161-6/+0
* Report I/O stats from the CAM_IOSCHED_DYNAMIC extensionWarner Losh2022-02-281-0/+8
* systat: mostly clean up warnsMateusz Guzik2021-11-011-6/+6
* systat: Handle SIGWINCH to properly window resizing and adjustMichael Reifenberger2021-04-211-0/+16
* Patch systat -zarc to display cumulative rate and round down large numbers by...Michael Reifenberger2020-05-111-11/+2
* Chasing r337661, fix systat after arc accounting change.Cy Schubert2018-08-121-1/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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 _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-271-1/+31
* Remove unused variableBaptiste Daroussin2015-06-061-1/+0
* Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-151-4/+0
* Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov2014-05-091-7/+67
* Merge from CheriBSD:Brooks Davis2014-01-301-0/+4
* Remove old-style function definitionPhilippe Charnier2013-02-191-1/+1
* Make systat(1) accept fractional number of seconds.Alexander V. Chernikov2012-09-171-8/+7
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Use ncursesw to output the date field of vmstat displayHajimu UMEMOTO2009-11-131-1/+1
* - Catch SIGHUP to perform cleanup before exiting.Jaakko Heinonen2009-10-111-0/+1
* ANSIfy and remove register.Xin LI2008-01-161-8/+5
* Remove trailing whitespace.Bruce Evans2006-04-301-3/+3
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-301-3/+3
* Fix the easy warnings:David Malone2004-03-091-3/+1
* unifdef __STDC__Warner Losh2002-03-231-16/+1
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-20/+20
* Fix the error buffer passed to kvm_openfiles to have a length ofThomas Moestl2001-05-251-2/+4
* Get rid of setgid kmem for systat, and while being there, fix some bugsThomas Moestl2001-03-231-3/+25
* o Fix up includes which built due to excessive nested including in theRobert Watson2000-12-171-6/+5
* o Make systat use sysctl() to retrieve hz and stathz, instead ofRobert Watson2000-11-251-19/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet many compiler warnings.David E. O'Brien1998-10-081-1/+5
* Fixed type mismatches which were fatal when sizeof(long) > sizeof(int).Bruce Evans1998-07-061-3/+3
* o Use snprintf rather than sprintfWarner Losh1998-06-091-2/+2
* Main() returns int.Philippe Charnier1997-08-261-2/+2
* Use err(3). /sys/dkstat.h -> /usr/include/sys/dkstat.hPhilippe Charnier1997-08-131-16/+13
* Localize timeAndrey A. Chernov1996-03-311-0/+3
* Don't use curses until initialized.Poul-Henning Kamp1995-03-121-8/+8
* extern.h, iostat.c, main.c, vmstat.c:Bruce Evans1994-12-031-0/+2
* Prevents segm. fault on unknown optionAndrey A. Chernov1994-10-191-0/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+286