OpenBSD CVS

src/usr.bin/systat/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / systat

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.27   9 years  claudio   Switch the netstat view of systat to use the same kvm_getfiles() function simila...
[TXT] cache.c  1.7   7 years  guenther   Pull in <time.h> for time() ok deraadt@
[TXT] cache.h  1.5   8 years  canacar   fix a number of minor issues in the state view: 1. peak and rate computations w...
[TXT] cpu.c  1.5   8 years  benno   garbage collect unused variable tm ok kettenis@ florian@
[TXT] engine.c  1.19   8 years  benno   remove unused variable cur. code probably c&p from print_bar_title(). remove use...
[TXT] engine.h  1.8   10 years  reyk   Add a new screen "cpu" that simply lists the usage of each CPU core. Also add a ...
[TXT] if.c  1.23   9 years  deraadt   first batch of programs adapting to the namespace cleanup (pfvar.h nameser.h pro...
[TXT] inetname.c  1.3   7 years  guenther   The POSIX APIs that that sockaddrs all ignore the s*_len field in the incoming s...
[TXT] iostat.c  1.45   9 years  deraadt   first batch of programs adapting to the namespace cleanup (pfvar.h nameser.h pro...
[TXT] main.c  1.66   7 years  otto   tweak previous; hostname is alredy available plus some better formatting in case...
[TXT] malloc.c  1.3   9 years  deraadt   first batch of programs adapting to the namespace cleanup (pfvar.h nameser.h pro...
[TXT] mbufs.c  1.41   8 years  sthen   Add sys/queue.h where it's needed. Unbreak userland following recent removal fro...
[TXT] netstat.c  1.45   9 years  claudio   Switch the netstat view of systat to use the same kvm_getfiles() function simila...
[TXT] nfs.c  1.7   9 years  deraadt   first batch of programs adapting to the namespace cleanup (pfvar.h nameser.h pro...
[TXT] pf.c  1.8   8 years  benno   make sure debug will be initialized, choose "unknown" (because pfctl loglevel_to...
[TXT] pftop.c  1.35   7 years  jasper   increase width of interface column in the pf rules view by 2 chars, so that 'vet...
[TXT] pigs.c  1.30   8 years  deraadt   use sysctl() to get FSCALE value; ok guenther
[TXT] pool.c  1.11   8 years  sthen   Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@
[TXT] sensors.c  1.30   9 years  deraadt   first batch of programs adapting to the namespace cleanup (pfvar.h nameser.h pro...
[TXT] swap.c  1.27   8 years  deraadt   Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw mill...
[TXT] systat.1  1.101   9 years  claudio   Switch the netstat view of systat to use the same kvm_getfiles() function simila...
[TXT] systat.h  1.21   9 years  claudio   Switch the netstat view of systat to use the same kvm_getfiles() function simila...
[TXT] vmstat.c  1.82   7 years  krw   Remove statements that have no effect from X(), Y() and Z() #define's. Leftovers...