Re: removing expired once rules in pf_purge_thread()

2015-12-18 Thread Alexandr Nedvedicky
Hello Richard, > > What has to be granted is there is one 'winner' only, which puts the > > rule to garbage collector list. The pragmatic approach wins here. > > Right. I'll just note though that the patch as it stands allows multiple > winners: consider the window between testing

Re: initial 11n support for iwn (n, not m)

2015-12-18 Thread Raf Czlonka
On Thu, Dec 17, 2015 at 12:38:59PM GMT, Stuart Henderson wrote: > So the only new issue I have with this diff is with manual scans > (as I mentioned before, but now with logs) - the scan runs and > ifconfig displays the expected output (at the point around where 'scan > finished' is logged,

AGP on macppc (again)

2015-12-18 Thread Martin Pieuchot
Without AGP support radeondrm(4) does not work on my G5. The machine freezes when X starts and it's impossible to debug. So I'd like to enable agp(4) in GENERIC again... but leaving it disable for Uninorth (G4) machines. On such machines w/ AGP enabled the GPU locks up and then the driver

Re: AGP on macppc (again)

2015-12-18 Thread Mark Kettenis
> Date: Fri, 18 Dec 2015 15:11:35 +0100 > From: Martin Pieuchot > > Without AGP support radeondrm(4) does not work on my G5. The machine > freezes when X starts and it's impossible to debug. > > So I'd like to enable agp(4) in GENERIC again... but leaving it disable > for

Re: scan regression fixes

2015-12-18 Thread Stefan Sperling
On Fri, Dec 18, 2015 at 03:16:52PM +0100, David Coppa wrote: > On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote: > > On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: > >> This should fix the infinite scanning loops people have been > >> reporting with

autoconf: size for free

2015-12-18 Thread Mathieu -
Two trivial sizes for free in config_deferred. The other one in the file are a bit trickier and needs more moving things around. Index: subr_autoconf.c === RCS file: /cvs/src/sys/kern/subr_autoconf.c,v retrieving revision 1.90 diff

Re: scan regression fixes

2015-12-18 Thread David Coppa
On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote: > On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: >> This should fix the infinite scanning loops people have been >> reporting with 11n-enabled iwn(4), as well as the issue where >> clients associating to

spamd & spamlogd open sync port 8025 as root

2015-12-18 Thread Craig Skinner
Hi! FYI;- I've noticed spamd & spamlogd open their high ports as root. These pf rules work, changing to 'user _spamd' doesn't: pass in on $ext_if inet proto udp \ from $ext_if:network port > 1023 \ to $ext_if:0 port spamd-sync \ user root pass out on $ext_if inet proto

Re: [patch] fix urtw on big-endian CPU (PPC)

2015-12-18 Thread Stefan Sperling
On Mon, Dec 07, 2015 at 11:02:51PM +0100, Stefan Sperling wrote: > On Mon, Dec 07, 2015 at 09:31:11PM +0100, Cédric TESSIER wrote: > > Hi, > > > > I'm bringing my old Mac Mini G4 back to life, and I had an issue with a > > wireless dongle (RTL8187 rev 0x04, RFv2). > > > > urtw interface was

Re: initial 11n support for iwn (n, not m)

2015-12-18 Thread David Hill
On Fri, Dec 18, 2015 at 08:52:07PM +, Stuart Henderson wrote: > On 2015/12/17 19:43, Frank Groeneveld wrote: > > iwn0: fatal firmware error > > So this firmware crash... > > > firmware error log: > > error type = "UNKNOWN" (0x14E2) > > program counter = 0x00018100 > > source

Re: initial 11n support for iwn (n, not m)

2015-12-18 Thread Stuart Henderson
On 2015/12/17 19:43, Frank Groeneveld wrote: > iwn0: fatal firmware error So this firmware crash... > firmware error log: > error type = "UNKNOWN" (0x14E2) > program counter = 0x00018100 > source line = 0x0216 > error data = 0x0028 > branch link =

Re: removing expired once rules in pf_purge_thread()

2015-12-18 Thread Richard Procter
Hi Sasha, On Fri, 18 Dec 2015, Alexandr Nedvedicky wrote: > > Right. I'll just note though that the patch as it stands allows > > multiple winners [...] Whether that's a realistic issue, I don't know. > > I have though been bitten by enough edge cases like this to be very > > wary of them.

Re: SQLite 3.9.2 update

2015-12-18 Thread Landry Breuil
On Mon, Dec 14, 2015 at 08:51:47PM +0100, Landry Breuil wrote: > On Mon, Dec 14, 2015 at 01:09:38PM -0500, James Turner wrote: > > SQLite 3.9.2 updated. Tested on amd64. I've included the json extension > > but haven't enabled it yet. I can leave it out if know thinks it will be > > usful at this