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
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
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.
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
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
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:
>
> ...
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
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
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