CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2012-01-10 Thread Darran Hunt
Module Name:src Committed By: darran Date: Tue Jan 10 08:42:22 UTC 2012 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c dwarf.c Log Message: Fix a segfault in ctfmerge. GCC can generate bogus dwarf attributes with DW_AT_byte_size set to 0x. See h

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

2012-01-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 10 10:09:49 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Explicitly protect the kernel image against tampering by marking it R-X To generate a diff of this commit: cvs rdiff -u -r1.99 -r1

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

2012-01-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 10 10:19:38 UTC 2012 Modified Files: src/sys/arch/usermode/include: vmparam.h Log Message: Clarify comment about PAGER_MAP_DEFAULT_SIZE To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode

CVS commit: src/sys/dev/usb

2012-01-10 Thread Wolfgang Solfrank
Module Name:src Committed By: ws Date: Tue Jan 10 11:32:25 UTC 2012 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: Delete Linux Ethernet Gadget from special handling. This makes at least the Openmoko Freerunner work again. Fixes PR kern/45591. Ok Jeff Rizzo (relen

CVS commit: src/sys/arch/usermode

2012-01-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 10 12:04:56 UTC 2012 Modified Files: src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: thunk.c Log Message: Add thunk_madvise() for memory access hints to the host kernel. To generate a diff

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

2012-01-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Jan 10 12:07:18 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Use thunk_madvise() on the memory space hinting the kernel we are using it in a random order and hint the kernel that we we need the

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

2012-01-10 Thread Timo Teräs
Module Name:src Committed By: tteras Date: Tue Jan 10 12:07:30 UTC 2012 Modified Files: src/crypto/dist/ipsec-tools: configure.ac src/crypto/dist/ipsec-tools/src/racoon: isakmp_unity.c Log Message: >From Rainer Weikusat : Enhance splitnet environment variable strin

CVS commit: src/sys/arch/evbppc/obs405

2012-01-10 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jan 10 12:17:20 UTC 2012 Modified Files: src/sys/arch/evbppc/obs405: obs600_autoconf.c Log Message: Establish the cascading uic[12] by calling pic_finish_setup(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tools/gcc

2012-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 10 12:26:45 UTC 2012 Modified Files: src/tools/gcc: Makefile Log Message: Fix (harmless?) HAVE_GCC comparison version. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/tools/gcc/Makefile Please note that

CVS commit: src/tools/gcc

2012-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 10 12:27:54 UTC 2012 Modified Files: src/tools/gcc: Makefile mknative-gcc Log Message: Fix bootstrap-libgcc for gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/tools/gcc/Makefile cvs rdiff -u -r1

CVS commit: src/usr.bin/telnet

2012-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 13:49:32 UTC 2012 Modified Files: src/usr.bin/telnet: telnet.c Log Message: fix signed/unsigned comparison. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/telnet/telnet.c Please note that

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

2012-01-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jan 10 15:23:11 UTC 2012 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Call aprint_naive for quiet boot message. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/x86/x86/ipmi.c Please no

CVS commit: src/lib/libkvm

2012-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Jan 10 16:01:16 UTC 2012 Modified Files: src/lib/libkvm: kvm_x86_64.c Log Message: fix handling of large pages. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libkvm/kvm_x86_64.c Please note that diffs are

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

2012-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Jan 10 16:03:17 UTC 2012 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: reduce VM_MAX_KERNEL_ADDRESS so that it does not include the direct-map or APTE regions. To generate a diff of this commit: cvs rdiff -

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

2012-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 10 16:26:43 UTC 2012 Modified Files: src/sys/arch/hppa/include: types.h Log Message: G/C vm_{offset,size}_t To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hppa/include/types.h Please note that

CVS commit: src/sys/dev

2012-01-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jan 10 17:53:51 UTC 2012 Modified Files: src/sys/dev: midi.c Log Message: Call aprint_naive for quiet boot message. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/midi.c Please note that diffs are

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

2012-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 10 18:01:09 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mem.c Log Message: Allow access to KSEGX from /dev/mem To generate a diff of this commit: cvs rdiff -u -r1.35.38.7 -r1.35.38.8 src/sys/arch/mip

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

2012-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 10 18:34:03 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mem.c Log Message: Deal with KMEM reading KSEG0 addresses and limit those reads to available memory. Also deal with the case that there may be m

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

2012-01-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 10 18:36:59 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mem.c Log Message: Fix gimplish in a comment. To generate a diff of this commit: cvs rdiff -u -r1.35.38.9 -r1.35.38.10 src/sys/arch/mips/mips/m

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

2012-01-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 10 18:55:38 UTC 2012 Modified Files: src/sys/arch/arm/xscale: i80312_i2c.c i80321_i2c.c iopi2c.c iopi2cvar.h Log Message: split iopi2c(4) device/softc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys

CVS commit: src/sys

2012-01-10 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jan 10 20:01:57 UTC 2012 Modified Files: src/sys/netinet6: ip6_input.c ip6_output.c ip6_var.h src/sys/netipsec: ipsec_output.c xform_ah.c Log Message: add patch from Arnaud Degroote to handle IPv6 extended options wi

CVS commit: src/sys/netinet6

2012-01-10 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jan 10 20:05:37 UTC 2012 Modified Files: src/sys/netinet6: ip6_output.c Log Message: remove conditionals which can't succeed, and also shouldn't because one would get a kernel NULL dereference immediately To generate a dif

CVS commit: src/sys/arch/amiga

2012-01-10 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Jan 10 20:29:50 UTC 2012 Modified Files: src/sys/arch/amiga/amiga: amiga_init.c src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL files.amiga src/sys/arch/amiga/dev: bppcsc.c cbiiisc.c src/sys/a

CVS commit: src/share/man/man4/man4.amiga

2012-01-10 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Jan 10 20:41:45 UTC 2012 Modified Files: src/share/man/man4/man4.amiga: Makefile bppcsc.4 p5pb.4 Added Files: src/share/man/man4/man4.amiga: p5membar.4 Log Message: Update p5pb(4) and bppcsc(4) due to recent changes t

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

2012-01-10 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Tue Jan 10 20:47:02 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add p5membar(4) to man set list. To generate a diff of this commit: cvs rdiff -u -r1.1366 -r1.1367 src/distrib/sets/lists/man/mi Please n

CVS commit: src/distrib/utils/sysinst

2012-01-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jan 10 21:02:48 UTC 2012 Modified Files: src/distrib/utils/sysinst: defs.h main.c menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl net.c util.c Log Message: Add support for installing source sets as discuss

CVS commit: src

2012-01-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 10 23:39:11 UTC 2012 Modified Files: src/libexec/telnetd: ext.h telnetd.c src/usr.bin/telnet: externs.h Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/libexec/telnetd/ext

CVS commit: src/usr.sbin

2012-01-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 10 23:39:33 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.h src/usr.sbin/tprof: tprof.c Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/npfctl

CVS commit: [yamt-pagecache] src/sys/uvm

2012-01-10 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Jan 11 00:08:41 UTC 2012 Modified Files: src/sys/uvm [yamt-pagecache]: uvm_extern.h uvm_loan.c uvm_meter.c Log Message: create a sysctl knob to turn on/off loaned read. To generate a diff of this commit: cvs rdiff -u -r1.176.2

CVS commit: [yamt-pagecache] src/sys/uvm

2012-01-10 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Jan 11 00:09:51 UTC 2012 Modified Files: src/sys/uvm [yamt-pagecache]: uvm_loan.c Log Message: turn an error return to an assertion To generate a diff of this commit: cvs rdiff -u -r1.81.2.10 -r1.81.2.11 src/sys/uvm/uvm_loan.c

CVS commit: src/sys/kern

2012-01-10 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Jan 11 00:11:32 UTC 2012 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: comments To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/kern/vfs_wapbl.c Please note that diffs are not public domain; the

CVS commit: src/usr.bin/msgc

2012-01-10 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 11 00:30:56 UTC 2012 Modified Files: src/usr.bin/msgc: msgc.1 Log Message: MENU_name -> MSG_name To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/msgc/msgc.1 Please note that diffs are not public d

CVS commit: src/doc

2012-01-10 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 11 01:20:10 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Various changes and corrections from Snader_LB: - clarify and correct the notes on the format of the file on top; - remove spurious trailing whitespace on s