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_5_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.26   9 years  okan   zap trailing newlines; "go for it" deraadt
[TXT] cache.c  1.4   12 years  dlg   use a u_int64_t for the state id in pfsync_state. this makes it consistent with ...
[TXT] cache.h  1.4   12 years  dlg   minor whitespace fix
[TXT] cpu.c  1.2   10 years  mpi   Correctly NUL-terminate the cpu view array. Fix a segfault on powerpc and proba...
[TXT] engine.c  1.17   10 years  krw   views CIRCLEQ begone. ok miller@
[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.21   9 years  guenther   The second level of the CTL_NET sysctl is a PF_*, not an AF_* inconsistent usag...
[TXT] inetname.c  1.1   13 years  giovanni   Let systat -N states resolve network addresses help and ok sthen@ lum@ ok canac...
[TXT] iostat.c  1.42   10 years  beck   back out the cache flipper temporarily to work out of tree. will come back soon....
[TXT] main.c  1.60   10 years  reyk   Add a new screen "cpu" that simply lists the usage of each CPU core. Also add a ...
[TXT] malloc.c  1.2   13 years  jasper   - use a common FIELD_ADDR macro, instead of rolling 78 identical copies. ok can...
[TXT] mbufs.c  1.35   9 years  dlg   cut things that relied on mclgeti for rx ring accounting/restriction over to usi...
[TXT] netstat.c  1.39   10 years  tedu   final circleq to tailq fix. restore the previous pointer check by reading the pr...
[TXT] nfs.c  1.6   13 years  jasper   - use a common FIELD_ADDR macro, instead of rolling 78 identical copies. ok can...
[TXT] pf.c  1.5   11 years  deraadt   remove some unnecessary sys/param.h inclusions
[TXT] pftop.c  1.28   10 years  sthen   print interface name with queues in "systat q"; ok henning
[TXT] pigs.c  1.26   10 years  guenther   <sys/dir.h> isn't needed here
[TXT] pool.c  1.7   9 years  dlg   info about pools is currently given to userland by copying each pools struct out...
[TXT] sensors.c  1.28   9 years  jasper   instead of printf() use tbprintf() like elsewhere in systat. ok deraadt@ mpi@
[TXT] swap.c  1.24   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] systat.1  1.97   10 years  henning   not just altq queues, queues From: Arto Jonsson <ajonsson at kapsi.fi>
[TXT] systat.h  1.20   9 years  deraadt   repair prototypes
[TXT] vmstat.c  1.76   10 years  mpi   Use VM_UVMEXP instead of VM_METER for memory usages and directly include <sys/vm...