re: CVS commit: src/sys/kern

2014-04-27 Thread David Brownlee
I'm away from my machine, but I believe the simple test for this is to build.sh a kernel and see if nm shows pool_head On 26 Apr 2014 20:11, matthew green m...@eterna.com.au wrote: David Brownlee writes: Module Name: src Committed By: abs Date: Sat Apr 26 16:30:05 UTC 2014

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:29:53 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 1: Initialize all non-modular syscalls to enosys and expect them to be filled

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:50:23 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh syscalls.conf Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 2: Generate a file (rump.sysmap) which can be used to

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:05:30 UTC 2014 Added Files: src/sys/rump: makerumpsyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 3: Add a tool to autogenerate callbacks from components to establish system

CVS commit: src/sys/rump/librump/rumpkern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:08:52 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 4: Do not query system call handlers by using the

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:13:58 UTC 2014 Added Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: Eliminate

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:15:13 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpnet: Makefile.rumpnet src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: Eliminate

CVS commit: src

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:19:00 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/rump/include/rump: rumpuser.h Log Message: weak alias removal implication: rumpuser_dl_globalsym() can now sleep with the fishes. To

CVS commit: src/usr.bin/rump_allserver

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:26:05 UTC 2014 Modified Files: src/usr.bin/rump_allserver: rump_allserver.c Log Message: Remove LD_DYNAMIC_WEAK whine, by large it's not necessary anymore. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2014-04-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Apr 27 16:22:13 UTC 2014 Modified Files: src/sys/arch/arm/cortex: gic.c gic_reg.h Log Message: When dealing with the PMR register, only use non-secure priority values. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:28:21 UTC 2014 Modified Files: src/sys/rump: makerumpsyscalls.sh src/sys/rump/librump/rumpkern: rump_private.h Log Message: unsprinkle const to fix clang build. mmm, travis ci To generate a diff of this

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:30:09 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: regen

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

2014-04-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Apr 27 20:22:46 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_sscom.c Log Message: We can't use IPL_SERIAL here, since it would mean its the same as IPL_HIGH which panics the armgic's assertion. In practice i

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

2014-04-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Apr 27 20:43:19 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_loc.c Log Message: Exynos4's MCT doesn't interrupt on the MCT_LTIMER interrupt but on the IRQ_G0_IRQ and/or the IRQ_MCT_G{0,1,2,3}. The later are not

CVS commit: src/doc

2014-04-27 Thread Fredrik Pettai
Module Name:src Committed By: pettai Date: Sun Apr 27 21:45:53 UTC 2014 Modified Files: src/doc: CHANGES Log Message: reformat line so webpage parser updates correctly To generate a diff of this commit: cvs rdiff -u -r1.1922 -r1.1923 src/doc/CHANGES Please note that

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:29:53 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 1: Initialize all non-modular syscalls to enosys and expect them to be filled

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:50:23 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh syscalls.conf Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 2: Generate a file (rump.sysmap) which can be used to

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:05:30 UTC 2014 Added Files: src/sys/rump: makerumpsyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 3: Add a tool to autogenerate callbacks from components to establish system

CVS commit: src/sys/rump/librump/rumpkern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:08:52 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 4: Do not query system call handlers by using the

CVS commit: src/sys

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:11:23 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:13:58 UTC 2014 Added Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: Eliminate

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:15:13 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpnet: Makefile.rumpnet src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: Eliminate

CVS commit: src/usr.bin/rump_allserver

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:26:05 UTC 2014 Modified Files: src/usr.bin/rump_allserver: rump_allserver.c Log Message: Remove LD_DYNAMIC_WEAK whine, by large it's not necessary anymore. To generate a diff of this commit: cvs rdiff -u -r1.36

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

2014-04-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Apr 27 16:22:13 UTC 2014 Modified Files: src/sys/arch/arm/cortex: gic.c gic_reg.h Log Message: When dealing with the PMR register, only use non-secure priority values. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:28:21 UTC 2014 Modified Files: src/sys/rump: makerumpsyscalls.sh src/sys/rump/librump/rumpkern: rump_private.h Log Message: unsprinkle const to fix clang build. mmm, travis ci To generate a diff of this

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:30:09 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: regen

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

2014-04-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Apr 27 20:22:46 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_sscom.c Log Message: We can't use IPL_SERIAL here, since it would mean its the same as IPL_HIGH which panics the armgic's assertion. In practice i

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

2014-04-27 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun Apr 27 20:43:19 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos4_loc.c Log Message: Exynos4's MCT doesn't interrupt on the MCT_LTIMER interrupt but on the IRQ_G0_IRQ and/or the IRQ_MCT_G{0,1,2,3}. The later are not

CVS commit: src/doc

2014-04-27 Thread Fredrik Pettai
Module Name:src Committed By: pettai Date: Sun Apr 27 21:45:53 UTC 2014 Modified Files: src/doc: CHANGES Log Message: reformat line so webpage parser updates correctly To generate a diff of this commit: cvs rdiff -u -r1.1922 -r1.1923 src/doc/CHANGES Please note that