CVS commit: src/sys/netinet

2017-01-09 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Jan 10 07:39:52 UTC 2017 Modified Files: src/sys/netinet: ip_output.c Log Message: avoid double rtcache_unref(). reviewed by ozaki-r@n.o. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jan 10 07:34:04 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c if_iwmvar.h Log Message: Add apmg_wake_up_wa support from DragonFly BSD. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/lib/libc/sys

2017-01-09 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jan 10 06:28:46 UTC 2017 Modified Files: src/lib/libc/sys: access.2 Log Message: Add missing word. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/access.2 Please note that diffs are not

CVS commit: src/tests/net

2017-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 05:55:10 UTC 2017 Modified Files: src/tests/net: net_common.sh Log Message: Test dumping states before destroying interfaces To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/net/net_common.sh

CVS commit: src/tests/net

2017-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 05:55:34 UTC 2017 Modified Files: src/tests/net: net_common.sh Log Message: Test netstat -i -a and ifmcstat To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/net/net_common.sh Please note that

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jan 10 05:54:04 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c if_iwmvar.h Log Message: iwm(4): 8260 works now. 4165 may works too. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pci/if_iwm.c

CVS commit: src/usr.sbin/ifmcstat

2017-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 05:43:27 UTC 2017 Modified Files: src/usr.sbin/ifmcstat: ifmcstat.c Log Message: Don't give up just because inet6 sysctl knobs aren't available It can happen normally, for example run a kernel without INET6 or run a

CVS commit: src/sys

2017-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 05:42:34 UTC 2017 Modified Files: src/sys/net: if.c if_ethersubr.c src/sys/netinet6: in6.c in6_var.h mld6.c Log Message: Enable some sysctl knobs on rump kernels for ifmcstat To generate a diff of this

CVS commit: src/sys/net

2017-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jan 10 05:40:59 UTC 2017 Modified Files: src/sys/net: if_ethersubr.c Log Message: Replace adaptive mutex for ethercom with spin one Unfortunately even wm(4) doesn't allow adaptive mutex because wm(4) tries to hold it with

CVS commit: src/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 05:08:24 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test siginfo6 in t_ptrace_wait{,3,6,6,id,pid} for ports with PT_STEP siginfo6: Verify single PT_STEP call with signal

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jan 10 05:04:31 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Dual Band Wireless 8265 entry. To generate a diff of this commit: cvs rdiff -u -r1.1275 -r1.1276 src/sys/dev/pci/pcidevs Please note

CVS commit: src/sbin/savecore

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 04:42:20 UTC 2017 Modified Files: src/sbin/savecore: zopen.c Log Message: Adapt funopen(3) call after switch to new zlib(3) In the prototype of the gzclose() function of changed from: typedef struct gzFile_s

CVS commit: src/usr.sbin/makemandb

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 04:34:07 UTC 2017 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Include for R_OK W_OK STDOUT_FILENO access(2) These symbols are undefined after switch to new zlib. To generate a diff of this

CVS commit: src/usr.sbin/makefs/chfs

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 04:27:02 UTC 2017 Modified Files: src/usr.sbin/makefs/chfs: chfs_mkfs.c Log Message: Include missing header for write(2) read(2) close(2) These functions are undefined after switch to new zlib. To generate a diff of

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jan 10 04:27:04 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: set NULL after free. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_iwm.c Please note that diffs are not

CVS commit: src/doc

2017-01-09 Thread Kamil Rytarowski
o NetBSD 8.0: PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107] nsd(8): Add the NSD Authoritative DNS server [christos 20170107] zlib(3): Import 1.2.10 [christos 20170109] + ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD [kamil 20170110]

CVS commit: src/doc

2017-01-09 Thread Christos Zoulas
every change made to the NetBSD source tree. @@ -445,3 +445,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: ptrace(2): Add signal information accessors API: PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107] nsd(8): Add the NSD Authoritative DNS server [christos 20170107] + zlib(3): Import 1.2.10 [christos 20170109]

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

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 01:31:40 UTC 2017 Modified Files: src/tests/lib/libc/ttyio: t_ttyio.c Log Message: PR/51803: Ngie Cooper: CID 978321: Don't leak openpty() fd. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libz

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 01:28:03 UTC 2017 Modified Files: src/lib/libz: Makefile Log Message: Adapt to new zlib To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libz/Makefile Please note that diffs are not public

CVS commit: src/sys/sys

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 01:02:23 UTC 2017 Modified Files: src/sys/sys: param.h Log Message: Welcome to NetBSD 7.99.57! Added for SIGTRAP new si_code: TRAP_CHLD This interface is part of Sponsored by To generate a diff of this commit: cvs

CVS commit: src/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 00:54:22 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test siginfo5 in t_ptrace_wait{,3,4,6,id,pid} siginfo5: Verify that fork(2) is intercepted by ptrace(2) with EVENT_MASK

