CVS commit: src/sys/arch/aarch64/aarch64

2018-08-13 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Aug 14 05:51:55 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: db_machdep.c Log Message: no need machine local ddb command pmaphist any more. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/doc

2018-08-13 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Aug 14 01:10:47 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: Remove Paul Vixie as maintainer, replace with ISC as they are the upstream. To generate a diff of this commit: cvs rdiff -u -r1.1543 -r1.1544

CVS commit: src/sys/netinet6

2018-08-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 14 01:10:58 UTC 2018 Modified Files: src/sys/netinet6: nd6_rtr.c Log Message: Don't call find_pfxlist_reachable_router, which may sleep, in a pserialize read section Found by knakahara@ To generate a diff of this

CVS commit: src/sys/kern

2018-08-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 14 01:09:53 UTC 2018 Modified Files: src/sys/kern: kern_mutex.c kern_rwlock.c Log Message: Check pserialize_not_in_read_section for adaptive mutexes and rwlocks The overhead of the checks is not negligible so they're

CVS commit: src/sys/kern

2018-08-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Aug 14 01:06:01 UTC 2018 Modified Files: src/sys/kern: kern_synch.c subr_pserialize.c Log Message: Change the place to check if a context switch doesn't happen within a pserialize read section The previous place

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

2018-08-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Aug 13 22:59:52 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add a new ATF ptrace(2) test: tracer_attach_to_unrelated_stopped_process Reuse the body of

CVS commit: src/share/misc

2018-08-13 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Mon Aug 13 22:22:59 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: It's Flattened Device Tree. Thanks @sevan for the heads up. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214

CVS commit: src/bin/sh

2018-08-13 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 13 22:13:02 UTC 2018 Modified Files: src/bin/sh: redir.c Log Message: NFC: DEBUG (compile time) mode only change: Add some extra redirection (fd manipulation) tracing. While here, some white space fixes, and very

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

2018-08-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Aug 13 22:00:45 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add a new ATF test parent_attach_to_its_stopped_child Reuse the body of parent_attach_to_its_child for a test attaching to a

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

2018-08-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Aug 13 21:49:37 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add await_stopped() in t_ptrace_wait.h This is used in tests where a process awaits for a stopped process. To generate a diff of

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

2018-08-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Aug 13 21:36:55 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add a new ATF ptrace(2) test: child_attach_to_its_stopped_parent Reuse the body of child_attach_to_its_parent for a test attaching

CVS commit: src/share/misc

2018-08-13 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Mon Aug 13 20:33:35 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add FDT (flat device tree). To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/share/misc/acronyms.comp Please note that

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

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 18:48:53 UTC 2018 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: use dev/usb/usbdevices.config instead of a local list. adds slurm(4), umcs(4), uark(4), and usmsc(4). To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 17:35:31 UTC 2018 Modified Files: src/sys/dev/usb: usbdevices.config Log Message: - add commented entries that exist in amd64 GENERIC: oboe, mos, umb. (XXX: mos might be deleteable now?). - comment uscanner(4) -- usb

CVS commit: [netbsd-7] src/doc

2018-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 13 16:15:44 UTC 2018 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: Ticket #1629 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-7.2 Please note that diffs are not

CVS commit: src/sys/arch/xen/xen

2018-08-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 13 15:48:21 UTC 2018 Modified Files: src/sys/arch/xen/xen: xpci_xenbus.c Log Message: Clarify, remove dead code, and add XXXSMP; really this static variable looks like a great bug. To generate a diff of this commit: cvs

CVS commit: src/share/mk

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 13:07:04 UTC 2018 Modified Files: src/share/mk: sys.mk Log Message: remove random seed debugging To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/share/mk/sys.mk Please note that diffs are not

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

2018-08-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 13 12:28:02 UTC 2018 Modified Files: src/sys/arch/arm/fdt: psci_fdt.c Log Message: Need to use fdtbus_get_reg64 for mpidr To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/fdt/psci_fdt.c

CVS commit: src/doc

2018-08-13 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Aug 13 12:12:30 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: Update current vers of some components. Add a url for ath-hal to the FreeBSD svn repo and update rev Update bsd-family-tree url to link directly to svnweb

