CVS commit: src/sys

2014-07-12 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jul 12 09:57:25 UTC 2014 Modified Files: src/sys/kern: kern_proc.c src/sys/sys: sysctl.h Log Message: Allow fill_kproc2() to be used by more than sysctl. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/sys/miscfs/procfs

2014-07-12 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jul 12 09:58:39 UTC 2014 Modified Files: src/sys/miscfs/procfs: procfs_linux.c Log Message: Use kproc2 to provide sensible informations for /proc//stat. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/mi

CVS import: src/external/bsd/dhcp/dist

2014-07-12 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Jul 12 11:58:18 UTC 2014 Update of /cvsroot/src/external/bsd/dhcp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10346 Log Message: import of dhcp 4.3.0. Excerpts of the upstream RELNOTES: The major "theme" for ISC DHCP 4.3.x was to

CVS commit: src/external/bsd/dhcp

2014-07-12 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Jul 12 12:11:22 UTC 2014 Modified Files: src/external/bsd/dhcp: Makefile.inc Log Message: the new release wants libisc (and thus libisccfg) from bind To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bs

CVS commit: src/sys/dev/scsipi

2014-07-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Jul 12 12:13:01 UTC 2014 Modified Files: src/sys/dev/scsipi: cd.c Log Message: Prevent detaching an open device unless forced. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/dev/scsipi/cd.c Please

CVS commit: src/doc

2014-07-12 Thread S.P.Zeidler
spz 20140708] + dhcp: Import version 4.3.0 [spz 20140712]

CVS commit: src/tests/ipf

2014-07-12 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Jul 12 14:37:49 UTC 2014 Modified Files: src/tests/ipf/input: Makefile src/tests/ipf/regress: Makefile Log Message: Test n17_6 does not yet exist so remove unrequired files and test case To generate a diff of this c

CVS commit: src/tests/ipf

2014-07-12 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Jul 12 14:37:12 UTC 2014 Modified Files: src/tests/ipf: t_nat_exec.sh Removed Files: src/tests/ipf/input: n17_6 src/tests/ipf/regress: n17_6 Log Message: Test n17_6 does not yet exist so remove unrequired file

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

2014-07-12 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Jul 12 14:40:06 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Test n17_6 does not yet exist so remove unrequired files and test case To generate a diff of this commit: cvs rdiff -u -r1.579 -r1.580 s

CVS commit: src/sys/external/bsd/ipf/netinet

2014-07-12 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Jul 12 14:54:32 UTC 2014 Modified Files: src/sys/external/bsd/ipf/netinet: ip_nat.c Log Message: PR kern/47665 For ICMP packets, use the "oicmpid" and "nicmpid" fields explicitly rather than overloading those with "port" in t

CVS commit: src/share/misc

2014-07-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jul 12 15:19:47 UTC 2014 Modified Files: src/share/misc: airport Log Message: Add HCJ. About a dozen mountain tops where nuked to make place for the runway, see http://cdn2.spiegel.de/images/image-723855-galleryV9-jjgv.jpg

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

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 12 15:42:57 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Mark stray files obsolete (don't just remove them); noted by Paul Goyette. (hi darrenr) To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 12 16:11:27 UTC 2014 Modified Files: src/distrib/utils/sysinst: disks.c src/sbin/fsck_lfs: fsck_lfs.8 main.c Log Message: Revert version 1.111 of sysinst/disks.c, which caused sysinst to create lfs fstab entries

CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Jul 12 16:13:57 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Some small changes: add missing error checks; move sjump initialisation away from optimize(); +BJ_HINT_PKT, -BJ_HINT_IND; tweak comments. To generate

CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Jul 12 16:52:57 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: Initialise status to avoid -Wuninitialized warning. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/net/bpfjit.c Please note t

CVS commit: src/lib/libc/arch/sparc/gen

2014-07-12 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jul 12 19:11:57 UTC 2014 Modified Files: src/lib/libc/arch/sparc/gen: _setjmp.S Log Message: Use save instruction to set up a local stack frame. This fixes a segmentation fault caused by bash 4.3 on sparc64 kernels with 32-

CVS commit: src/lib/libc/arch/sparc

2014-07-12 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jul 12 19:21:48 UTC 2014 Modified Files: src/lib/libc/arch/sparc: Makefile.inc src/lib/libc/arch/sparc/gen: Makefile.inc Log Message: Include sparc_v8 library into sparc64 32-bit compat libc library. To generate a

CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 12 19:44:00 UTC 2014 Modified Files: src/sbin/fsck_lfs: lfs.c main.c Log Message: Remove pointless function indirection through panic_func(). It was initialized to one thing, and then set to another right at the top of m

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

2014-07-12 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jul 12 19:46:22 UTC 2014 Modified Files: src/distrib/sets/lists/xbase: mi Log Message: Remove duplicated line. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/distrib/sets/lists/xbase/mi Please note th

CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 12 19:48:24 UTC 2014 Modified Files: src/sbin/fsck_lfs: lfs_user.h Log Message: G/C my_vpanic(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/fsck_lfs/lfs_user.h Please note that diffs are not

CVS commit: src/external/bsd/dhcp/include

2014-07-12 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sat Jul 12 20:03:19 UTC 2014 Modified Files: src/external/bsd/dhcp/include: config.h Log Message: update config.h to the new version and enable DHCPv6 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhc

CVS commit: src/usr.bin/vmstat

2014-07-12 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jul 12 20:04:31 UTC 2014 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Use u_long to avoid negative value outputs. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/vmstat/vmstat.c Pl

CVS commit: src/sys/net

2014-07-12 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Jul 12 20:14:18 UTC 2014 Modified Files: src/sys/net: bpfjit.c Log Message: emit_xcall: check overflow by comparing X with (UINT32_MAX - pk->k), restore the A register after checking that xcall succeeded. To generate a diff o

CVS commit: src/external/mit/xorg/bin

2014-07-12 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Jul 12 20:31:04 UTC 2014 Modified Files: src/external/mit/xorg/bin/xkill: Makefile src/external/mit/xorg/bin/xlsclients: Makefile src/external/mit/xorg/bin/xrdb: Makefile src/external/mit/xorg/bin/xset

CVS commit: src/external/gpl3/gcc/dist/gcc

2014-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 13 00:16:31 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: Makefile.in Log Message: more BCONFIG_H dependencies. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/dist/gcc/Mak

CVS commit: src/sys/dev/pci

2014-07-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 13 01:02:20 UTC 2014 Modified Files: src/sys/dev/pci: igma.c Log Message: The vga driver now detaches wscons. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/igma.c Please note that diffs ar

CVS commit: src/sys/external/bsd/drm2/i915drm

2014-07-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 13 01:17:15 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: i915_pci.c Log Message: The vga driver now detaches wscons. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/drm2/

CVS commit: src/usr.bin/quota

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 13 01:46:04 UTC 2014 Modified Files: src/usr.bin/quota: quota.c Log Message: Remove leftover #if 0 code from before the libquota rework. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.bin/quota/q

CVS commit: src/lib/libcurses

2014-07-12 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jul 13 01:58:08 UTC 2014 Modified Files: src/lib/libcurses: addnstr.c Log Message: Remove bogus length check - SUSV2 says add(n)str wraps and performs special character processing so we should not be trying to limit the length

CVS commit: src/sbin/fsck_lfs

2014-07-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 13 02:44:21 UTC 2014 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h main.c Log Message: Revert previous; it doesn't work because all the lfs tools promiscuously .PATH in each other's source files, and I haven't the