CVS commit: src/lib/libdm

2011-03-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 1 08:48:41 UTC 2011 Modified Files: src/lib/libdm: dm.3 Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libdm/dm.3 Please note that diffs are not public domain; they are

CVS commit: src/tests/lib/librumphijack

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 08:54:18 UTC 2011 Modified Files: src/tests/lib/librumphijack: h_client.c Log Message: Create a pipe on which to select. selecting on STDIN_FILENO seems to be succesful *sometimes* on some archs (i'm suspecting this is

CVS commit: src

2011-03-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Mar 1 09:17:07 UTC 2011 Modified Files: src/etc/etc.sandpoint: MAKEDEV.conf src/sys/arch/powerpc/conf: majors.powerpc src/sys/arch/sandpoint/conf: files.sandpoint Log Message: Revert the major number for

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

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 10:02:11 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Pass accurate protection info from ubc_uiomove() to the pager. Fixes nfs{,ro}_fileio tests on at least sparc64 (and probably macppc

CVS commit: src/lib/librumphijack

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 10:47:30 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: comment To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/lib/librumphijack/hijack.c Please note that diffs are not

CVS commit: src/lib/librumphijack

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 10:54:06 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: another comment To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/lib/librumphijack/hijack.c Please note that diffs are

CVS commit: src/lib/librefuse

2011-03-01 Thread Noriyuki Soda
Module Name:src Committed By: soda Date: Tue Mar 1 11:23:42 UTC 2011 Modified Files: src/lib/librefuse: refuse_opt.c Log Message: fuse_opt_parse() was using uninitialized struct fuse_opt_option::data, this bug made fuse_opt_proc_t not work, if it used first ``data''

CVS commit: src/tests/lib/libc

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 12:47:43 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_siginfo.c src/tests/lib/libc/ieeefp: t_except.c Log Message: Attempt further qemu heuristics to avoid failures due to non-working FPU To generate a

CVS commit: src/sys/dev/acpi

2011-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Mar 1 13:38:45 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Detach evcnt(9) before the states. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/acpi/acpi_cpu.c Please note

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2011-03-01 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Tue Mar 1 14:14:50 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cfparse.y Log Message: reset yyerrorcount before doing parse stuff. patch by M E Andersson deb...@gisladisker.se To generate a diff of this

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 14:21:46 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: augment rename test case with the failure from PR kern/44288 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 14:27:32 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Comment out msdosfs skip -- i'm not sure if it will still fail with the stack size problem, but at least it fails due to yet another refcounting

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2011-03-01 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Tue Mar 1 14:33:58 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: isakmp.c pfkey.c Log Message: plog text fixes, patch from M E Andersson deb...@gisladisker.se To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:04:48 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Rmdir the dir you're in and its parent and try to cd .. Fails on tmpfs (crash), puffs (cd .. succeeds) and rumpfs (cd .. succeeds). another

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

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:14:35 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Reset node's parent pointer when it's removed. Technically the parent still exists, but allows us to avoid complicated g/c

CVS commit: src/tests/fs/puffs/h_dtfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:19:49 UTC 2011 Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_subr.c dtfs_vnops.c Log Message: Reset node's parent pointer when it's removed. Technically the parent still exists, but allows us to avoid complicated

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:33:35 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: xfail dir_rmdirdotdot for tmpfs (PR kern/44657) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/t_vnops.c

CVS commit: src/sys/kern

2011-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 1 18:53:12 UTC 2011 Modified Files: src/sys/kern: kern_exec.c Log Message: Ensure that the LWP private area has a consistent value after exec. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309

CVS commit: src/usr.bin/netstat

2011-03-01 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Mar 1 19:01:59 UTC 2011 Modified Files: src/usr.bin/netstat: Makefile inet.c Added Files: src/usr.bin/netstat: pfsync.c Log Message: Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c does not have to

CVS commit: src/share/man/man4

2011-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Mar 1 19:41:05 UTC 2011 Modified Files: src/share/man/man4: piixpcib.4 src/share/man/man4/man4.x86: ichlpcib.4 Log Message: Xref est(4). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 20:16:33 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: msdosfs xfail for PR kern/44661 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/fs/vfs/t_vnops.c Please note that

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

2011-03-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 1 21:47:13 UTC 2011 Modified Files: src/sys/arch/sgimips/dev: crmfb.c crmfbreg.h Log Message: use hardware to draw characters, while there use vcons_replay_msgbuf() To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/raidframe

2011-03-01 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Mar 1 22:51:14 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_paritymap.c Log Message: Always return at least one parity region. Fixes PR#44239. Fix from oster@, code (such as it is) by me. To generate a diff of this

CVS commit: src/tests/dev/raidframe

2011-03-01 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Mar 1 22:52:54 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: PR#44239 is now fixed, remove the xfail from the test. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc/gen

2011-03-01 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Mar 2 03:42:56 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Skip the sigfpe_flt and sigfpe_int tests on powerpc; powerpc does not fault on divide-by-zero. As discussed on tech-userlevel. To

CVS commit: src/sys

2011-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Mar 2 06:17:09 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.c Log Message: Append Intel's Turbo Boost to the debug printfs if we detect it. To generate a diff of this

CVS commit: src/sys/arch/x86/acpi

2011-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Mar 2 06:23:17 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Adjust the detection of Turbo Boost to prevent a theoretical array OOB access. To generate a diff of this commit: cvs rdiff -u