CVS commit: src/sys/dist/pf/net

2013-07-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 1 08:32:48 UTC 2013 Modified Files: src/sys/dist/pf/net: pf_if.c pf_ioctl.c Log Message: PFIL_HOOKS is dead. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dist/pf/net/pf_if.c cvs rdiff -u -r1.47 -

CVS commit: src/sys/netinet

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 1 12:43:15 UTC 2013 Modified Files: src/sys/netinet: icmp6.h Log Message: Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/ne

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

2013-07-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 1 12:48:03 UTC 2013 Modified Files: src/sys/arch/i386/stand: Makefile.inc Log Message: Explicitly disable unwind table generation. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/Mak

CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 1 15:16:33 UTC 2013 Modified Files: src/sbin/umount: Makefile umount.c Log Message: Instead of borrowing the mount code to get the nfs arguments, just use the system call directly. It is shorter and works... To genera

CVS commit: src

2013-07-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 1 15:22:00 UTC 2013 Modified Files: src/sys/dev: rndpseudo.c src/sys/kern: subr_cprng.c src/sys/sys: cprng.h rnd.h src/usr.bin/fstat: misc.c Log Message: Fix races in /dev/u?random initializatio

CVS commit: xsrc/external/mit/libXrandr/dist/src

2013-07-01 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Mon Jul 1 19:46:01 UTC 2013 Modified Files: xsrc/external/mit/libXrandr/dist/src: XrrProvider.c Log Message: Apply suggested patch from Alan Coopersmith: XRRGetProviderInfo returned bad associated_capability list in 64-bit Unlike

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

2013-07-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 1 20:02:15 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: cprng_stub.c Log Message: Remove now-needless rump cprng_strong_deplete stub. These rump stubs need to go away at some point... To generate a diff o

CVS commit: src/common/lib/libc/string

2013-07-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 1 20:51:59 UTC 2013 Modified Files: src/common/lib/libc/string: strcmp.c Log Message: Don't pick up strcmp as macro from libkern.h. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/string/s

CVS commit: src/external/bsd/bind/dist/bin/dnssec

2013-07-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 1 21:59:20 UTC 2013 Modified Files: src/external/bsd/bind/dist/bin/dnssec: dnssec-verify.c Log Message: Fix option parsing on unsigned char platforms. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src

CVS commit: src/external/gpl3/gdb/dist/sim/ppc

2013-07-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jul 1 23:58:43 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/sim/ppc: events.c Log Message: Ensure free(3) is declared before use. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/d

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

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 00:01:17 UTC 2013 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: - remove unused variable - call rdmsr() twice to avoid the 5.4210108624275222e-18% probability that rdmsr() returns 0. >From dsl@ To gener

CVS commit: src/sys/dev/pci

2013-07-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jul 2 00:18:24 UTC 2013 Modified Files: src/sys/dev/pci: voodoofb.c Log Message: Fix memset arguments. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/voodoofb.c Please note that diffs are not

CVS commit: src/sbin/umount

2013-07-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 2 01:39:17 UTC 2013 Modified Files: src/sbin/umount: umount.c Log Message: move proto to small To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/umount/umount.c Please note that diffs are not pub

CVS commit: src/distrib/sets/lists

2013-07-01 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue Jul 2 02:15:14 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/text: mi Log Message: Move mandoc and makemandb to base set as discussed on tech-userlevel: http://mail-index.netbsd.org

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

2013-07-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 2 05:50:53 UTC 2013 Modified Files: src/sys/arch/arm/arm32: fault.c Log Message: Use __func__ in UVMHIST_FUNC To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/arm/arm32/fault.c Please note that

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

2013-07-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 2 05:52:15 UTC 2013 Modified Files: src/sys/arch/arm/arm32: genassym.cf Log Message: Add L2_S_SIZE To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/arm/arm32/genassym.cf Please note that diffs a

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

2013-07-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 2 05:55:47 UTC 2013 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add TTBCR definitions To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/arm/include/armreg.h Please note that d

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

2013-07-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 2 05:57:00 UTC 2013 Modified Files: src/sys/arch/arm/include: types.h Log Message: Add a tlb_asid_t. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/include/types.h Please note that diffs a

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

2013-07-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jul 2 06:07:11 UTC 2013 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Rework to have CPU_PREARMV6, CPU_ARMV6, as well as CPU_ARMV7 To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/arch/a