Re: CVS commit: src/sys/dev/acpi

2009-11-29 Thread Christoph Egger
Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Sun Nov 29 18:08:22 UTC 2009 > > Modified Files: > src/sys/dev/acpi: acpi_tz.c > > Log Message: > Remove a debug printf(). Thanks. Christoph

Re: CVS commit: src/share/mk

2009-11-29 Thread David Holland
On Sun, Nov 29, 2009 at 06:43:10PM +, David Laight wrote: > > Modified Files: > >src/share/mk: bsd.subdir.mk > > > > Log Message: > > Remove an unneeded test (.if defined(V)) in .for v in ${V} ... .endfor. > > Tested by running build.sh distribution. > > Some versions of make erro

re: CVS commit: src/sys

2009-11-29 Thread matthew green
matthew green wrote: > >I've committed a quick fix. However, the problem here is that > > sys/sysctl.h, sys/proc.h and sys/lwp.h are exposing structures for KVM > > grovellers to all userspace. Therefore struct kinfo_proc2, sys/proc.h and > > friends should not even be seen.

Re: CVS commit: src/sys

2009-11-29 Thread Quentin Garnier
On Sun, Nov 29, 2009 at 09:31:46PM +, Mindaugas Rasiukevicius wrote: > matthew green wrote: > > >I've committed a quick fix. However, the problem here is that > > > sys/sysctl.h, sys/proc.h and sys/lwp.h are exposing structures for KVM > > > grovellers to all userspace. Therefore struct

Re: CVS commit: src/sys

2009-11-29 Thread Mindaugas Rasiukevicius
matthew green wrote: > >I've committed a quick fix. However, the problem here is that > > sys/sysctl.h, sys/proc.h and sys/lwp.h are exposing structures for KVM > > grovellers to all userspace. Therefore struct kinfo_proc2, sys/proc.h and > > friends should not even be seen. We will revisit

re: CVS commit: src/sys

2009-11-29 Thread matthew green
Tobias Nygren wrote: > > Log Message: > > Restore exporting of lwp_getpcb() to userland and fix DDB properly. > > While the header might be abstracted better, it is a separate issue. > > This causes breakage for programs that compile with -ansi or -std=c89: > > ...

Re: CVS commit: src/share/mk

2009-11-29 Thread David Laight
On Sun, Nov 29, 2009 at 04:00:00PM +, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Sun Nov 29 16:00:00 UTC 2009 > > Modified Files: > src/share/mk: bsd.subdir.mk > > Log Message: > Remove an unneeded test (.if defined(V)) in .for v in ${V} ... .end

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

2009-11-29 Thread Christos Zoulas
In article <20091129042013.gm4...@x300.tombi.co.jp>, Masao Uebayashi wrote: >> Module Name: src >> Committed By:christos >> Date:Sat Nov 28 23:46:39 UTC 2009 >> >> Modified Files: >> src/lib/libc/arch/m68k/gen: Makefile.inc >> Added Files: >> src/lib/libc/arch/m

Re: CVS commit: src/sys

2009-11-29 Thread Mindaugas Rasiukevicius
Hello, Tobias Nygren wrote: > > Log Message: > > Restore exporting of lwp_getpcb() to userland and fix DDB properly. > > While the header might be abstracted better, it is a separate issue. > > This causes breakage for programs that compile with -ansi or -std=c89: > > ... > > In file included f