pfctl: only allow "once" rules in anchors

2013-08-19 Thread Lawrence Teo
This diff ensures that PF one shot rules can only be used inside anchors and not in the main ruleset. OK? Index: sbin/pfctl/parse.y === RCS file: /cvs/src/sbin/pfctl/parse.y,v retrieving revision 1.624 diff -u -p -u -p -r1.624 parse

ehci* on amd64 RAMDISK

2013-08-19 Thread Alexey E. Suslikov
Hi tech@. Along other lines, amd64 RAMDISK_CD have: # USB Controllers ehci*at pci?# Enhanced Host Controller # USB bus support usb*at ehci? But amd64 RAMDISK only have: # PCI USB Controllers ehci* at pci? # Enhanced Host Controller (notice absence of usb*

Re: Additional device apparently supported by urtwn(4)

2013-08-19 Thread william dunand
On Mon, Aug 19, 2013 at 11:15 PM, Jonathan Gray wrote: > On Mon, Aug 19, 2013 at 07:45:42PM +0900, william dunand wrote: > > Hi Tech, > > > > It looks like urtwn(4) supports a mini dongle I happen to have bought, > the > > IO-DATA WN-G150UM. > > I registered the device in usbdevs and if_urtwn.c a

Re: Additional device apparently supported by urtwn(4)

2013-08-19 Thread Jonathan Gray
On Mon, Aug 19, 2013 at 07:45:42PM +0900, william dunand wrote: > Hi Tech, > > It looks like urtwn(4) supports a mini dongle I happen to have bought, the > IO-DATA WN-G150UM. > I registered the device in usbdevs and if_urtwn.c and have been running it > on 5.3 without major problem for about a wee

Re: src/sbin/ifconfig: missing include

2013-08-19 Thread Mike Belopuhov
On 19 August 2013 12:52, David Coppa wrote: > > This misses util.h: > > cc -O2 -pipe -fno-pie -Wall -DINET6 -c /usr/src/sbin/ifconfig/ifconfig.c > /usr/src/sbin/ifconfig/ifconfig.c: In function 'setifwpakey': > /usr/src/sbin/ifconfig/ifconfig.c:1759: warning: implicit declaration of > function

Re: src/sbin/ifconfig: missing include

2013-08-19 Thread Otto Moerbeek
On Mon, Aug 19, 2013 at 12:52:41PM +0200, David Coppa wrote: > > This misses util.h: > > cc -O2 -pipe -fno-pie -Wall -DINET6 -c /usr/src/sbin/ifconfig/ifconfig.c > /usr/src/sbin/ifconfig/ifconfig.c: In function 'setifwpakey': > /usr/src/sbin/ifconfig/ifconfig.c:1759: warning: implicit declara

src/sbin/ifconfig: missing include

2013-08-19 Thread David Coppa
This misses util.h: cc -O2 -pipe -fno-pie -Wall -DINET6 -c /usr/src/sbin/ifconfig/ifconfig.c /usr/src/sbin/ifconfig/ifconfig.c: In function 'setifwpakey': /usr/src/sbin/ifconfig/ifconfig.c:1759: warning: implicit declaration of function 'pkcs5_pbkdf2' OK? Index: ifconfig.c =

Additional device apparently supported by urtwn(4)

2013-08-19 Thread william dunand
Hi Tech, It looks like urtwn(4) supports a mini dongle I happen to have bought, the IO-DATA WN-G150UM. I registered the device in usbdevs and if_urtwn.c and have been running it on 5.3 without major problem for about a week now. It is not 100% stable but it's decent enough. Is that enough to get

Re: Stop using static variables in ICMP

2013-08-19 Thread Mike Belopuhov
On 9 August 2013 11:04, Martin Pieuchot wrote: > This is the last episode from the first season of the serie, "move > your variables to the stack". Like in the previous episodes, this > one will let us execute the various icmp functions in parallel > without risk of trashing a value. > > It also