summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2021-11-09systat(1): convert realloc(x * y) to reallocarr, eliminate a temp varnia
2021-11-09systat(1): convert free(x); x = malloc(x * y) to reallocarr.nia
2021-10-30netstat(1): use reallocarr instead of realloc(x * y)nia
2021-08-21PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat.christos
2021-07-24Instead of getting an estimate of the number of kernel buffers,simonb
2021-04-17Remove SCCS workarounds. No binary change.maya
2020-12-11Add ${LIBUTIL} to DPADD.simonb
2020-08-26Use the vm.uspace sysctl instead of using the USPACE kernel define.simonb
2020-03-02increase slot slop space from 100 to 1000 before giving up.mrg
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-06-30Make the scaling of the "bytes written" sticky, so that if we gohe
2019-02-04- use -Wno-error=format-truncationmrg
2019-02-03- enlarge buffer to avoid snprintf() truncationmrg
2019-01-25no need for curses.hchristos
2019-01-25PR/53906: Paul Ripke: systat(1) vmstat & syscall getchristos
2019-01-08Remove a format character from a non-format string.tih
2018-12-28Fix some macro usage. Fix a typo.wiz
2018-12-26Remove commentd out options for fields no longer present in source.sevan
2018-12-26Extend "systat vm" output to provide better insight about buffercache andsevan
2018-05-03Remove now unused tcpip.h includes. Some were already unused before.maxv
2017-11-22add -b to usage.snj
2017-11-17add missing 'b' to the optstring. alpha-sort the option handling.mrg
2017-07-15Use I/O timestamps to compute disk statistics for better precisison.mlelstv
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-09rearrange sys/mount.h so that all of the kernel-only parts are togetherchs
2017-01-10need <sys/stat.h>christos
2016-12-23for 64 bit mips platforms where we built userland largely as n32 bymrg
2016-12-03add a basic "-b" option - that outputs one display and exits.mrg
2016-10-24sysctlbyname is convenient, but ain't cheap. Cache it.christos
2016-10-22allow fractional intervalschristos
2016-08-05Avoid string gymnastics in an olympic year.christos
2016-08-04Make this build with clang:jakllsch
2016-08-03Bump date for new ifstat command.wiz
2016-08-02Add $NetBSD$ tag for new filesscole
2016-08-02PR bin/51204scole
2016-03-12NetBSD does actually support flat-panel displays. Even for systat(1).dholland
2016-01-23Define _KERNTYPES for things that need it.christos
2015-08-23if you change display types, the "Showing %s, refresh every %d seconds."mrg
2014-12-24Update stats-keeping in sys/kern/vfs_cache.c to remove (most)dennis
2014-06-20Remove fagile test which ensured that first namelist element (wasnjoly
2014-06-14GC X_NCHSTATSjoerg
2014-06-03Always use_sysctl in preparation of removing all kvm code.joerg
2014-06-03Provide sysctl for namecache statistics.joerg
2014-03-08Restore lost break.jdc
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2013-11-24Fix fallout from circleq->tailq transition.mlelstv
2013-10-18Make :drives, :display, :ignore accept fnmatch(3) patterns to specify drives.bad
2013-10-18fix unused variable warningschristos
2013-10-14No David, '\?' is not the del character. Broken in rev 1.21.bad