CVS commit: src/sys/arch/evbarm/conf

2013-09-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 3 06:12:00 UTC 2013 Added Files: src/sys/arch/evbarm/conf: CUBIEBOARD files.cubie mk.cubie std.cubie Log Message: Prelimary config goo for CubieBoard 1 2 (config is happy with it) To generate a diff of this commit: cvs

CVS commit: src/lib/libexecinfo

2013-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 3 08:44:45 UTC 2013 Modified Files: src/lib/libexecinfo: symtab.c Log Message: print an error if we failed to allocate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libexecinfo/symtab.c Please

CVS commit: src/distrib/sets/lists/debug

2013-09-03 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Tue Sep 3 13:21:53 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Fix debug build by adding cgram.debug. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/debug/mi

CVS commit: src/external/bsd/llvm/lib

2013-09-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 3 14:54:00 UTC 2013 Modified Files: src/external/bsd/llvm/lib/libLLVMSupport: Makefile src/external/bsd/llvm/lib/libLLVMX86Disassembler: Makefile Log Message: Use CPPFLAGS.src and not COPTS.src to override

CVS commit: src/sys/dev/ic

2013-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 3 15:32:55 UTC 2013 Modified Files: src/sys/dev/ic: com.c comreg.h comvar.h Log Message: no EFR on tl16c750, use AFE bit on MCR reg instead for flow control To generate a diff of this commit: cvs rdiff -u -r1.314

CVS commit: src/sys/arch/evbarm/cubie

2013-09-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 3 18:01:33 UTC 2013 Added Files: src/sys/arch/evbarm/cubie: cubie_machdep.c cubie_start.S genassym.cf platform.h Log Message: First attempt at initial evbarm support for cubieboard (compile tested). To

CVS commit: src/sys/rump

2013-09-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 3 19:57:02 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: RUMPCOMP_USEROBJ - RUMPOBJ_NORENAME Widens the implied usage scope of the variable. To generate a diff of this commit: cvs rdiff -u -r1.86

CVS commit: src/sys

2013-09-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 3 19:55:13 UTC 2013 Modified Files: src/sys/kern: makesyscalls.sh src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Don't autogenerate the wrapper that is called from the rump kernel local syscall

CVS commit: src/sys/kern

2013-09-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 3 20:54:03 UTC 2013 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Autogenerate rump_syscalls.c into the correct namespace, i.e. it no longer needs to go through rename in the build. To generate a diff of

CVS commit: src/sys/kern

2013-09-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 3 21:28:24 UTC 2013 Modified Files: src/sys/kern: makesyscalls.sh Log Message: If RUMP_KERNEL_IS_LIBC is defined, alias the rump kernel syscalls to libc syscall stub symbol names. This allows running standalone programs