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

2009-03-31 Thread Perry E. Metzger
enami tsugutomo writes: > David Holland writes: > >> On Tue, Mar 31, 2009 at 06:54:19AM +0900, Izumi Tsutsui wrote: >> > src/share/misc/style says to insert it: >> > [...] >> > { /* Insert an empty line if the function has no local variables. */ >> >> but but but that's clearly stupid! :-) >

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

2009-03-31 Thread enami tsugutomo
David Holland writes: > On Tue, Mar 31, 2009 at 06:54:19AM +0900, Izumi Tsutsui wrote: > > src/share/misc/style says to insert it: > > [...] > > { /* Insert an empty line if the function has no local variables. */ > > but but but that's clearly stupid! :-) I feel comfortable while reading c

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

2009-03-31 Thread Matthias Drochner
a...@netbsd.org said: > Thank you for fixing an annoying panic. However it's one of many hacks > to be applied to this. There's no good reason for interrupts to be off > while the shutdown hooks are being processed. Maybe one can assume interrupts in some cases, but with ACPI one doesn't know wh

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

2009-03-31 Thread Andrew Doran
On Tue, Mar 31, 2009 at 05:17:47PM +, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Tue Mar 31 17:17:47 UTC 2009 > > Modified Files: > src/sys/dev/acpi/acpica: OsdSchedule.c OsdSynch.c > > Log Message: > avoid tsleep also during shutdown (and in

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

2009-03-31 Thread Izumi Tsutsui
dholland-sourcechan...@netbsd.org wrote: > On Tue, Mar 31, 2009 at 06:54:19AM +0900, Izumi Tsutsui wrote: > > src/share/misc/style says to insert it: > > [...] > > { /* Insert an empty line if the function has no local variables. */ > > but but but that's clearly stupid! :-) The empty line i

re: CVS commit: src/sys/arch/i386/i386

2009-03-31 Thread matthew green
On Tue, Mar 31, 2009 at 06:54:19AM +0900, Izumi Tsutsui wrote: > src/share/misc/style says to insert it: > [...] > { /* Insert an empty line if the function has no local variables. */ but but but that's clearly stupid! :-) i like it. .mrg.

re: CVS commit: src/sys/compat/darwin

2009-03-31 Thread matthew green
Module Name: src Committed By:cegger Date:Tue Mar 31 06:03:31 UTC 2009 Modified Files: src/sys/compat/darwin: darwin_exec.c Log Message: buildfix: NEW_VMCMD(2 -> NEW_VMCMD2( thanks. .mrg.