Re: CVS commit: src/sys/conf

2014-09-26 Thread David Holland
On Fri, Sep 19, 2014 at 09:05:23AM +, Matt Thomas wrote: Added Files: src/sys/conf: filesystems.config Log Message: include for configs which includes all file-systems and any dependent pseudo-devices Was this discussed anywhere? I'm not saying it's a bad idea; I'm just not

Re: CVS commit: src/lib/libc

2014-09-26 Thread David Holland
On Thu, Sep 25, 2014 at 03:08:29PM +, Emmanuel Dreyfus wrote: Modified Files: src/lib/libc/include: namespace.h src/lib/libc/sys: Makefile.inc Added Files: src/lib/libc/sys: fdiscard.c posix_fallocate.c Log Message: Fix argument paddiing for posix_fallocate and

Re: CVS commit: src/lib/libc/gen

2014-09-26 Thread Alan Barrett
On Fri, 26 Sep 2014, Roy Marples wrote: Modified Files: src/lib/libc/gen: unvis.c Log Message: Remove \$ as a hidden marker as vis(3) wasn't setting it and it clobbered VIS_SHELL | VIS_CSTYLE. This is wrong. vis -l outputs \$, and with this change, unvis won't correctly handle it.

Re: CVS commit: src/lib/libc/gen

2014-09-26 Thread Roy Marples
On 2014-09-26 15:09, Alan Barrett wrote: On Fri, 26 Sep 2014, Roy Marples wrote: Modified Files: src/lib/libc/gen: unvis.c Log Message: Remove \$ as a hidden marker as vis(3) wasn't setting it and it clobbered VIS_SHELL | VIS_CSTYLE. This is wrong. vis -l outputs \$, and with this

Re: CVS commit: src/sys/conf

2014-09-26 Thread Matt Thomas
On Sep 26, 2014, at 12:32 AM, David Holland dholland-sourcechan...@netbsd.org wrote: On Fri, Sep 19, 2014 at 09:05:23AM +, Matt Thomas wrote: Added Files: src/sys/conf: filesystems.config Log Message: include for configs which includes all file-systems and any dependent

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Christos Zoulas
On Sep 26, 6:13pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Can you tell me where 'error' is initialized? line 145? christos

Re: CVS commit: src/sys/arch/atari/atari

2014-09-26 Thread Christos Zoulas
On Sep 26, 6:00pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/arch/atari/atari | My scanner forgets variables as soon as a bug is detected with them. | Which means that only the first leak is reported. | | In this file there's another leak below (not tested):

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Christos Zoulas
On Sep 26, 8:17pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | No. You committed this: | | if ((t = proc_find(SCARG(uap, pid))) == NULL) { | mutex_exit(proc_lock); | - return ESRCH; | + goto

Re: CVS commit: src/common/lib/libc/arch/i386/string/small

2014-09-26 Thread David Laight
On Mon, Sep 22, 2014 at 08:31:56PM +, Pierre Pronchery wrote: Module Name: src Committed By: khorben Date: Mon Sep 22 20:31:56 UTC 2014 Modified Files: src/common/lib/libc/arch/i386/string/small: strchr.S Log Message: Look for the character to locate before checking