Re: Brainy: a few bugs

2015-09-15 Thread Daniel Dickman
On Fri, Sep 11, 2015 at 3:18 PM, Maxime Villard wrote: > > _19/ UNINITIALIZED VARIABLE: sys/arch/i386/i386/bios.c rev1.112 > Fixed. Thanks.

Re: Brainy: a few bugs

2015-09-15 Thread Mark Kettenis
> From: Maxime Villard > Date: Fri, 11 Sep 2015 21:18:18 +0200 > > _22/ OVERLAP: sys/arch/sparc64/dev/vdsp.c rev1.2 Thanks, fixed!

Re: Brainy: a few bugs

2015-09-15 Thread Alexander Bluhm
On Mon, Sep 14, 2015 at 06:53:06AM +0200, Claudio Jeker wrote: > Fix for _17 OK bluhm@ > > -- > :wq Claudio > > Index: netinet/if_ether.c > === > RCS file: /cvs/src/sys/netinet/if_ether.c,v > retrieving revision 1.168 > diff -u -p

Re: Call for testers of restricted rmt(8)

2015-09-15 Thread Alexander Hall
On 09/12/15 09:13, Sebastien Marie wrote: > First, some generals remarks: > > - The debug feature (not documented) defeat the `-r' flag purpose. How do you mean it defeats it? The purpose of the '-r' flag is to stop a user from creating and/or writing to files. Obviously said user may not dictate

Re: [patch] if-free cleanup in sys/arch

2015-09-15 Thread Rafael Neves
On Tue, Sep 15, 2015 at 8:37 PM, Ted Unangst wrote: > Miod Vallat wrote: > > > Hi, > > > > > > Here a first sets of "if(x) free(x)" cleanup in sys/arch/ > > > > > > This patch contains only trivial if(x) removal. The size argument in > > > free is keep untouched (because it is already setted, or

Re: [patch] if-free cleanup in sys/arch

2015-09-15 Thread Miod Vallat
> > The arch/*/stand use a free() implementation which does not accept NULL > > pointers (see sys/lib/libsa/alloc.c). > > But we're going to fix that too, right? Yes. Developers those days are expecting free(NULL) to work, and as long as it's easy to achieve, there is no reason to deprive them fr

Re: [patch] if-free cleanup in sys/arch

2015-09-15 Thread Ted Unangst
Miod Vallat wrote: > > Hi, > > > > Here a first sets of "if(x) free(x)" cleanup in sys/arch/ > > > > This patch contains only trivial if(x) removal. The size argument in > > free is keep untouched (because it is already setted, or because it > > makes sens to keep it to 0). > > > > Comments ? OK

Re: [patch] if-free cleanup in sys/arch

2015-09-15 Thread Michael McConville
Miod Vallat wrote: > > Hi, > > > > Here a first sets of "if(x) free(x)" cleanup in sys/arch/ > > > > This patch contains only trivial if(x) removal. The size argument in > > free is keep untouched (because it is already setted, or because it > > makes sens to keep it to 0). > > > > Comments ? OK

Re: [patch] if-free cleanup in sys/arch

2015-09-15 Thread Miod Vallat
> Hi, > > Here a first sets of "if(x) free(x)" cleanup in sys/arch/ > > This patch contains only trivial if(x) removal. The size argument in > free is keep untouched (because it is already setted, or because it > makes sens to keep it to 0). > > Comments ? OK ? The arch/*/stand use a free() imp

Re: Cache-Control for httpd

2015-09-15 Thread Larry Hynes
Tuesday Sep 15 2015, 13:49:27 (+0100), Manuel Giraud : Questions: - Is there any interest? I'm interested! :D Apologies if you were looking for interest from httpd devs, I am merely a humble user. I'm currently using relayd to add an expires header to my httpd traffic. It's okay, but I

ping6 cleanup

2015-09-15 Thread David Hill
Hello - Remove unused defines. Change pr_addr to take socklen_t for getnameinfo. Index: ping6.c === RCS file: /cvs/src/sbin/ping6/ping6.c,v retrieving revision 1.115 diff -u -p -r1.115 ping6.c --- ping6.c 12 Sep 2015 11:52:23 -0

Cache-Control for httpd

2015-09-15 Thread Manuel Giraud
Hi, Here is a patch for some cache control in httpd. I've embedded this into the 'types' section so one can have the following in httpd.conf: types { text/html htm html text/csscss < 604800 image/jpeg jpeg jpg < 86400 } Questions: - Is there any

Re: panic with latest ugen.c and pcsc-lite

2015-09-15 Thread Martin Pieuchot
On 15/09/15(Tue) 04:50, Grant Czajkowski wrote: > On Fri, Sep 11, 2015 at 02:41:04AM -0600, David Coppa wrote: > > > > Hi! > > > > Repeatedly hit the panic below with latest ugen.c code (v 1.88) and > > pcsc-lite. > > Thanks for the report. Could you please try this patch? ok mpi@ Grant what

Re: panic with latest ugen.c and pcsc-lite

2015-09-15 Thread David Coppa
On Tue, Sep 15, 2015 at 6:50 AM, Grant Czajkowski wrote: > On Fri, Sep 11, 2015 at 02:41:04AM -0600, David Coppa wrote: >> >> Hi! >> >> Repeatedly hit the panic below with latest ugen.c code (v 1.88) and >> pcsc-lite. > > Thanks for the report. Could you please try this patch? Yes, this fixes th