CVS commit: src/sys/netinet6

2018-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jan 10 07:34:31 UTC 2018 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: Get rid of unnecessary ifdef for IFT_IEEE80211 To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/netinet6/nd6_nbr.c

CVS commit: src/sys/netinet6

2018-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jan 10 07:11:38 UTC 2018 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: Fix a deadlock on callout_halt of nd6_dad_timer We must not call callout_halt of nd6_dad_timer with holding nd6_dad_lock because the lock is

CVS commit: src/usr.sbin/cpuctl/arch

2018-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 10 07:08:35 UTC 2018 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Print Intel cpuid 7 %edx. Example output of cpuctl -v identify 0: +cpu0: 0007: 27ab 0c00 (snip) +cpu0:

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

2018-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 10 07:04:54 UTC 2018 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add Intel cpuid 7 %edx IBRS(IBPB Speculation Control) and STIBP(STIBP Speculation Control) from OpenBSD. To generate a diff of

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

2018-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 10 04:45:24 UTC 2018 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add comment. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/x86/include/specialreg.h Please note

CVS commit: src/sys

2018-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jan 10 02:50:26 UTC 2018 Modified Files: src/sys/kern: uipc_domain.c src/sys/rump/librump/rumpnet: rump_net.c src/sys/sys: domain.h Log Message: Don't start callouts for domains before attaching domains on

CVS commit: src/sys/arch/sparc/sparc

2018-01-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jan 10 01:49:05 UTC 2018 Modified Files: src/sys/arch/sparc/sparc: memecc.c Log Message: s/level 25/level 15/ -- there's nothing higher than 15 on sparc, and this is talking about NMI. To generate a diff of this commit: cvs

CVS commit: src/sys/net

2018-01-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jan 10 01:22:26 UTC 2018 Modified Files: src/sys/net: if.c Log Message: Check MP-safety in ifa_insert and ifa_remove only for IFEF_MPSAFE drivers Eventually the assertions should pass for all drivers, however, at this point

CVS commit: src/sys/kern

2018-01-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 9 22:58:45 UTC 2018 Modified Files: src/sys/kern: kern_kthread.c Log Message: KASSERT() that kthread_join()'s target is expecting to be joined. As discussed on IRC. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libkvm

2018-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 9 21:17:46 UTC 2018 Modified Files: src/lib/libkvm: kvm_getprocs.3 Log Message: Correct the signature of kvm_getproc2(3) in the man-page. The elemsize argument is of type "size_t", not "int". Sponsored by To generate

CVS commit: src/lib/libkvm

2018-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 9 21:13:59 UTC 2018 Modified Files: src/lib/libkvm: kvm_getlwps.3 Log Message: Correct the signature of kvm_getlwps(3) in the man-page. The elemsize argument is of type "size_t", not "int *". Sponsored by To generate

CVS commit: src/sys

2018-01-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jan 9 20:55:43 UTC 2018 Modified Files: src/sys/compat/aoutm68k: aoutm68k_exec.c src/sys/compat/freebsd: freebsd_exec.c src/sys/compat/ibcs2: ibcs2_exec.c src/sys/compat/linux/common: linux_exec.c

CVS commit: src/sys

2018-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 9 19:52:29 UTC 2018 Modified Files: src/sys/net: route.c route.h src/sys/sys: param.h Log Message: Use a queue of deferred entries to delete routes instead of a fixed stack of 10. Otherwise we can overflow in

