Re: cloneable tun

2012-11-29 Thread Grumpy
et it right. I definitely agree with your statement! I've found ioctls much easier to perform in brainf*ck than in python. Grumpy

Re: sndio cleanups

2012-08-22 Thread Grumpy
> Granted, the trend seems to be that everything excepts BSDs and Linux is > dead anyways, so if it builds there, you should be fine. ;( Does Netcraft confirm this?

Re: dd(1) human-readable output

2011-08-23 Thread Grumpy
r its own ``summary=human-readable'' option. Definitely not a dash-prefixed option. > So, while I'm all for it, I think the greybeards need to weigh > in on this :) It's not grey, you damn kid. It's ``exhausted tone''. Grumpy

Re: If you are one of the cool kids who cranks kern.bufcachepercent up..

2010-01-09 Thread Grumpy
> > @@ -350,7 +359,7 @@ > > * referencing buffers. > > */ > > toggle ^= 1; > > - if (numvnodes > 2 * maxvnodes) > > + if (numvnodes / 2 > maxvnodes) > > toggle = 0; > > + if ((numvnodes >> 1) > maxvnodes) > > slightly better? I find your lack of faith in the com