iPod Touch dmesg noise -> ugen(4).

2011-07-16 Thread Brynet
I won an iPod, apparently there is some libusb crap out there now that may make things more useful from userland. By default, it attaches as a broken uaudio device with no mixer controls and a bunch of silly hid devices. Probably more needed for other iTurd. -Bryan. Index: uaudio.c ==

document no -fstrict-overflow

2011-07-16 Thread Ted Unangst
We have disabled the -fstrict-overflow option by default. Index: gcc-local.1 === RCS file: /home/tedu/cvs/src/share/man/man1/gcc-local.1,v retrieving revision 1.23 diff -u -p -r1.23 gcc-local.1 --- gcc-local.1 2 Jun 2011 21:39:10 -000

Re: Support for fdopendir(3)

2011-07-16 Thread Philip Guenther
On Sat, Jul 16, 2011 at 12:47 PM, Matthew Dempsky wrote: > guenther@ thought this would be a good idea to do now, and oga@ > pointed out that POSIX says fdopendir(3) is supposed to check the > current file offset of the passed file descriptor. (I have *no* idea > how to portably utilize this feat

Biblioteca de Arte Universal

2011-07-16 Thread Arte
BIBLIOTECA DE ARTE UNIVERSAL Una obra znica ,un verdadero regalo para los sentidos ,una recopilacisn nunca vista en un DVD para su PC (no es video ) Ideal para estudiantes de Bellas Artes y amantes de la pintura y la escultura. Contenido del DVD Visitas virtuales a los grandes museos del mundo R

Re: Allow raw sockets to process icmp echo requests.

2011-07-16 Thread Christiano F. Haesbaert
On Sat, Jul 16, 2011 at 11:04:44PM +0200, Claudio Jeker wrote: > On Sat, Jul 16, 2011 at 05:38:45PM -0300, Christiano F. Haesbaert wrote: > > On Sat, Jul 16, 2011 at 04:42:41PM +0200, Martin Pelikan wrote: > > > 2011/7/16 Christiano F. Haesbaert : > > > > H,m, I think it would, since bpf can catch

patch: small typo in sys/net/if_sppp.h

2011-07-16 Thread Abel Abraham Camarillo Ojeda
Small typo in comment. I don't know if this amerites a commit... Index: if_sppp.h === RCS file: /cvs/src/sys/net/if_sppp.h,v retrieving revision 1.15 diff -u -r1.15 if_sppp.h --- if_sppp.h 16 Feb 2009 20:03:36 - 1.15 +++

Re: Allow raw sockets to process icmp echo requests.

2011-07-16 Thread Claudio Jeker
On Sat, Jul 16, 2011 at 05:38:45PM -0300, Christiano F. Haesbaert wrote: > On Sat, Jul 16, 2011 at 04:42:41PM +0200, Martin Pelikan wrote: > > 2011/7/16 Christiano F. Haesbaert : > > > H,m, I think it would, since bpf can catch the packet, another possible > > > option > > > would be IP_DIVERT to

Re: Allow raw sockets to process icmp echo requests.

2011-07-16 Thread Christiano F. Haesbaert
On Sat, Jul 16, 2011 at 04:42:41PM +0200, Martin Pelikan wrote: > 2011/7/16 Christiano F. Haesbaert : > > H,m, I think it would, since bpf can catch the packet, another possible > > option > > would be IP_DIVERT to catch the packets and then send it with the raw > > socket, > > but would still be

Re: Support for fdopendir(3)

2011-07-16 Thread Matthew Dempsky
On Thu, Jul 14, 2011 at 05:12:08PM -0700, Matthew Dempsky wrote: > (It would be possible to change things slightly to avoid the two > fcntl(2) system calls in fdopendir(3) when called from opendir(3), but > I don't think it's worth the complexity.) guenther@ thought this would be a good idea to do

Re: Allow raw sockets to process icmp echo requests.

2011-07-16 Thread Martin Pelikan
2011/7/16 Christiano F. Haesbaert : > H,m, I think it would, since bpf can catch the packet, another possible option > would be IP_DIVERT to catch the packets and then send it with the raw socket, > but would still be a little awkward (IMHO). What's awkward about bpf/divert(4)? And how hard is to