CVS commit: [netbsd-8] src/doc

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:39:51 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: tickets 479-485 To generate a diff of this commit: cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-8.0 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:35:03 UTC 2018 Modified Files: src/sys/dev [netbsd-8]: auconv.c auconv.h mulaw.c mulaw.h Log Message: Pull up following revision(s) (requested by nat in ticket #485): sys/dev/auconv.c: 1.32-1.35

CVS commit: [netbsd-8] src/sys/netinet6

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:30:45 UTC 2018 Modified Files: src/sys/netinet6 [netbsd-8]: ip6_forward.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #484): sys/netinet6/ip6_forward.c: 1.89-1.90 Fix

CVS commit: [netbsd-8] src/etc/etc.i386

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:29:02 UTC 2018 Modified Files: src/etc/etc.i386 [netbsd-8]: MAKEDEV.conf Log Message: Pull up following revision(s) (requested by msaitoh in ticket #483): etc/etc.i386/MAKEDEV.conf: revision 1.26 Add NVMe

CVS commit: [netbsd-8] src/external/bsd/nvi/usr.bin/recover

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:27:41 UTC 2018 Modified Files: src/external/bsd/nvi/usr.bin/recover [netbsd-8]: virecover Log Message: Pull up following revision(s) (requested by christos in ticket #482):

CVS commit: [netbsd-8] src/sys/netinet6

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:24:44 UTC 2018 Modified Files: src/sys/netinet6 [netbsd-8]: ip6_flow.c Log Message: Pull up following revision(s) (requested by maxv in ticket #481): sys/netinet6/ip6_flow.c: revision 1.36 Fix use-after-free:

CVS commit: [netbsd-8] src/sys/net

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:23:04 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by maxv in ticket #480): sys/net/if_ethersubr.c: revision 1.249 Make sure we have an

CVS commit: [netbsd-8] src/sys/netatalk

2018-01-09 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jan 9 19:20:17 UTC 2018 Modified Files: src/sys/netatalk [netbsd-8]: aarp.c Log Message: Pull up following revision(s) (requested by maxv in ticket #479): sys/netatalk/aarp.c: revision 1.40 Mmh, pull up the packet to

CVS commit: src/sys/dev/usb

2018-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 9 17:58:10 UTC 2018 Modified Files: src/sys/dev/usb: ukbd.c Log Message: tidy up debugging (make it compile with the 'ALL' kernel) To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141

CVS commit: src/tests/kernel/kqueue

2018-01-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 9 17:35:29 UTC 2018 Modified Files: src/tests/kernel/kqueue: t_ioctl.c Log Message: Add EVFILT_FS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/kqueue/t_ioctl.c Please note that diffs

CVS commit: src/sys/fs/autofs

2018-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 9 16:19:39 UTC 2018 Modified Files: src/sys/fs/autofs: autofs.c autofs_vfsops.c Log Message: fix module attachment and cdevsw To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/fs/autofs/autofs.c cvs

CVS commit: src/sys/modules/autofs

2018-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 9 16:18:35 UTC 2018 Modified Files: src/sys/modules/autofs: Makefile Added Files: src/sys/modules/autofs: autofs.ioconf Log Message: fix autofs pseudo device To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/modules

2018-01-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 9 15:16:02 UTC 2018 Modified Files: src/tests/modules: t_klua_pr_52864.sh Log Message: Skip the test on non-modular kernels To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/fs/autofs

2018-01-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 9 13:56:00 UTC 2018 Modified Files: src/sys/fs/autofs: autofs.c Log Message: Include for the atomic funtions used in here. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/fs/autofs/autofs.c Please

CVS commit: src/usr.sbin/fstyp

2018-01-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 9 10:47:57 UTC 2018 Modified Files: src/usr.sbin/fstyp: fstyp.c Log Message: Use fseeko instead of fseek to fix the build on some 32bit architectures To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/fstyp

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:41:29 UTC 2018 Modified Files: src/usr.sbin/fstyp: fstyp.8 Log Message: File system police. Add RCS Id. Improve SYNOPSIS. Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/autofs

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:39:07 UTC 2018 Modified Files: src/usr.sbin/autofs: automount.8 automountd.8 autounmountd.8 Log Message: File system police. Sort options. Add RCS Id. Use more markup. Wording. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/autofs

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:33:00 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: Mostly formatting improvements. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/autofs/auto_master.5 Please

CVS commit: src/usr.sbin/autofs

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:27:41 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: file system police. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/autofs/auto_master.5 Please note that diffs

CVS commit: src/usr.bin/showmount

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:24:23 UTC 2018 Modified Files: src/usr.bin/showmount: showmount.8 Log Message: Stop using Tn. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/showmount/showmount.8

CVS commit: src/share/man/man7

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:21:41 UTC 2018 Modified Files: src/share/man/man7: hier.7 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/share/man/man7/hier.7 Please note that diffs are not

CVS commit: src/share/man/man7

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:22:26 UTC 2018 Modified Files: src/share/man/man7: hier.7 Log Message: Use Pa for paths. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/share/man/man7/hier.7 Please note that diffs are not

CVS commit: src/share/man/man7

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:20:23 UTC 2018 Modified Files: src/share/man/man7: hier.7 Log Message: Stop using Tn. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/share/man/man7/hier.7 Please note that diffs are not public

CVS commit: src/sys/dev/pci

2018-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 9 09:19:05 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Apollo Lake devices. To generate a diff of this commit: cvs rdiff -u -r1.1303 -r1.1304 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/share/man/man5

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:19:10 UTC 2018 Modified Files: src/share/man/man5: autofs.5 Log Message: Add RCS Id. Simplify SYNOPSIS and remove loader.conf(5) reference. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man5

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:17:53 UTC 2018 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Stop using Tn. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/share/man/man5/rc.conf.5 Please note that diffs are not

CVS commit: src/sbin/mount

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:15:57 UTC 2018 Modified Files: src/sbin/mount: mount.8 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sbin/mount/mount.8 Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2018-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 9 08:17:28 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: - s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail) - Add Atom E3800 (Bay Trail) eMMC 4.5 To generate a diff of this commit: cvs rdiff -u -r1.1302