autoneg fix for ich9 em(4)

2011-11-28 Thread Jonathan Perkin
return ret_val; -- Jonathan Perkin www.perkin.org.uk github.com/jperkin twitter.com/jperkin

Re: Small pgrep/pkill enhancement

2011-06-11 Thread Jonathan Perkin
* On 2011-06-11 at 21:44 BST, Ingo Schwarze wrote: > Jonathan Perkin wrote on Tue, May 17, 2011 at 11:02:05PM +0100: > > > Add -i to ignore case when matching process name > > It seems nobody picked this up, so i had a look at it. > > NetBSD has that since March 2

Small pgrep/pkill enhancement

2011-05-17 Thread Jonathan Perkin
Add -i to ignore case when matching process name Index: pkill.1 === RCS file: /cvs/src/usr.bin/pkill/pkill.1,v retrieving revision 1.16 diff -u -r1.16 pkill.1 --- pkill.1 29 Sep 2010 07:44:56 - 1.16 +++ pkill.1 17 May