CVS commit: src/usr.bin/make

2012-08-31 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Aug 31 07:00:36 UTC 2012 Modified Files: src/usr.bin/make: main.c Log Message: Cast sizeof() to int, which is sufficent and consistent with other use within make. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203

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

2012-08-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 31 11:45:39 UTC 2012 Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: DO_AST_AND_RESTORE_ALIGNMENT_FAULTS needs AST_ALIGNMENT_FAULT_LOCALS To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 12:01:15 UTC 2012 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Use __ASSEMBLER__ to control inline definitions To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/arch/powerpc/pic

2012-08-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 31 13:12:52 UTC 2012 Modified Files: src/sys/arch/powerpc/pic: intr.c Log Message: when calculating per-IPL virq masks, take into account that shared IRQs may request different IPLs fixes vr(4)-related problems seen on

CVS commit: src/sys/arch/ia64/ia64

2012-08-31 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Aug 31 14:31:46 UTC 2012 Modified Files: src/sys/arch/ia64/ia64: pmap.c Log Message: fix some confusion about PG_FAKE. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/ia64/ia64/pmap.c Please note

CVS commit: src/tests/fs

2012-08-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 31 14:46:54 UTC 2012 Modified Files: src/tests/fs/common: Makefile src/tests/fs/vfs: Makefile Log Message: Hook ZFS tests to MKZFS instead of a homegrown variable. To generate a diff of this commit: cvs rdiff -u

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 17:29:08 UTC 2012 Modified Files: src/sys/arch/arm/include: lock.h Log Message: The arm11 barriers are mcr (write), not mrc (read) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.sbin/ac

2012-08-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 31 19:55:23 UTC 2012 Modified Files: src/usr.sbin/ac: ac.c Log Message: cgd and sjg relicensed this under 2-clause-BSD. Reported by Ed Schouten e...@freebsd.org to tech-userlevel. Adapt license to match FreeBSD's version,

CVS commit: src/doc

2012-08-31 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Fri Aug 31 20:23:33 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Note OpenSSH 6.1. Thanks for heads-up to Snader_LB. To generate a diff of this commit: cvs rdiff -u -r1.964 -r1.965 src/doc/3RDPARTY Please note that

CVS commit: src/lib/libc/arch/i386/gen

2012-08-31 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 31 20:57:24 UTC 2012 Modified Files: src/lib/libc/arch/i386/gen: _lwp.c Log Message: Align the stack to a 16-byte boundary on LWP creation. This is more than required by the ABI, but it makes programs using SSE in a

CVS commit: src/common/lib/libc/arch/arm/atomic

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 23:41:52 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_add_32.S atomic_and_32.S atomic_cas_32.S atomic_cas_8.S atomic_dec_32.S atomic_inc_32.S atomic_or_32.S atomic_swap.S

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 23:42:34 UTC 2012 Modified Files: src/sys/arch/arm/arm: lock_cas.S Log Message: Add ucas32 for SMP. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/lock_cas.S Please note that diffs

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 31 23:56:15 UTC 2012 Modified Files: src/sys/arch/arm/include: mutex.h Log Message: Move the __cpu_simple_lock to the last byte so it's easier to read in dumps To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:00:42 UTC 2012 Modified Files: src/sys/arch/arm/pic: files.pic pic.c pic_splfuncs.c picvar.h Log Message: Add PIC hooks for MP and for the ARM Generic Interrupt Controller. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm/fpe-arm

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:01:43 UTC 2012 Modified Files: src/sys/arch/arm/fpe-arm: armfpe_init.c Log Message: XXX this can not have worked for a long time. Move this to the world of lwps. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:24:44 UTC 2012 Modified Files: src/sys/kern: kern_cpu.c src/sys/sys: cpu_data.h Log Message: Add a kcpuset_t which just includes ourself. Add a ci_cpuname for convenience To generate a diff of this commit:

CVS commit: src/sys

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:26:38 UTC 2012 Modified Files: src/sys/kern: kern_kthread.c src/sys/uvm: uvm_extern.h uvm_glue.c Log Message: Add a __HAVE_CPU_UAREA_IDLELWP hook so that the MD code can allocate special UAREAs for idle lwp's.

CVS commit: src/sys/sys

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:27:12 UTC 2012 Modified Files: src/sys/sys: param.h Log Message: Welcome to 6.99.11! To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419 src/sys/sys/param.h Please note that diffs are not public domain;

CVS commit: src/sys/ddb

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:28:12 UTC 2012 Modified Files: src/sys/ddb: db_output.c files.ddb Log Message: Make DB_MAX_LINES a kernel option To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/ddb/db_output.c cvs rdiff -u

CVS commit: src/sys/arch/bebox/stand/boot

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 00:29:01 UTC 2012 Modified Files: src/sys/arch/bebox/stand/boot: Makefile Log Message: Add ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/bebox/stand/boot/Makefile Please

CVS commit: src/doc

2012-08-31 Thread Matt Thomas
support for + BCM5301X SoC. Add initial support for OMAP4430 and partial + support for Freescale i.MX6. Add new common boot/kvminit + code. [matt 20120831]

CVS commit: src/sys/ddb

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 01:13:52 UTC 2012 Modified Files: src/sys/ddb: db_output.c Log Message: Use _KERNEL_OPT To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/ddb/db_output.c Please note that diffs are not public

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

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 01:44:17 UTC 2012 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Add #ifdef DIAGNOSTIC / #endif To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/pic/pic.c Please note that diffs

CVS commit: src/etc/etc.evbarm

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 01:45:17 UTC 2012 Modified Files: src/etc/etc.evbarm: MAKEDEV.conf Log Message: Add lots more ldN dkN Add drvctl to md To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/etc.evbarm/MAKEDEV.conf Please

CVS commit: src/etc/etc.evbarm

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 02:03:35 UTC 2012 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Add BCM5301X To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not

CVS commit: src/distrib/evbarm/instkernel/instkernel

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 02:05:02 UTC 2012 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: Add BCM5301X_INSTALL To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci

2012-08-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 1 02:08:28 UTC 2012 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Shut up gcc about some uninitialized variables. To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/dev/pci/if_wm.c Please