Re: binary integer constants in gcc

2013-06-25 Thread Jonathan Gray
On Fri, Jun 21, 2013 at 10:57:18AM +0200, Marc Espie wrote: > On Fri, Jun 21, 2013 at 05:31:39PM +1000, Jonathan Gray wrote: > > Both gcc and clang have an extension for binary integer constants. > > In gcc's case this has been around since 4.3. > > > > The mesa backend for newer intel parts (i965

Re: binary integer constants in gcc

2013-06-25 Thread Jonathan Gray
On Fri, Jun 21, 2013 at 10:20:01AM +0200, Mark Kettenis wrote: > > Date: Fri, 21 Jun 2013 17:31:39 +1000 > > From: Jonathan Gray > > > > Both gcc and clang have an extension for binary integer constants. > > In gcc's case this has been around since 4.3. > > > > The mesa backend for newer intel p

bge: reliable tx with msi and tagged status (tests needed)

2013-06-25 Thread Mike Belopuhov
Hi, This is a mail I've sent to dlg@ and kettenis@ and didn't get an objection, but I would like a more widespread testing to happen with this diff. Please try it on all bge's you can. Your help is much appreciated! 8< I find the transmit path on 5719 here to be of questionable

Re: procmap: removing setgid kmem

2013-06-25 Thread Ted Unangst
On Tue, Jun 25, 2013 at 03:05, David Coppa wrote: > > $ procmap > procmap: invalid address (0) == -1 vs. 224 @ 0 > > Since procmap does not work anymore for users, what about removing > the setgid kmem? i want to say no, because we should still try to make it work. but having tried a little and

procmap: removing setgid kmem

2013-06-25 Thread David Coppa
$ procmap procmap: invalid address (0) == -1 vs. 224 @ 0 Since procmap does not work anymore for users, what about removing the setgid kmem? ciao, David Index: Makefile === RCS file: /cvs/src/usr.sbin/procmap/Makefile,v retrieving

Re: make return value of pcap_breakloop in pcap.3 match reality

2013-06-25 Thread Jason McIntyre
On Tue, Jun 25, 2013 at 08:45:25AM +0200, Sebastian Reitenbach wrote: > include/pcap.h says the return value of pcap_breakloop is void, not int. > > OK? > ok. jmc > > Index: lib/libpcap/pcap.3 > === > RCS file: /cvs/src/lib/libpca