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_3_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   22 years  art   UVM is no longer an option
[TXT] iostat.c  1.12   22 years  heko   #(endif|else) foo is incorrect, make it #endif /* foo */ deraadt@ ok
[TXT] main.c  1.16   22 years  millert   Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POS...
[TXT] mbufs.c  1.5   23 years  ericj   handle kvm_nlist() failing, from pr#1798. Patch similar to the one submitted by...
[TXT] netstat.c  1.16   22 years  pvalchev   Wall cleanup
[TXT] pigs.c  1.8   22 years  pvalchev   Wall cleanup
[TXT] swap.c  1.11   25 years  weingart   Merge for new vmswap code largely from netbsd.
[TXT] systat.1  1.21   22 years  deraadt   update one of the outdated lists in here; andrew.hoerter@NeuStar.com
[TXT] systat.h  1.3   26 years  millert   Cleanup by Theo and myself. CMDLINE changed to long to make command line work o...
[TXT] vmstat.c  1.25   22 years  weingart   Add information on number/percentage of namei calls missed the cache. millert@ o...
[TXT] cmds.c (in the Attic) [Hide]  1.6   22 years  millert   Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POS...
[TXT] cmdtab.c (in the Attic) [Hide]  1.2   27 years  deraadt   rcsid
[TXT] disks.c (in the Attic) [Hide]  1.8   26 years  millert   Cleanup by Theo and myself. CMDLINE changed to long to make command line work o...
[TXT] extern.h (in the Attic) [Hide]  1.6   26 years  kstailey   simple SIGWINCH handler; deals only with window size changes >= 80x24
[TXT] fetch.c (in the Attic) [Hide]  1.2   27 years  deraadt   rcsid
[TXT] keyboard.c (in the Attic) [Hide]  1.7   22 years  millert   Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POS...
[TXT] netcmds.c (in the Attic) [Hide]  1.5   24 years  itojun   IPv6 support. commands under "netstat" are all IPv6-aware. const checks in nets...