CVS commit: src/tests/net/net

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 05:44:48 UTC 2016 Modified Files: src/tests/net/net: t_ping6_opts.sh Log Message: Add tests for combination use of -g option and hops optional argument To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/net

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 05:25:37 UTC 2016 Modified Files: src/tests/net/arp: t_arp.sh t_dad.sh src/tests/net/icmp: t_icmp6_redirect.sh t_icmp_redirect.sh src/tests/net/if_pppoe: t_pppoe.sh src/tests/net/if_tap:

CVS commit: src/tests/net/net

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 04:43:14 UTC 2016 Modified Files: src/tests/net/net: t_ping6_opts.sh Log Message: Add tests of ping6 hops optional argument (Type 0 Routing Headers) Note that ping6 with the argument can send packets with routing

CVS commit: src/share/man/man3

2016-11-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 7 03:12:54 UTC 2016 Modified Files: src/share/man/man3: bits.3 Log Message: These have been able to handle uintmax-width masks since creation. XXX pullup-6 XXX pullup-7 To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/net/if

2016-11-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 7 02:59:29 UTC 2016 Modified Files: src/tests/net/if: t_compat.c Log Message: Mark this test as "expected failure" since rump doesn't include the COMPAT_43 code. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2016-11-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 7 02:23:43 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: Enable the wait3 test in t_wait_noproc_wnohang (through t_wait_noproc) This test has set expected failure like other functions in

CVS commit: src/sys/netinet6

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 01:55:17 UTC 2016 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Pull routing header handling out of ip6_output No functional change. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177

CVS commit: src/sys/netinet6

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 01:05:39 UTC 2016 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Tidy up ip6_getpmtu Pull rtcache thing out of ip6_getpmtu; that isn't an essential of the function. Add comments inspired by FreeBSD. No

CVS commit: src

2016-11-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 7 00:54:48 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/net: Makefile Added Files: src/tests/net/net: t_mtudisc6.sh Log Message: Add basic tests for IPv6 Path MTU Discovery

CVS commit: src/external/gpl3/binutils.old/dist/bfd

2016-11-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 6 23:46:02 UTC 2016 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf32-ppc.c elf64-ppc.c Log Message: Merge r1.10 from the main in-tree binutils version: More detailed error messages for text relocations on

CVS commit: src/external/gpl3/binutils.old/dist/bfd

2016-11-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 6 23:44:44 UTC 2016 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf64-ppc.c Log Message: Merge r1.11 from the main in-tree binutils version: Tail calls can use the PLT without a nop after the branch. Since

CVS commit: src/sys/dev/pci

2016-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 21:51:31 UTC 2016 Modified Files: src/sys/dev/pci: if_msk.c Log Message: msk_init is too heavyweight and loses link. Provide a specialized way to enter and exit promiscuous mode so that we don't lose seconds of

CVS commit: src/tests/kernel

2016-11-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 6 21:47:53 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Run the attach_pid1 test (from t_ptrace) in unprivileged mode Add in ATF_TC_HEAD() of attach_pid1 the following code to run it as non-root:

CVS commit: src/tests/dev/cgd

2016-11-06 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Nov 6 21:29:54 UTC 2016 Modified Files: src/tests/dev/cgd: Makefile Log Message: Don't build t_cgd_aes if ${MKCRYPTO} == "no". To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/cgd/Makefile Please

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

2016-11-06 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Nov 6 17:09:19 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add "crypto" category to t_cgd_aes. To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/distrib/sets/lists/tests/mi

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

2016-11-06 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Nov 6 17:07:50 UTC 2016 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Debug file for t_cgd_aes. To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/distrib/sets/lists/debug/mi Please note

CVS commit: src/tests/kernel

2016-11-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 6 16:24:16 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add new tests attach_pid0 and attach_pid1 to t_ptrace attach_pid0 asserts that it is not valid to attach PID 0 as it is a special kernel

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

2016-11-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 6 15:04:14 UTC 2016 Modified Files: src/tests/lib/libc/sys: Makefile t_wait.c Log Message: Add new tests: tests/lib/libc/sys/t_wait_noproc and t_wait_noproc_wnohang The t_wait_noproc test checks whether wait(2)-family of

CVS commit: src

2016-11-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 6 15:03:31 UTC 2016 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Added Files: src/tests/lib/libc/sys: t_wait_noproc.c t_wait_noproc_wnohang.c Log Message: Add new

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-11-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 6 11:50:54 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c Log Message: Reduce the scope of the softc lock further and track device state via sc_state. All ucom methods apart from ucom_{read,write} are

CVS commit: src

2016-11-06 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Nov 6 10:54:42 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi src/tests/dev/cgd: Makefile Added Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Add tests for not-yet-committed cgd algorithm

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-11-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 6 09:36:53 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ucom.c Log Message: Add #include "opt_usb.h" To generate a diff of this commit: cvs rdiff -u -r1.108.2.29 -r1.108.2.30 src/sys/dev/usb/ucom.c Please

CVS commit: src/share/man/man4

2016-11-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 6 09:16:39 UTC 2016 Modified Files: src/share/man/man4: inphy.4 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/inphy.4 Please note that diffs are not public domain;