summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2006-05-21Reduce the field widths for the summary line of traps, system callsdsl
2006-05-20Checkpoint this as 'WIP' before I break it again!dsl
2006-05-14Gcc 4 needs to have the enum declaration in scope to determine the enum size.christos
2006-05-11include errno.h directly rather than via user.h.yamt
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-14Update to use new kernel io statistics.blymn
2006-03-20free() intrnamebuf, intrname and intrloc on entry so we don't leak themdsl
2006-03-18Code to display per-system call counts.dsl
2006-03-18Count both read bytes and write bytes when we are not showing separate readdsl
2006-03-18Make the functions that display the top 8 lines externally visible sodsl
2006-03-18Coverty 7449: Remove splurious check for 'sep == NULL'.dsl
2006-02-13Print system processes' command names in square brackets, like ps(1) does.kleink
2006-02-05Match changes to vmstat.c (splitting of dkreadstats).dsl
2006-02-05Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats().dsl
2006-02-05Rename 'cur' to 'name' to avoid aliasing a global - this code has somedsl
2005-12-24Appease gcc 4.xmatt
2005-08-07Add tape statistics.blymn
2005-08-01Don't show ptyfs in the display, it's useless.xtraeme
2005-05-22do not rely on the pre-evcnt interrupt counter kernel symbols being present.chs
2005-02-26Add an extra digit to the kBps column - now overflows at 100MB/sdsl
2005-02-26WARNS=3dsl
2005-02-26Fix field widths for 'numbers' display, and allow it without 'secs'.dsl
2005-02-26Always treat ^h and ^? as erase chars (as well as stty erase).dsl
2005-02-26Refresh labels and display after changing displayed disksdsl
2005-02-22PR/29505: Nicolas Joly: Increase width of csw value in systat vmstat.christos
2005-02-20Sort SEE ALSO (hi hubert! First by section, then by name.)wiz
2005-02-20Drop trailing whitespace.wiz
2005-02-16Add "df" display to give information about filesystems, available diskspacehubertf
2005-02-03PR/29213: Nicolas Joly: sysstat(1) vmstat cannot display large memory valueschristos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2005-01-09- remove left over debugging code.christos
2004-11-23Show more information about page types in use, and free pages.simonb
2004-11-04Add (unsigned char) cast to ctype functionsdsl
2004-07-03Whoops, make "all" work again.mycroft
2004-07-03Using timeout() to control refresh gets rid of a whole pile of signal-relatedmycroft
2004-07-03Use KEY_RESIZE. Might as well have something in our source tree that does.mycroft
2004-06-13Fix a display glitch when blanking out drive columns.mycroft
2004-05-11"bufmem" is unsigned long inside the kernel, so don't try to grovel it outmartin
2004-03-27A __attribute__((__noreturn__)) function better be void - gcc correctlymartin
2004-02-19Add PTRTOUINT64() and UINT64TOPTR() macros to sys/sysctl.h for use byatatat
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-11g/c SDEAD handlingjdolecek
2003-12-30Adapt to kernel buffer cache memort allocation changes.pk
2003-12-07- avoid coredump by returning NULL when read fails and don't keep followingchristos
2003-12-07be more descriptive about what failed by printing the errno and thechristos
2003-10-13Move Matt Green's code from a 4-clause to a 3-clause licence by removingagc
2003-09-19realloc pedantitojun
2003-09-15Bump date for previous, reword a sentence.wiz
2003-09-12WRT disk commands, make the man page consistent with the program, and add themycroft
2003-09-12Allow lower case 'q' to quit.mycroft