CVS commit: src/sys/dev/wscons

2013-03-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Mar 18 11:40:39 UTC 2013 Modified Files: src/sys/dev/wscons: wsmux.c Log Message: If there are no devices attached to the mux and software does WSxxxIO_SETVERSION, the change doesn't actually get applied to the event source

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2013-03-18 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Mon Mar 18 11:50:08 UTC 2013 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c Log Message: If WSKBDIO_GTYPE succeeds and returns type=0, it is a mux with no keyboard attached. In this case, assume USB.

CVS commit: src

2013-03-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 18 13:14:11 UTC 2013 Modified Files: src/lib/librumpuser: Makefile src/sys/rump/net/lib/libsockin: Makefile sockin.c Added Files: src/sys/rump/net/lib/libsockin: rumpcomp_user.c rumpcomp_user.h Removed

CVS commit: src/sys

2013-03-18 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Mar 18 13:36:23 UTC 2013 Modified Files: src/sys/kern: init_main.c init_sysctl.c vfs_bio.c src/sys/rump/librump/rumpkern: emul.c src/sys/sys: param.h systm.h Log Message: calculate vnode cache size based on the

CVS commit: src/sys/rump

2013-03-18 Thread Antti Kantee
parties to check if the NetBSD @@ -9,4 +9,4 @@ # when date is bumped. # -BUILDRUMP=20130307:0 +BUILDRUMP=20130318:0 Index: src/sys/rump/listsrcdirs diff -u src/sys/rump/listsrcdirs:1.3 src/sys/rump/listsrcdirs:1.4 --- src/sys/rump/listsrcdirs:1.3 Sun Mar 10 14:15:54 2013 +++ src/sys/rump

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

2013-03-18 Thread Lars Heidieker
Module Name:src Committed By: para Date: Mon Mar 18 16:32:32 UTC 2013 Modified Files: src/sys/arch/i386/include: pmap.h Log Message: i386 pmap.h got a forward declarition for vm_map from systm.h insert a forward declaration To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/netinet6

2013-03-18 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Mon Mar 18 19:31:39 UTC 2013 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Initialize variable used as (conditional) result parameter. ip6_insertfraghdr either sets a result parameter or returns an error. While the

CVS commit: src/sys

2013-03-18 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Mar 18 19:35:48 UTC 2013 Modified Files: src/sys/fs/adosfs: advnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs: filecore_vnops.c src/sys/fs/hfs:

CVS commit: src/tests/ipf

2013-03-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 18 20:03:56 UTC 2013 Modified Files: src/tests/ipf: t_nat_exec.sh Log Message: Mark a few more test cases known to only work by chance as failing and point to PR 47665. Julio: how do we make such cases not fail when they

CVS commit: src/lib/librumpuser

2013-03-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 18 21:00:52 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Terminate result of readlink(). Makes writefilewatch_setup() work in cases when the buffer doesn't accidentally contain suitable zeroes.

CVS commit: src/crypto/external/bsd/netpgp/dist/src/libbn

2013-03-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue Mar 19 01:00:17 UTC 2013 Modified Files: src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c Log Message: fix some lint on i386, noticed by Greg Troxel, thanks! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/sys/rump/net/lib/libsockin

2013-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 19 02:07:44 UTC 2013 Modified Files: src/sys/rump/net/lib/libsockin: rumpcomp_user.c Log Message: can we please stop breaking the build? These get compiled by the kernel environment when there are no userland header

CVS commit: src/sys/dev/pci

2013-03-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 19 02:56:17 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix Buffer Manager Mbuf Pool settings which was modified in rev. 1.202. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218

CVS commit: src/sys/dev/pci

2013-03-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 19 03:40:16 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: Fix three bugs: - An workaround for TX data corruption is only for 5719 A0. Fix the wrong evaluation. - Check BGE_RXBDFLAG_IPV6

CVS commit: src/sys/dev

2013-03-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 19 04:10:13 UTC 2013 Modified Files: src/sys/dev/mii: brgphy.c src/sys/dev/pci: if_bge.c if_bgereg.h Log Message: - Rename PHY related flags for the consistency. It's the same as FreeBSD. - Remove BGE_10_100_ONLY