Re: netstat -c count

2009-08-19 Thread Miod Vallat
> Noticed that netstat doesn't have a repeat count option like vmstat does. [...] > + case 'c': > + repeatcount = strtonum(optarg, 1, INT_MAX, &errstr); > + break; But vmstat at least performs some error checking here to complain about bogus val

netstat -c count

2009-08-19 Thread Ted Unangst
Noticed that netstat doesn't have a repeat count option like vmstat does. Index: if.c === RCS file: /cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.61 diff -u -r1.61 if.c --- if.c4 Aug 2009 03:45:47 - 1.61 +++

cwm: activate previous window on close

2009-08-19 Thread Thomas Pfaff
Here's a diff that activates the previously active window, or the window now under the cursor, when the current window is closed. This makes sure you don't necessarily have to move the mouse or cycle windows to make one active. Anyone for? Thomas Index: client.c