Re: CVS commit: src/sys/net

2009-08-13 Thread YAMAMOTO Takashi
hi, > Module Name: src > Committed By: dyoung > Date: Thu Aug 13 00:23:32 UTC 2009 > > Modified Files: > src/sys/net: if.c if.h > > Log Message: > Use sysctl(9) to expose to userland each interface transmission > queue's maximum length, current length, and number of drops. E.g.,

Re: CVS commit: src/usr.bin/error

2009-08-13 Thread David Holland
On Thu, Aug 13, 2009 at 08:38:18PM -0600, M. Warner Losh wrote: > : | Maybe it should lose support for compilers that disappeared twenty > : | years ago, though. > : > : The error reporting syntax has not changed much! > > Besides, how much space would it really save? In the brain of the n

Re: CVS commit: src/usr.bin/error

2009-08-13 Thread M. Warner Losh
In message: <20090814021047.91ed856...@rebar.astron.com> chris...@zoulas.com (Christos Zoulas) writes: : On Aug 13, 10:19pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: : -- Subject: Re: CVS commit: src/usr.bin/error : : | On Thu, Aug 13, 2009 at 03:46:39PM +, Christos

Re: CVS commit: src/usr.bin/error

2009-08-13 Thread Christos Zoulas
On Aug 13, 10:19pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/usr.bin/error | On Thu, Aug 13, 2009 at 03:46:39PM +, Christos Zoulas wrote: | > >XXX: does this program actually do anything useful these days? | > | > Yes, it works just fine :-)

Re: CVS commit: src/usr.bin/error

2009-08-13 Thread David Holland
On Thu, Aug 13, 2009 at 03:46:39PM +, Christos Zoulas wrote: > >XXX: does this program actually do anything useful these days? > > Yes, it works just fine :-) I use it all the time. Better you than me :-) Maybe it should lose support for compilers that disappeared twenty years ago, though

Re: CVS commit: src/sys/kern

2009-08-13 Thread Matthias Drochner
a...@cequrux.com said: > What is an "undescribed, direct ioctl", and where is it documented? As I understand it this is where the third ioctl argument is used as data instead of a pointer to data. This is only useful to provide source compatibility to non-BSD sources, and there are ways to get th

Re: CVS commit: src/sys/kern

2009-08-13 Thread David Laight
On Thu, Aug 13, 2009 at 08:41:36PM +0200, Alan Barrett wrote: > What is an "undescribed, direct ioctl", and where is it documented? Probably one that doesn't abuse the cmd field to include the length etc! David -- David Laight: da...@l8s.co.uk

Re: CVS commit: src/sys/kern

2009-08-13 Thread Alan Barrett
On Thu, 13 Aug 2009, Adam Hamsik wrote: > Modified Files: > src/sys/kern: sys_generic.c > > Log Message: > Allow undescribed, direct ioctls as used by Unix. This capability was removed > in BSD, presumably because nothing used it any more. > Third party system software written for Unix (lik

Re: CVS commit: src/sys/kern

2009-08-13 Thread David Holland
On Thu, Aug 13, 2009 at 08:57:43AM +, Adam Hamsik wrote: > Allow undescribed, direct ioctls as used by Unix. This capability > was removed in BSD, presumably because nothing used it any more. > Third party system software written for Unix (like ZFS) requires > this to work without significa

Re: CVS commit: src/sys/kern

2009-08-13 Thread Christos Zoulas
In article <20090813085743.b5f5b17...@cvs.netbsd.org>, Adam Hamsik wrote: >Module Name: src >Committed By: haad >Date: Thu Aug 13 08:57:43 UTC 2009 > >Modified Files: > src/sys/kern: sys_generic.c > >Log Message: >Allow undescribed, direct ioctls as used by Unix. This capability

Re: CVS commit: src/usr.bin/error

2009-08-13 Thread Christos Zoulas
In article <20090813065938.c53b617...@cvs.netbsd.org>, David A. Holland wrote: >Module Name: src >Committed By: dholland >Date: Thu Aug 13 06:59:38 UTC 2009 > >Modified Files: > src/usr.bin/error: Makefile error.h input.c main.c pi.c subr.c touch.c > >Log Message: >Pass WARNS=4,

Re: CVS commit: src/usr.bin/elf2aout

2009-08-13 Thread Rafal Boni
On Wed, Aug 12, 2009 at 09:26:30PM -0600, Michael L. Hitch wrote: > On Wed, 12 Aug 2009, Matt Thomas wrote: > > >On Aug 12, 2009, at 7:07 PM, Rafal Boni wrote: > ... > >>>Log Message: > >>>Don't build for MIPS anymore > >> > >>I'm pretty sure some IP22 (and probably older SGI) PROMS don't deal wit