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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.28   5 years  krw   Add uvm view to show all values being collected in uvmexp. Feedbacks, tweaks, o...
[TXT] cache.c  1.8   5 years  tedu   use $OpenBSD markers ok millert mpi
[TXT] cache.h  1.6   5 years  tedu   use $OpenBSD markers ok millert mpi
[TXT] cpu.c  1.9   5 years  cheloha   Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. Because of hw....
[TXT] engine.c  1.23   5 years  tedu   use $OpenBSD markers ok millert mpi
[TXT] engine.h  1.11   5 years  dlg   make title a const char *.
[TXT] if.c  1.24   5 years  dlg   expose the interface queue drops in the interface view by default qdrops and er...
[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.47   7 years  beck   Statistics for high memory flips in the buffer cache nits from deraadt@ ok krw@ ...
[TXT] main.c  1.69   5 years  tedu   use $OpenBSD markers ok millert mpi
[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.9   6 years  patrick   Return time_uptime as value for when pf was enabled instead of time_second. Sin...
[TXT] pftop.c  1.43   5 years  bluhm   Change ps_len of struct pfioc_states and psn_len of struct pfioc_src_nodes to si...
[TXT] pigs.c  1.31   5 years  millert   Fix warnings caused by user_from_uid() and group_from_gid() now returning const ...
[TXT] pool.c  1.18   5 years  krw   Remove unused variable. Make clang happier.
[TXT] sensors.c  1.31   5 years  landry   Add a velocity sensor type (displayed as m/s) Change distance sensor type to be...
[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.111   5 years  dlg   expose the interface queue drops in the interface view by default qdrops and er...
[TXT] systat.h  1.23   5 years  dlg   expose the interface queue drops in the interface view by default qdrops and er...
[TXT] uvm.c  1.4   5 years  krw   Shuffle fields around to eliminate blanks spots resulting from removing unused u...
[TXT] vmstat.c  1.90   5 years  tedu   don't reuse global between functions; the value is wrong. reported by Bryan Lint...