CVS commit: src/sys/arch/usermode

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 14 12:29:59 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/usermode: pmap.c Log Message: only need to setup altstack after fork, not in lwp tramp To generate a diff of this

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

2011-12-14 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Dec 14 12:41:59 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: trap_subr.S Log Message: Indent. Remove white-spaces and unnecessary semi-collons. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/share/man/man4

2011-12-14 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Dec 14 13:24:14 UTC 2011 Modified Files: src/share/man/man4: alc.4 Log Message: Fix title. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/alc.4 Please note that diffs are not public domain;

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

2011-12-14 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Dec 14 14:18:19 UTC 2011 Modified Files: src/distrib/sets/lists/xcomp: md.ofppc Log Message: Add missing x11 tag for xfree debug files, and add xorg debug files. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/usermode/usermode

2011-12-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Dec 14 17:06:28 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: OK, this is a temporary patch so usermode can run on 5.1 or old 5.99's. The workaround mentioned here is not needed on newer 5.99

CVS commit: src/sys/arch/usermode

2011-12-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Dec 14 18:51:39 UTC 2011 Modified Files: src/sys/arch/usermode/include: machdep.h src/sys/arch/usermode/usermode: machdep.c trap.c Log Message: Remove the need for a siginfo structure in illegal instruction handling.

CVS commit: src/sys/arch/usermode/usermode

2011-12-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Dec 14 19:40:02 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: Cleanup i386 register printing and opcode extraction To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/usermode/dev

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 14 21:22:24 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: set ld maxxfer to MAXPHYS To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: xsrc/external/mit/xf86-video-igs/dist/src

2011-12-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Dec 14 23:58:54 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-igs/dist/src: igs.h igs_accel.c igs_driver.c Log Message: add NoAccel option, general cleanup To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 00:05:18 UTC 2011 Modified Files: src/sys/kern: kern_lwp.c Log Message: In lwp_create, copy l_sigstk from the template. Previously sigaltstack wasn't inherited across fork (but SA_ONSTACK handlers was), causing the

CVS commit: src/sys/arch/usermode

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 00:40:03 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: implement cpu idle via sigsuspend To

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

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 01:25:41 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC Log Message: add ptyfs/pty To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/usermode/conf/GENERIC Please note that

CVS commit: src/sys/arch/usermode

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 01:30:04 UTC 2011 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: procfs_machdep.c thunk.c Log Message: implement /proc/cpuinfo To generate a diff of this commit: cvs

CVS commit: src/sys/arch/usermode/dev

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 02:09:15 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: allocate msgbuf with kmem_zalloc instead of thunk_malloc, now dmesg works To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/arch/usermode

2011-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Dec 15 03:42:33 UTC 2011 Modified Files: src/sys/arch/usermode/dev: clock.c cpu.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Improve usermode timecounter.

CVS commit: xsrc/external/mit/xf86-video-igs/dist/man

2011-12-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Dec 15 03:43:36 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-igs/dist/man: igs.man Log Message: actually put some relevant information in the man page To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2011-12-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 15 04:52:59 UTC 2011 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c Log Message: Add earlycons support. To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38

CVS commit: src/usr.sbin/eeprom

2011-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 15 07:51:29 UTC 2011 Modified Files: src/usr.sbin/eeprom: Makefile Log Message: build eeprom on shark this has been working for ages, why did I never commit it? To generate a diff of this commit: cvs rdiff -u -r1.16

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

2011-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 15 07:52:13 UTC 2011 Modified Files: src/distrib/sets/lists/base: md.shark Log Message: add eeprom To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/base/md.shark Please note that