svn commit: r303215 - stable/9/sys/kern

2016-07-23 Thread Konstantin Belousov
Author: kib Date: Sat Jul 23 08:06:50 2016 New Revision: 303215 URL: https://svnweb.freebsd.org/changeset/base/303215 Log: MFC r302936: Explicitely check for the valid range of file descriptor values. Modified: stable/9/sys/kern/kern_event.c Directory Properties: stable/9/ (props change

svn commit: r303220 - stable/9/sys/kern

2016-07-23 Thread Konstantin Belousov
Author: kib Date: Sat Jul 23 11:26:24 2016 New Revision: 303220 URL: https://svnweb.freebsd.org/changeset/base/303220 Log: Fix build. Modified: stable/9/sys/kern/kern_event.c Modified: stable/9/sys/kern/kern_event.c

svn commit: r303252 - in stable: 10/sys/dev/acpica/Osd 9/sys/dev/acpica/Osd

2016-07-23 Thread John Baldwin
Author: jhb Date: Sat Jul 23 22:50:59 2016 New Revision: 303252 URL: https://svnweb.freebsd.org/changeset/base/303252 Log: MFC 299977: Use polling spin loops for timeouts during early boot. Some ACPI operations such as mutex acquires and event waits accept a timeout. The ACPI OSD layer i

svn commit: r303254 - in stable: 10 10/share/man/man9 10/sys/sys 9 9/share/man/man9 9/sys/sys

2016-07-23 Thread John Baldwin
== --- stable/9/ObsoleteFiles.inc Sun Jul 24 01:31:41 2016(r303253) +++ stable/9/ObsoleteFiles.inc Sun Jul 24 04:38:50 2016(r303254) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20160723: stale MLINK

svn commit: r303255 - in stable: 10/share/man/man9 10/sys/dev/pci 9/share/man/man9 9/sys/dev/pci

2016-07-23 Thread John Baldwin
Author: jhb Date: Sun Jul 24 05:24:10 2016 New Revision: 303255 URL: https://svnweb.freebsd.org/changeset/base/303255 Log: MFC 302175: Add pci_get_max_payload() to fetch the PCI-express maximum payload size. Modified: stable/9/share/man/man9/pci.9 stable/9/sys/dev/pci/pci.c stable/9/sys