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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] if.c  1.2   19 years  deraadt   fix on alpha. the lack of BWX by default, and assumptions of alignment keep bit...
[TXT] mbufs.c  1.15   19 years  deraadt   post-mortem stuff can go away here too
[TXT] netstat.c  1.26   19 years  deraadt   always compile in INET6 support
[TXT] vmstat.c  1.53   19 years  deraadt   adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to avoid tre...
[TXT] main.c  1.30   20 years  itojun   add -n flag (do not reverse-lookup). pb and deraadt ok
[TXT] systat.1  1.36   19 years  jmc   shuffle the .Pp;
[TXT] Makefile  1.16   19 years  markus   print network interface stats with 'systat ifstat'; ok deraadt, mickey
[TXT] pigs.c  1.16   20 years  millert   Convert to kvm_getproc2(); ok deraadt@
[TXT] swap.c  1.17   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] systat.h  1.8   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] iostat.c  1.23   20 years  tedu   'split' command for iostat mode from Pedro Martelletto <pbastos@rdc.puc-rio.br>
[TXT] cmds.c (in the Attic) [Hide]  1.12   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] cmdtab.c (in the Attic) [Hide]  1.7   19 years  markus   print network interface stats with 'systat ifstat'; ok deraadt, mickey
[TXT] disks.c (in the Attic) [Hide]  1.14   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] extern.h (in the Attic) [Hide]  1.14   19 years  markus   print network interface stats with 'systat ifstat'; ok deraadt, mickey
[TXT] fetch.c (in the Attic) [Hide]  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] keyboard.c (in the Attic) [Hide]  1.16   19 years  pvalchev   prototypes; ok deraadt
[TXT] netcmds.c (in the Attic) [Hide]  1.15   19 years  cloder   Use correct byte order when printing out port numbers. OK jaredy@, tdeval@, hsho...