summaryrefslogtreecommitdiff
path: root/usr.bin/systat
AgeCommit message (Expand)Author
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-11-04Allow display intervals > 25 seconds.dsl
2009-11-01Correctly count number of chars output so that help isn't blank if thedsl
2009-10-21Bump date for uarea swap-out removal.wiz
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-21Fix problems with SIGWINCH. From Paul Ripke in PR 42161.wiz
2009-07-14Don't assume that two identical-looking string literals will have theapb
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-13Fix -Wsign-compare issueslukem
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-11Don't workaround ancient macro argument limit with .Xo/.Xc.joerg
2009-03-09In vmstat display, increase software interrupt count output from 5 tonjoly
2008-12-29cast for tdev.christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-13Clarify how one is supposed to use the pointers returned by getutentries()dholland
2008-05-30convert the rest of my licenses to 2-clause, extracting myself outmrg
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-10Don't even bother initializing the namelist if we're not going to use it.thorpej
2008-04-10Use sysctl to fetch network statistics unless a memory file is specifiedthorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-04-07Update for ICMP and UDP stats changes.thorpej
2008-02-11#include <sys/evcnt.h> instead of <sys/device.h>, since the formerdyoung
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2007-12-31don't call curses from a signal handler!christos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-02-18Document 'systat syscall'.dsl
2007-02-18Include code to display per system call counts and times.dsl
2007-02-17Revert the changes done after newlock2 merge, except for the removal ofpavel
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2006-10-22use c99 initializerschristos
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