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 ch

Re: CVS commit: src/sys/sys

2014-09-26 Thread David Laight
On Mon, Sep 15, 2014 at 11:58:35AM +0900, NONAKA Kimihiro wrote: > Hi, > > 2014-09-15 3:07 GMT+09:00 Christos Zoulas : > > > Perhaps it is better to memcpy the data to some aligned struct rather > > than referencing it directly and making it packed (which is not portable). > > I wrote the follow

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

2014-09-26 Thread Maxime Villard
Le 21/09/2014 17:49, Christos Zoulas a écrit : > > Module Name: src > Committed By: christos > Date: Sun Sep 21 15:49:21 UTC 2014 > > Modified Files: > src/sys/arch/atari/atari: intr.c > > Log Message: > fix leak. > > > To generate a diff of this commit: > cvs rdiff -u -r1.23 -r

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 out

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

2014-09-26 Thread Maxime Villard
Le 21/09/2014 18:58, Christos Zoulas a écrit : > > Module Name: src > Committed By: christos > Date: Sun Sep 21 16:58:42 UTC 2014 > > Modified Files: > src/sys/compat/linux/arch/i386: linux_ptrace.c > > Log Message: > fix leak > > > To generate a diff of this commit: > cvs rdiff

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

2014-09-26 Thread Maxime Villard
Le 26/09/2014 19:50, Christos Zoulas a écrit : On Sep 26, 7:29pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Looks like I chose the wrong thread, I was talking about | sys/compat/linux/arch/powerpc/linux_ptrace.c. line 121? christos

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

2014-09-26 Thread Christos Zoulas
On Sep 26, 7:29pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Looks like I chose the wrong thread, I was talking about | sys/compat/linux/arch/powerpc/linux_ptrace.c. line 121? christos

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

2014-09-26 Thread Maxime Villard
Le 26/09/2014 19:08, Christos Zoulas a écrit : 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 Looks like I chose the wrong thread, I was talking about

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): A

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/conf

2014-09-26 Thread Matt Thomas
On Sep 26, 2014, at 12:32 AM, David Holland 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 >> pseudo-devices > > Was this

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/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

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_falloca

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 jus