CVS commit: [netbsd-8] src/doc

2018-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 13 12:06:17 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #971 and #972 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.1 Please note that diffs

CVS commit: [netbsd-8] src/external/bsd/bind/dist/lib/isc/unix

2018-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 13 12:05:25 UTC 2018 Modified Files: src/external/bsd/bind/dist/lib/isc/unix [netbsd-8]: socket.c Log Message: Pull up following revision(s) (requested by christos in ticket #972):

CVS commit: [netbsd-8] src/sys/external/bsd/dwc2/dist

2018-08-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 13 12:03:41 UTC 2018 Modified Files: src/sys/external/bsd/dwc2/dist [netbsd-8]: dwc2_hcdintr.c Log Message: Pull up following revision(s) (requested by skrll in ticket #971):

CVS commit: src/doc

2018-08-13 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Aug 13 11:00:55 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: New version of mandoc came out last week. To generate a diff of this commit: cvs rdiff -u -r1.1541 -r1.1542 src/doc/3RDPARTY Please note that diffs are

CVS commit: src/crypto/external/bsd/openssh/dist

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:55:20 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: monitor.c Log Message: add another exit 254 to avoid blacklistd notification To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:54:19 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: sha2.c Log Message: avoid redefinition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/libbn

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:53:51 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c Log Message: sprinke const To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/sys/net

2018-08-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 13 09:29:13 UTC 2018 Modified Files: src/sys/net: if_pppoe.c Log Message: Clarify two functions. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/net/if_pppoe.c Please note that diffs are not

CVS commit: src

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 09:25:23 UTC 2018 Modified Files: src/distrib/sets/lists/base: ad.arm src/sys/arch/acorn32/stand: Makefile Log Message: include the boot32 and nbfs boot programs for eabi, as acorn32 with eabi still wants them.

CVS commit: src/etc/rc.d

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 09:16:06 UTC 2018 Modified Files: src/etc/rc.d: ipsec Log Message: handle v6 addresses To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/etc/rc.d/ipsec Please note that diffs are not public domain;

CVS commit: src/external/mpl/bind/dist/lib/isc/unix

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 08:48:46 UTC 2018 Modified Files: src/external/mpl/bind/dist/lib/isc/unix: socket.c Log Message: Make ENOBUFS a soft error To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/bind/dist/lib/isc/unix

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 08:46:53 UTC 2018 Modified Files: src/external/bsd/bind/dist/lib/isc/unix: socket.c Log Message: make ENOBUFS a soft error (from roy@) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 08:38:22 UTC 2018 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: remove stray comma To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/distrib/sets/lists/debug/shl.mi Please

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

2018-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 13 08:26:49 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi shl.mi Log Message: - although I like the ",obsolete" better, the convention is to obliterate the info - fix lint To generate a diff of this

CVS commit: src/external/mpl/bind/include/isc

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 07:17:34 UTC 2018 Modified Files: src/external/mpl/bind/include/isc: platform.h Log Message: avoid using x86 specific asm on all platforms. XXX: this might want to be expanded or something more portable used. To

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

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 07:14:47 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi shl.mi Log Message: fix the libns and liblwres entries for new bind. To generate a diff of this commit: cvs rdiff -u -r1.2216 -r1.2217

CVS commit: src/lib/libc/gen

2018-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 13 06:08:48 UTC 2018 Modified Files: src/lib/libc/gen: timespec_get.3 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/timespec_get.3 Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2018-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 13 06:06:13 UTC 2018 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Add missing El. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/share/man/man4

2018-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 13 06:04:35 UTC 2018 Modified Files: src/share/man/man4: ifmedia.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/ifmedia.4 Please note that diffs are

CVS commit: src/lib/libc/net

2018-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 13 06:00:21 UTC 2018 Modified Files: src/lib/libc/net: sctp_bindx.3 sctp_connectx.3 sctp_freepaddrs.3 sctp_getaddrlen.3 sctp_getassocid.3 sctp_getpaddrs.3 sctp_opt_info.3 sctp_peeloff.3 sctp_recvmsg.3