CVS commit: src/share/man/man2

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 00:51:56 UTC 2017 Modified Files: src/share/man/man2: siginfo.2 Log Message: Document TRAP_CHLD in siginfo(2) The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event) enables PTRACE_FORK. This new

CVS commit: src/sys

2017-01-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 10 00:50:57 UTC 2017 Modified Files: src/sys/kern: kern_history.c src/sys/sys: kernhist.h Log Message: Rework the sysctl initialization to avoid creating new nodes from within the helper function. This should

CVS commit: src/sys

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 00:48:37 UTC 2017 Modified Files: src/sys/kern: kern_fork.c src/sys/sys: siginfo.h Log Message: Introduce new si_code for SIGTRAP: TRAP_CHLD - process child trap The SIGTRAP signal is thrown from the kernel if

CVS import: src/common/dist/zlib

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 00:25:32 UTC 2017 Update of /cvsroot/src/common/dist/zlib In directory ivanova.netbsd.org:/tmp/cvs-serv14010 Log Message: Changes in 1.2.10 (2 Jan 2017) - Avoid warnings on snprintf() return value - Fix bug in

CVS commit: src/tests/kernel

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 9 22:09:21 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c t_ptrace_wait.h Log Message: PT_GET_SIGINFO is no longer PT_SET_SIGINFO conditional in ATF tests This interface is MI. Sponsored by To generate a

CVS commit: src/lib/libcurses

2017-01-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Jan 9 21:17:29 UTC 2017 Modified Files: src/lib/libcurses: border.c Log Message: Checks for bottom right corner were reversed. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libcurses/border.c Please

CVS commit: src/share/man/man7

2017-01-09 Thread Hubert Feyrer
Module Name:src Committed By: hubertf Date: Mon Jan 9 20:08:26 UTC 2017 Modified Files: src/share/man/man7: sysctl.7 Log Message: Document kern.sched sysctl variables. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/share/man/man7/sysctl.7 Please

CVS commit: src/etc

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 20:05:29 UTC 2017 Modified Files: src/etc: ntp.conf Log Message: "kod" needs limited. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/etc/ntp.conf Please note that diffs are not public domain;

CVS commit: src/usr.sbin/postinstall

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 19:51:31 UTC 2017 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: don't try to install rc scripts for programs not installed To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:41:03 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: x86_64-gf2m.S Log Message: regen (actually, hand-edited, but the changes should be identical) To generate a diff

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:36:24 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Revert last two revisions; local changes should no longer be needed now that the root cause of PR

CVS commit: src/external/bsd/flex/dist/src

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 15:14:41 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: revert the c++ yy_size_t changes to maintain existing ABI. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/etc

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 14:26:58 UTC 2017 Modified Files: src/etc: master.passwd Log Message: fix nsd home dir. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/etc/master.passwd Please note that diffs are not public

CVS commit: src/sys/kern

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 14:25:52 UTC 2017 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: If we had an error, don't do the debug checks because they will most certainly fail and we'll panic. To generate a diff of this commit: cvs

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

2017-01-09 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Jan 9 14:15:20 UTC 2017 Modified Files: src/sys/arch/arm/marvell: mvsoc.c Log Message: Remove no-need #ifdef MARVELL_ATTR_AXI_DDR. It has defined. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/marvell

2017-01-09 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Jan 9 14:06:35 UTC 2017 Modified Files: src/sys/dev/marvell: marvellreg.h Log Message: Add ATTR_AXI_DDR. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/marvell/marvellreg.h Please note that

CVS commit: src/distrib/ia64/cdroms/installcd

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 13:36:22 UTC 2017 Modified Files: src/distrib/ia64/cdroms/installcd: Makefile Log Message: Fix the build, we don't support installboot for ia64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 9 12:45:49 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Apply OpenBSD if_iwm.c rev.1.148. > While setting up the basic rate bitmask for iwm's firmware, if the AP does > not specify basic rates for

CVS commit: src/sys/arch/sparc64/sparc64

2017-01-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 9 12:24:38 UTC 2017 Modified Files: src/sys/arch/sparc64/sparc64: process_machdep.c Log Message: Do not use kmem_zalloc() to allocate an FP state - we have a special pool for that. To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2017-01-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Jan 9 10:42:45 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Do not use the "flags" field uninitialized A backport if iwm(4) (to netbsd-7) does not build without this change. LGTM nonaka@ To generate a

CVS commit: src/doc

2017-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 9 09:54:34 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: tmux-2.3 out. To generate a diff of this commit: cvs rdiff -u -r1.1394 -r1.1395 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 9 09:15:54 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c if_iwmreg.h Log Message: Added enum iwm_tx_pm_timeouts from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_iwm.c

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 9 08:10:25 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: cosmetic. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_iwm.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2017-01-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Jan 9 08:05:14 UTC 2017 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: use correct header size. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_iwm.c Please note that diffs are not