Re: sqlite3 update

2016-06-03 Thread Stuart Henderson
On 2016/06/03 20:17, James Turner wrote: > I personally think this is the way to go. Sadly I don't have the time to > do this right now (We just welcomed our second child recently). Heh. One doesn't really prepare you for two :-)

kern continue

2016-06-03 Thread Ted Unangst
a few more here and there. Index: ddb/db_examine.c === RCS file: /cvs/src/sys/ddb/db_examine.c,v retrieving revision 1.21 diff -u -p -r1.21 db_examine.c --- ddb/db_examine.c19 Apr 2016 12:23:25 - 1.21 +++ ddb/db_examine.

more continue loops

2016-06-03 Thread Ted Unangst
this is in sbin. i left csh and ksh in bin for some other brave soul. Index: dump/main.c === RCS file: /cvs/src/sbin/dump/main.c,v retrieving revision 1.57 diff -u -p -r1.57 main.c --- dump/main.c 20 Aug 2015 22:02:20 - 1.57

Re: sqlite3 update

2016-06-03 Thread James Turner
On Fri, Jun 03, 2016 at 11:24:15PM +0100, Stuart Henderson wrote: > On 2016/06/01 11:22, Stuart Henderson wrote: > > On 2016/06/01 09:09, Landry Breuil wrote: > > > And most importantly, 47 (released next week) requires 3.11. > > > /usr/obj/ports/firefox-47.0beta9/firefox-47.0b9/old-configure:SQLIT

Re: video(1) query only diff

2016-06-03 Thread Dmitrij D. Czarkoff
Marcus Glocker said: > Sometimes I just would like to query a video device for it's properties > without starting a stream to see what's supported and evt. make a > decision afterwards how to start the stream. > > This diff adds the 'q' option to video(1) for this purpose to just > query the devic

Re: sqlite3 update

2016-06-03 Thread Stuart Henderson
On 2016/06/01 11:22, Stuart Henderson wrote: > On 2016/06/01 09:09, Landry Breuil wrote: > > And most importantly, 47 (released next week) requires 3.11. > > /usr/obj/ports/firefox-47.0beta9/firefox-47.0b9/old-configure:SQLITE_VERSION=3.11.0 > > Ok, I'll update the diff this evening. So this was

Re: iwn(4) HT protection updates

2016-06-03 Thread Stefan Sperling
On Fri, Jun 03, 2016 at 07:59:22PM +0200, Marcus MERIGHI wrote: > I saved the tcpdump and a more detailed report in case you want it. Thanks for testing! I've committed the change. > after a added urtwn0 (hey, another five-letter device :-). Yeah. I don't really like the name of that driver ;)

Re: iwn(4) HT protection updates

2016-06-03 Thread Marcus MERIGHI
s...@stsp.name (Stefan Sperling), 2016.06.03 (Fri) 17:27 (CEST): > On Fri, Jun 03, 2016 at 04:54:13PM +0200, Marcus MERIGHI wrote: > > s...@stsp.name (Stefan Sperling), 2016.06.03 (Fri) 11:19 (CEST): > > > Currently, iwn(4) does not track HT protection changes because the > > > support code was bro

Re: iwn(4) HT protection updates

2016-06-03 Thread Stefan Sperling
On Fri, Jun 03, 2016 at 04:54:13PM +0200, Marcus MERIGHI wrote: > s...@stsp.name (Stefan Sperling), 2016.06.03 (Fri) 11:19 (CEST): > > Currently, iwn(4) does not track HT protection changes because the > > support code was broken and hence disabled. > > > > Here's a fixed version which should allo

x99token login_token etc.

2016-06-03 Thread Ted Unangst
We have a bunch of DES token utilities which were probably useful circa 1995 with diminishing utility over the course of the next decade, followed by a decade in which I suspect they were of very dminished utility. I think we can purge these, and if people really, really need them, they can live in

Re: iwn(4) HT protection updates

2016-06-03 Thread Marcus MERIGHI
s...@stsp.name (Stefan Sperling), 2016.06.03 (Fri) 11:19 (CEST): > Currently, iwn(4) does not track HT protection changes because the > support code was broken and hence disabled. > > Here's a fixed version which should allow us to enable HT protection > updates again. I'm not sure this was a cal

video(1) query only diff

2016-06-03 Thread Marcus Glocker
Sometimes I just would like to query a video device for it's properties without starting a stream to see what's supported and evt. make a decision afterwards how to start the stream. This diff adds the 'q' option to video(1) for this purpose to just query the device, display the results, and quit.

Re: bgpd: filter as path with operators

2016-06-03 Thread Stuart Henderson
On 2016/05/31 09:07, Peter Hessler wrote: > This feature came about because of a talk from Job at NTT during RIPE72, > where they will be introducing exactly this ruleset on all of their > links starting in July. KPN and GTT will also be doing this.

iwn(4) HT protection updates

2016-06-03 Thread Stefan Sperling
Currently, iwn(4) does not track HT protection changes because the support code was broken and hence disabled. Here's a fixed version which should allow us to enable HT protection updates again. Index: if_iwn.c === RCS file: /cvs/src