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_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.19   16 years  deraadt   -DNOKVM will compile iostat.c without kvm support, which it does not need
[TXT] if.c  1.11   16 years  mk   Cope with if counters being u_int64_t now here, too. ok claudio
[TXT] iostat.c  1.28   16 years  otto   rename msec to the less confusing sec and improve the description in the man pag...
[TXT] main.c  1.37   16 years  cnst   fix -Wall warning about unused variable `errstr', which was introduced in the pr...
[TXT] mbufs.c  1.17   17 years  deraadt   use the 1 line load line from 'systat vm' on all the other displays, giving them...
[TXT] netstat.c  1.30   17 years  deraadt   use the 1 line load line from 'systat vm' on all the other displays, giving them...
[TXT] pigs.c  1.21   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] sensors.c  1.12   16 years  cnst   zap redundant code; ok deanna@
[TXT] swap.c  1.20   16 years  deraadt   malloc(n * m) -> calloc(n, m); from zinovik
[TXT] systat.1  1.61   16 years  jmc   .Nm does not require an argument; from Mark Lumsden
[TXT] systat.h  1.8   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] vmstat.c  1.63   16 years  deraadt   malloc(n * m) -> calloc(n, m); from zinovik
[TXT] cmds.c (in the Attic) [Hide]  1.16   16 years  tedu   otto would prefer only displaying one digit after decimal for refresh rate
[TXT] cmdtab.c (in the Attic) [Hide]  1.9   17 years  deraadt   use the 1 line load line from 'systat vm' on all the other displays, giving them...
[TXT] disks.c (in the Attic) [Hide]  1.17   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] extern.h (in the Attic) [Hide]  1.19   16 years  ray   Let realloc handle NULL. Check for integer overflow and realloc failure. Avoid...
[TXT] fetch.c (in the Attic) [Hide]  1.8   18 years  deraadt   fairly simple cleanup, lots of testing done
[TXT] keyboard.c (in the Attic) [Hide]  1.19   17 years  matthieu   allow systat(1) to be exited with 'q' like top(1). ok beck@ ckuethe@ hshoexer@ m...
[TXT] netcmds.c (in the Attic) [Hide]  1.19   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...