CVS commit: src/usr.sbin/paxctl

2016-11-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 8 08:21:52 UTC 2016 Modified Files: src/usr.sbin/paxctl: paxctl.8 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/paxctl/paxctl.8 Please note that diffs are

CVS commit: src/sys/dev/mii

2016-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 8 08:48:35 UTC 2016 Modified Files: src/sys/dev/mii: makphy.c Log Message: Set mii_mpd_{oui,rev}. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/mii/makphy.c Please note that diffs are not p

CVS commit: src/sys/dev/pci

2016-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 8 08:54:30 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call wm_enable_wakeup() in wm_detach() and wm_suspend(). Now wake on lan works on Thinkpad X61(ICH8). Some workarounds will be required on PCH*.

CVS commit: src/sys/dev/pci

2016-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 8 09:38:36 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Remove debug printf which was added in rev. 1.437. To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 src/sys/dev/pci/if_wm.c Plea

CVS commit: src/sys/dev

2016-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 8 10:37:40 UTC 2016 Modified Files: src/sys/dev/mii: inbmphyreg.h src/sys/dev/pci: if_wm.c Log Message: Fix wm_access_phy_wakeup_reg_bm(). This change has no effect because this function is used for WUC register

CVS commit: src/tests/kernel

2016-11-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 8 11:21:41 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add new test attach_self in t_ptrace Assert that a debugger cannot attach to self (as it's nonsense). NetBSD returs here EINVAL. Clean up unus

CVS commit: src/tests/kernel

2016-11-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 8 14:49:04 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add new test attach_chroot in t_ptrace Assert that a debugger cannot trace another process unless the process's root directory is at or below t

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

2016-11-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 8 15:21:34 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: Switch ATF_REQUIRE() to more appropriate ATF_REQUIRE_ERRNO() Simplify the code of t_wait_noproc Sponsored by To generate a diff

CVS commit: src/sys/kern

2016-11-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Nov 9 00:30:17 UTC 2016 Modified Files: src/sys/kern: kern_exit.c Log Message: PR kern/51600 ; PR standards/51606 Revert 1.264 - that was intended to fix 51600, but didn't, it just hid the problem, and caused 51606. This fixes

CVS commit: src/sys/netinet

2016-11-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 9 03:33:30 UTC 2016 Modified Files: src/sys/netinet: tcp_subr.c Log Message: Cleanup/KNF tcp6_mtudisc No functional change. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/sys/netinet/tcp_subr.c P

CVS commit: src/sys/netinet6

2016-11-08 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Nov 9 03:49:38 UTC 2016 Modified Files: src/sys/netinet6: frag6.c Log Message: Reduce the number of return points of frag6_input No functional change. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/

CVS commit: src/sys/ufs/ufs

2016-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 9 04:12:55 UTC 2016 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: ufs_makeinode is declared file-static at the top of the file; mark it at its definition too, for consistency and to avoid misleading casual p

CVS commit: src/sys/ufs/ufs

2016-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 9 05:08:35 UTC 2016 Modified Files: src/sys/ufs/ufs: ufs_extattr.c Log Message: Explain why the lock in here needs to be recursive. Related to PR 46997. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 sr

CVS commit: src/sys/ufs/lfs

2016-11-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 9 05:44:42 UTC 2016 Modified Files: src/sys/ufs/lfs: ulfs_extattr.c Log Message: Apply ufs_extattr.c 1.48: Explain why the lock in here needs to be recursive. Related to PR 46997. ufs_extattr 1.47 was also committed di