Re: Fix comment in usr.bin/w/w.c

2012-06-23 Thread Philip Guenther
On Sat, Jun 23, 2012 at 10:43 PM, Seth Wright wrote: > Looks like someone wasn't sure which verb to use, so they went ahead > and used both. Committed. Thanks! Philip Guenther

Fix comment in usr.bin/w/w.c

2012-06-23 Thread Seth Wright
Looks like someone wasn't sure which verb to use, so they went ahead and used both. Index: w.c === RCS file: /home/seth/code/obsd/cvsync/src/usr.bin/w/w.c,v retrieving revision 1.50 diff -u -p -r1.50 w.c --- w.c 28 Jul 2011 10:14:00

Support for UCD-SNMP-MIB in snmpd

2012-06-23 Thread Seth Wright
The diff below is the next rev of my earlier UCD-SNMP-MIB diff. It fixes some mistakes in the MIB declaration/naming, implements laConfig as a read-write value, and adds the systemState section of the MIB. It does not implement the "cooked" 1-minute-average values in systemState, just the ss*Raw*

nicer iostat

2012-06-23 Thread Ted Unangst
the columns get all raggedy when I run iostat because my overpowered three year old laptop just has too much speed. make the columns a little wider. I can still fit tty, sd{0,1,2}, and cpu on an 80 column display. Index: iostat.c ==