daily CVS update output

2015-03-14 Thread NetBSD source update
Updating src tree: P src/sys/arch/evbarm/conf/RPI P src/sys/arch/evbarm/conf/RPI2 P src/sys/arch/xen/include/evtchn.h P src/sys/arch/xen/xen/evtchn.c P src/sys/arch/xen/xen/pci_intr_machdep.c P src/sys/compat/linux/arch/alpha/linux_mmap.h P src/sys/compat/linux/arch/amd64/linux_mmap.h P

Delete sysmon? (was Re: DoS attack against TCP services)

2015-03-14 Thread Paul Goyette
On Fri, 13 Mar 2015, Thor Lancelot Simon wrote: snip A cursory review from here looks like sysmon should be deleted. Yeah, sysmon really is pretty ugly. But it does work (more-or-less) and we don't have any proposals for an alternative sensor monitoring sub-system.

RPI2 kernel dosn't link

2015-03-14 Thread Kurt Schreiner
Hi, with -current source cvs-updated some minutes ago compiling a kernel for RPI2 fails to link with cpu.o: In function `cpu_attach': cpu.c:(.text+0xa0c): undefined reference to `pmap_tlb0_info' cpu.c:(.text+0xa14): undefined reference to `pmap_tlb0_info' cpu.c:(.text+0xa20): undefined reference

Re: RPI2 kernel dosn't link

2015-03-14 Thread Jared McNeill
Wups, I've checked in the fix. Thanks! On Sat, 14 Mar 2015, Kurt Schreiner wrote: Hi, with -current source cvs-updated some minutes ago compiling a kernel for RPI2 fails to link with cpu.o: In function `cpu_attach': cpu.c:(.text+0xa0c): undefined reference to `pmap_tlb0_info'