Re: CVS commit: src/sbin/sysctl

2012-12-06 Thread Iain Hibbert
On Wed, 5 Dec 2012, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Dec 5 13:53:39 UTC 2012 > > Modified Files: > src/sbin/sysctl: sysctl.c > > Log Message: > fix bug found by clang. thats not a very helpful message, regarding the bug that was fixed.

Re: CVS commit: src/sbin/sysctl

2012-12-06 Thread Christos Zoulas
On Dec 6, 11:48am, plu...@rya-online.net (Iain Hibbert) wrote: -- Subject: Re: CVS commit: src/sbin/sysctl | thats not a very helpful message, regarding the bug that was fixed.. And I am unhappy enough with the API I introduced to consider removing it... christos

re: CVS commit: src/sys/arch/x86/acpi

2012-12-06 Thread matthew green
> Module Name: src > Committed By: jruoho > Date: Thu Dec 6 04:43:29 UTC 2012 > > Modified Files: > src/sys/arch/x86/acpi: acpi_cpu_md.c > > Log Message: > Disable C1E also on K8, if present. From Imre Vadasz > in PR install/47224. ah, that would explain why i still had to turn

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

2012-12-06 Thread Pierre Pronchery
Hey, > Module Name: src > Committed By: matt > Date: Wed Dec 5 19:05:47 UTC 2012 > > Modified Files: > src/sys/arch/arm/arm: process_machdep.c sig_machdep.c > src/sys/arch/arm/arm32: cpu.c cpuswitch.S vm_machdep.c > src/sys/arch/arm/conf: files.

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

2012-12-06 Thread Matt Thomas
On Dec 6, 2012, at 5:27 PM, Pierre Pronchery wrote: > I'm afraid this has broken building the evbarm port, as it now fails with: > > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c: In function > 'arm_supply_fparegset': > src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c:132:24: error: 'struct fpreg'

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

2012-12-06 Thread Pierre Pronchery
On Thu, 06 Dec 2012 17:49:10 -0800, Matt Thomas wrote: > > On Dec 6, 2012, at 5:27 PM, Pierre Pronchery wrote: > >> I'm afraid this has broken building the evbarm port, as it now fails >> with: [...] >> >> Should the changes to src/sys/arch/arm/include/reg.h be reflected >> within gdb as well? >