svn commit: r325887 - in head/sys/cddl: compat/opensolaris/kern contrib/opensolaris/uts/intel/dtrace

2017-11-15 Thread Mark Johnston
Author: markj Date: Thu Nov 16 07:25:12 2017 New Revision: 325887 URL: https://svnweb.freebsd.org/changeset/base/325887 Log: Avoid holding the process in uread() and uwrite(). In general, higher-level code will atomically verify that the process is not exiting and hold the process. In

svn commit: r325886 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2017-11-15 Thread Mark Johnston
Author: markj Date: Thu Nov 16 07:14:29 2017 New Revision: 325886 URL: https://svnweb.freebsd.org/changeset/base/325886 Log: Take r313504 into account when recomputing the string table length. When we encounter a USDT probe in a weak symbol, we emit an alias for the probe function

svn commit: r325885 - stable/11/tests/sys/kern

2017-11-15 Thread John Baldwin
Author: jhb Date: Thu Nov 16 06:55:57 2017 New Revision: 325885 URL: https://svnweb.freebsd.org/changeset/base/325885 Log: MFC 324993: Add a test for sending a signal while stepping a thread via PT_STEP. Modified: stable/11/tests/sys/kern/ptrace_test.c Directory Properties: stable/11/

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread John Baldwin
On Wednesday, November 15, 2017 10:17:27 PM Warner Losh wrote: > On Wed, Nov 15, 2017 at 6:46 PM, Ed Maste wrote: > > > On 15 November 2017 at 19:36, Warner Losh wrote: > > > > > > On Wed, Nov 15, 2017 at 5:05 PM, Ed Maste wrote: > > >>

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Wed, Nov 15, 2017 at 10:17 PM, Warner Losh wrote: > > > On Wed, Nov 15, 2017 at 6:46 PM, Ed Maste wrote: > >> On 15 November 2017 at 19:36, Warner Losh wrote: >> > >> > On Wed, Nov 15, 2017 at 5:05 PM, Ed Maste

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Wed, Nov 15, 2017 at 6:46 PM, Ed Maste wrote: > On 15 November 2017 at 19:36, Warner Losh wrote: > > > > On Wed, Nov 15, 2017 at 5:05 PM, Ed Maste wrote: > >> > >> On 15 November 2017 at 13:47, Rodney W. Grimes > >>

Re: svn commit: r316980 - head/contrib/zstd/programs

2017-11-15 Thread Conrad Meyer
Please revert this change. First, it introduces the POLA-violating behavior that zstdcat deletes its source files. This is not how zcat/bzcat behaves. Second, it introduces a needless behavioral difference between FreeBSD zstd and the rest of the world's zstd. The zstd documentation we ship

svn commit: r325884 - head/sys/dev/cxgbe

2017-11-15 Thread Navdeep Parhar
Author: np Date: Thu Nov 16 02:42:37 2017 New Revision: 325884 URL: https://svnweb.freebsd.org/changeset/base/325884 Log: cxgbe(4): Remove rsrv_noflowq from intrs_and_queues structure as it does not influence or get affected by the number of interrupts or queues. Sponsored by: Chelsio

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Ed Maste
On 15 November 2017 at 19:36, Warner Losh wrote: > > On Wed, Nov 15, 2017 at 5:05 PM, Ed Maste wrote: >> >> On 15 November 2017 at 13:47, Rodney W. Grimes >> wrote: >> >> Author: emaste >> >> Date: Wed Nov 15 18:40:40 2017 >>

svn commit: r325883 - head/sys/dev/cxgbe

2017-11-15 Thread Navdeep Parhar
Author: np Date: Thu Nov 16 01:33:53 2017 New Revision: 325883 URL: https://svnweb.freebsd.org/changeset/base/325883 Log: cxgbe(4): Sanitize t4_num_vis during MOD_LOAD like all other t4_* tunables. Add num_vis to the intrs_and_queues structure as it affects the number of interrupts

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Wed, Nov 15, 2017 at 2:28 PM, Conrad Meyer wrote: > On Wed, Nov 15, 2017 at 1:23 PM, Warner Losh wrote: > > On Nov 15, 2017 2:13 PM, "Rodney W. Grimes" net> > > wrote: > > Oh, and can you please get a mail client that does > >

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Wed, Nov 15, 2017 at 5:05 PM, Ed Maste wrote: > On 15 November 2017 at 13:47, Rodney W. Grimes > wrote: > >> Author: emaste > >> Date: Wed Nov 15 18:40:40 2017 > >> New Revision: 325860 > >> URL:

svn commit: r325882 - head/share/man/man7

2017-11-15 Thread Warner Losh
Author: imp Date: Thu Nov 16 00:19:44 2017 New Revision: 325882 URL: https://svnweb.freebsd.org/changeset/base/325882 Log: Use better wording: change there to the and define to defines. Also fix a run-a-way macro invocation of Dv. Noticed by: matteo@ Modified:

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Ed Maste
On 15 November 2017 at 13:47, Rodney W. Grimes wrote: >> Author: emaste >> Date: Wed Nov 15 18:40:40 2017 >> New Revision: 325860 >> URL: https://svnweb.freebsd.org/changeset/base/325860 >> >> Log: >> newfs: warn if newer than kernel >> >> Creating a UFS

svn commit: r325881 - head/share/man/man7

2017-11-15 Thread Warner Losh
Author: imp Date: Wed Nov 15 23:51:17 2017 New Revision: 325881 URL: https://svnweb.freebsd.org/changeset/base/325881 Log: Fix some formatting issues, bump .Dd to today's date, don't use contractions, and make igor almost happy with this (two issues are false positives, and I'm not sure a

svn commit: r325880 - in head: share/man/man4 sys/dev/cxgbe

2017-11-15 Thread Navdeep Parhar
Author: np Date: Wed Nov 15 23:48:02 2017 New Revision: 325880 URL: https://svnweb.freebsd.org/changeset/base/325880 Log: cxgbe(4): Combine all _10g and _1g tunables and drop the suffix from their names. The finer-grained knobs weren't practically useful. Sponsored by: Chelsio

svn commit: r325879 - releng/11.1

2017-11-15 Thread Gordon Tetlow
without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. -20171115 p3 FreeBSD-SA-17:08.ptrace +20171115 p4 FreeBSD-SA-17:08.ptrace FreeBSD-SA-17:10.kldstat Fix ptrace(2

svn commit: r325878 - in releng/10.3: . sys/compat/freebsd32 sys/conf sys/kern

2017-11-15 Thread Gordon Tetlow
is a bit fragile. +20171115 p24 FreeBSD-SA-17:08.ptrace + FreeBSD-SA-17:09.shm + FreeBSD-SA-17:10.kldstat + + Fix ptrace(2) vulnerability. [SA-17:08.ptrace] + + Fix POSIX shm namespace vulnerability. [SA-17:09.shm] + + Fix kldstat

svn commit: r325877 - in releng/10.4: . sys/compat/freebsd32 sys/conf sys/kern

2017-11-15 Thread Gordon Tetlow
is a bit fragile. +20171115 p3 FreeBSD-SA-17:08.ptrace + FreeBSD-SA-17:09.shm + FreeBSD-SA-17:10.kldstat + + Fix ptrace(2) vulnerability. [SA-17:08.ptrace] + + Fix POSIX shm namespace vulnerability. [SA-17:09.shm] + + Fix kldstat

svn commit: r325875 - in releng/11.1: . sys/compat/freebsd32 sys/conf sys/kern

2017-11-15 Thread Gordon Tetlow
across the gcc/clang cutover is a bit fragile. +20171115 p3 FreeBSD-SA-17:08.ptrace + FreeBSD-SA-17:10.kldstat + + Fix ptrace(2) vulnerability. [SA-17:08.ptrace] + + Fix kldstat(2) vulnerability. [SA-17:10.kldstat] + 20171102 p3 FreeBSD-EN-17:09

svn commit: r325876 - in releng/11.0: . sys/compat/freebsd32 sys/conf sys/kern

2017-11-15 Thread Gordon Tetlow
of current across the gcc/clang cutover is a bit fragile. +20171115 p15 FreeBSD-SA-17:08.ptrace + FreeBSD-SA-17:10.kldstat + + Fix ptrace(2) vulnerability. [SA-17:08.ptrace] + + Fix kldstat(2) vulnerability. [SA-17:10.kldstat] + 20171102 p14 FreeBSD-EN

svn commit: r325874 - releng/10.4/sys/kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:45:50 2017 New Revision: 325874 URL: https://svnweb.freebsd.org/changeset/base/325874 Log: Fix namespace issue in POSIX shm implementation for jails. [SA-17:09] Approved by:so Security: FreeBSD-SA-17:09.shm Security: CVE-2017-1087

svn commit: r325873 - in releng/10.3: share/man/man9 sys/kern sys/sys

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:45:13 2017 New Revision: 325873 URL: https://svnweb.freebsd.org/changeset/base/325873 Log: Fix namespace issue in POSIX shm implementation for jails. [SA-17:09] Approved by: so Security: FreeBSD-SA-17:09.shm Security: CVE-2017-1087 Modified:

svn commit: r325872 - head/sys/netipsec

2017-11-15 Thread Conrad Meyer
Author: cem Date: Wed Nov 15 22:42:20 2017 New Revision: 325872 URL: https://svnweb.freebsd.org/changeset/base/325872 Log: ipsec: Use the same keysize values for HMAC as prior to r324017 The HMAC construction natively permits any key size between 0 and the input block length. Before

svn commit: r325871 - releng/10.3/sys/kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:40:46 2017 New Revision: 325871 URL: https://svnweb.freebsd.org/changeset/base/325871 Log: Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] Approved by:so Security: FreeBSD-SA-17:08.ptrace Security: CVE-2017-1086 Modified:

svn commit: r325870 - releng/10.4/sys/kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:40:32 2017 New Revision: 325870 URL: https://svnweb.freebsd.org/changeset/base/325870 Log: Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] Approved by:so Security: FreeBSD-SA-17:08.ptrace Security: CVE-2017-1086 Modified:

svn commit: r325868 - releng/11.1/sys/kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:39:41 2017 New Revision: 325868 URL: https://svnweb.freebsd.org/changeset/base/325868 Log: Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] Approved by: so Security: FreeBSD-SA-17:08.ptrace Security: CVE-2017-1086 Modified:

svn commit: r325869 - releng/11.0/sys/kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:40:15 2017 New Revision: 325869 URL: https://svnweb.freebsd.org/changeset/base/325869 Log: Fix kernel data leak via ptrace(PT_LWPINFO). [SA-17:08] Approved by:so Security: FreeBSD-SA-17:08.ptrace Security: CVE-2017-1086 Modified:

svn commit: r325867 - in stable/10/sys: compat/freebsd32 kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:35:16 2017 New Revision: 325867 URL: https://svnweb.freebsd.org/changeset/base/325867 Log: MFC r325865 Properly bzero kldstat structure to prevent kernel information leak. Security: FreeBSD-SA-17:10.kldstat Security: CVE-2017-1088

svn commit: r325866 - in stable/11/sys: compat/freebsd32 kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:34:15 2017 New Revision: 325866 URL: https://svnweb.freebsd.org/changeset/base/325866 Log: MFC r325865 Properly bzero kldstat structure to prevent kernel information leak. Security: FreeBSD-SA-17:10.kldstat Security: CVE-2017-1088

svn commit: r325865 - in head/sys: compat/freebsd32 kern

2017-11-15 Thread Gordon Tetlow
Author: gordon Date: Wed Nov 15 22:30:21 2017 New Revision: 325865 URL: https://svnweb.freebsd.org/changeset/base/325865 Log: Properly bzero kldstat structure to prevent kernel information leak. Submitted by: kib Reported by: TJ Corley Security: CVE-2017-1088 Modified:

svn commit: r325864 - head/sys/netinet

2017-11-15 Thread Michael Tuexen
Author: tuexen Date: Wed Nov 15 22:13:10 2017 New Revision: 325864 URL: https://svnweb.freebsd.org/changeset/base/325864 Log: Fix the handling of ERROR chunks which a lot of error causes. While there, clean up the code. Thanks to Felix Weinrank who found the bug by using fuzz-testing the

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Conrad Meyer
On Wed, Nov 15, 2017 at 1:23 PM, Warner Losh wrote: > On Nov 15, 2017 2:13 PM, "Rodney W. Grimes" > wrote: > Oh, and can you please get a mail client that does > proper quoting? > > > It's just gmail. And there's really no alternative :( > >

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Nov 15, 2017 2:13 PM, "Rodney W. Grimes" wrote: [ Charset UTF-8 unsupported, converting... ] > On Nov 15, 2017 1:51 PM, "Rodney W. Grimes" > wrote: > > [ Charset UTF-8 unsupported, converting... ] > > On Nov 15, 2017 11:47 AM,

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Nov 15, 2017 1:51 PM, "Rodney W. Grimes" > wrote: > > [ Charset UTF-8 unsupported, converting... ] > > On Nov 15, 2017 11:47 AM, "Rodney W. Grimes" net> > > wrote: > > > > > Author:

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Nov 15, 2017 1:51 PM, "Rodney W. Grimes" wrote: [ Charset UTF-8 unsupported, converting... ] > On Nov 15, 2017 11:47 AM, "Rodney W. Grimes" > wrote: > > > Author: emaste > > Date: Wed Nov 15 18:40:40 2017 > > New Revision:

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Nov 15, 2017 11:47 AM, "Rodney W. Grimes" > wrote: > > > Author: emaste > > Date: Wed Nov 15 18:40:40 2017 > > New Revision: 325860 > > URL: https://svnweb.freebsd.org/changeset/base/325860 > > > > Log: > >

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Warner Losh
On Nov 15, 2017 11:47 AM, "Rodney W. Grimes" wrote: > Author: emaste > Date: Wed Nov 15 18:40:40 2017 > New Revision: 325860 > URL: https://svnweb.freebsd.org/changeset/base/325860 > > Log: > newfs: warn if newer than kernel > > Creating a UFS filesystem with

RE: svn commit: r325828 - head/usr.bin/fortune/datfiles

2017-11-15 Thread Cy Schubert
Tips become stale and can be themselves contentious. Just consider our bike sheds. Besides, people should read the handbook anyway. Let's simply remove fortune altogether. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Cy Schubert or

svn commit: r325863 - head/release

2017-11-15 Thread Glen Barber
Author: gjb Date: Wed Nov 15 19:14:44 2017 New Revision: 325863 URL: https://svnweb.freebsd.org/changeset/base/325863 Log: Only copy /etc/resolv.conf to ${CHROOTDIR} if /etc/resolv.conf does not already exist within ${CHROOTDIR}. This allows re-using a build chroot with CHROOTBUILD_SKIP

svn commit: r325862 - head/release/arm

2017-11-15 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 15 19:04:23 2017 New Revision: 325862 URL: https://svnweb.freebsd.org/changeset/base/325862 Log: release: Update u-boot and firmware file for RPI2 target The u-boot port for RPI-2 was updated to use u-boot-master, this cause an update in u-boot version to

svn commit: r325861 - head/release/arm

2017-11-15 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 15 19:03:06 2017 New Revision: 325861 URL: https://svnweb.freebsd.org/changeset/base/325861 Log: release: Update u-boot and firmware file for RPI-B target THe u-boot port for RPI-B was updated to use u-boot-master, this cause an update in u-boot version to

Re: svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Rodney W. Grimes
> Author: emaste > Date: Wed Nov 15 18:40:40 2017 > New Revision: 325860 > URL: https://svnweb.freebsd.org/changeset/base/325860 > > Log: > newfs: warn if newer than kernel > > Creating a UFS filesystem with a newfs newer than the running kernel, > and then mounting that filesystem, can

svn commit: r325860 - head/sbin/newfs

2017-11-15 Thread Ed Maste
Author: emaste Date: Wed Nov 15 18:40:40 2017 New Revision: 325860 URL: https://svnweb.freebsd.org/changeset/base/325860 Log: newfs: warn if newer than kernel Creating a UFS filesystem with a newfs newer than the running kernel, and then mounting that filesystem, can lead to interesting

svn commit: r325859 - head

2017-11-15 Thread Ed Maste
Author: emaste Date: Wed Nov 15 18:03:31 2017 New Revision: 325859 URL: https://svnweb.freebsd.org/changeset/base/325859 Log: Sort pkgbase mtree metadata, for reproducible builds Packaged base packages are created by running the stageworld and stagekernel targets with -DNO_ROOT, and

Re: svn commit: r325844 - stable/11/lib/libutil

2017-11-15 Thread Rodney W. Grimes
> Author: bapt > Date: Wed Nov 15 12:17:51 2017 > New Revision: 325844 > URL: https://svnweb.freebsd.org/changeset/base/325844 > > Log: > MFC r325716: > > Fix some nroff style issue > > Modified: > stable/11/lib/libutil/hexdump.3 > Directory Properties: > stable/11/ (props changed)

Re: svn commit: r325828 - head/usr.bin/fortune/datfiles

2017-11-15 Thread Benno Rice
> On Nov 15, 2017, at 06:54, Jeremie Le Hen wrote: > > Hi Benno, > > On Tue, Nov 14, 2017 at 10:18 PM, Benno Rice > wrote: >> Author: benno >> Date: Tue Nov 14 21:18:30 2017 >> New Revision: 325828 >> URL:

svn commit: r325858 - in stable/11: sys/compat/cloudabi sys/compat/cloudabi32 sys/compat/cloudabi64 sys/contrib/cloudabi usr.bin/truss

2017-11-15 Thread Ed Schouten
Author: ed Date: Wed Nov 15 15:56:08 2017 New Revision: 325858 URL: https://svnweb.freebsd.org/changeset/base/325858 Log: MFC r324727 and r32: Import the latest CloudABI definitions, version 0.16. The most important change in this release is the removal of the poll_fd()

svn commit: r325857 - head/sys/cam

2017-11-15 Thread Alan Somers
Author: asomers Date: Wed Nov 15 15:52:06 2017 New Revision: 325857 URL: https://svnweb.freebsd.org/changeset/base/325857 Log: Remove a double free(9) in xpt_bus_register In xpt_bus_register(), remove superfluous call to free(). This was mostly benign since free(9) checks for NULL

svn commit: r325856 - stable/11/contrib/elftoolchain/readelf

2017-11-15 Thread John Baldwin
Author: jhb Date: Wed Nov 15 15:24:28 2017 New Revision: 325856 URL: https://svnweb.freebsd.org/changeset/base/325856 Log: MFC 323588: Recognize NT_PTLWPINFO and NT_ARM_VFP in FreeBSD ELF cores. Modified: stable/11/contrib/elftoolchain/readelf/readelf.c Directory Properties: stable/11/

svn commit: r325855 - head/share/man/man7

2017-11-15 Thread Warner Losh
Author: imp Date: Wed Nov 15 15:02:45 2017 New Revision: 325855 URL: https://svnweb.freebsd.org/changeset/base/325855 Log: Replace Fx's with 'the' since expanding FreeBSD here didn't seem quite right. Sponsored by: Netflix Modified: head/share/man/man7/arch.7 Modified:

svn commit: r325854 - head/share/man/man7

2017-11-15 Thread Warner Losh
Author: imp Date: Wed Nov 15 15:00:02 2017 New Revision: 325854 URL: https://svnweb.freebsd.org/changeset/base/325854 Log: Reword a bit for clarity. Sponsored by: Netflix Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/arch.7

Re: svn commit: r325828 - head/usr.bin/fortune/datfiles

2017-11-15 Thread Jeremie Le Hen
Hi Benno, On Tue, Nov 14, 2017 at 10:18 PM, Benno Rice wrote: > Author: benno > Date: Tue Nov 14 21:18:30 2017 > New Revision: 325828 > URL: https://svnweb.freebsd.org/changeset/base/325828 > > Log: > Remove all fortune datfiles except freebsd-tips. > > Humour is a funny

svn commit: r325853 - stable/11/sys/i386/i386

2017-11-15 Thread Konstantin Belousov
Author: kib Date: Wed Nov 15 14:35:42 2017 New Revision: 325853 URL: https://svnweb.freebsd.org/changeset/base/325853 Log: MFC r325553: Remove useless DEBUG printfs in i386 sendsig() implementations. Modified: stable/11/sys/i386/i386/machdep.c Directory Properties: stable/11/ (props

svn commit: r325852 - in head/sys: sys vm

2017-11-15 Thread Konstantin Belousov
Author: kib Date: Wed Nov 15 13:41:03 2017 New Revision: 325852 URL: https://svnweb.freebsd.org/changeset/base/325852 Log: vmtotal: extend memory counters to accomodate for current and future hardware sizes. 32bit counters already overflow on approachable virtual memory page counts,

svn commit: r325851 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:48:36 2017 New Revision: 325851 URL: https://svnweb.freebsd.org/changeset/base/325851 Log: remove the poor emulation of the IllumOS needfree global variable to prevent the ARC reclaim thread running longer than needed. Update the arc::needfree dtrace

svn commit: r325850 - head/sbin/pfctl

2017-11-15 Thread Kristof Provost
Author: kp Date: Wed Nov 15 12:27:02 2017 New Revision: 325850 URL: https://svnweb.freebsd.org/changeset/base/325850 Log: pfctl: teach route-to to deal with interfaces with multiple addresses The route_host parsing code set the interface name, but only for the first node_host in the

svn commit: r325849 - stable/10/share/misc

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:23:01 2017 New Revision: 325849 URL: https://svnweb.freebsd.org/changeset/base/325849 Log: MFC r325737: Update to 2017.10.21 Modified: stable/10/share/misc/pci_vendors Directory Properties: stable/10/ (props changed) Modified:

svn commit: r325848 - stable/11/share/misc

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:22:56 2017 New Revision: 325848 URL: https://svnweb.freebsd.org/changeset/base/325848 Log: MFC r325737: Update to 2017.10.21 Modified: stable/11/share/misc/pci_vendors Directory Properties: stable/11/ (props changed) Modified:

svn commit: r325847 - stable/10/usr.bin/rctl

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:21:06 2017 New Revision: 325847 URL: https://svnweb.freebsd.org/changeset/base/325847 Log: MFC r325717: Remove __unused attributed on arguments that are actually used Modified: stable/10/usr.bin/rctl/rctl.c Directory Properties: stable/10/ (props

svn commit: r325846 - stable/11/usr.bin/rctl

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:20:53 2017 New Revision: 325846 URL: https://svnweb.freebsd.org/changeset/base/325846 Log: MFC r325717: Remove __unused attributed on arguments that are actually used Modified: stable/11/usr.bin/rctl/rctl.c Directory Properties: stable/11/ (props

svn commit: r325845 - stable/10/lib/libutil

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:19:11 2017 New Revision: 325845 URL: https://svnweb.freebsd.org/changeset/base/325845 Log: MFC r325716: Fix some nroff style issue Modified: stable/10/lib/libutil/hexdump.3 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r325844 - stable/11/lib/libutil

2017-11-15 Thread Baptiste Daroussin
Author: bapt Date: Wed Nov 15 12:17:51 2017 New Revision: 325844 URL: https://svnweb.freebsd.org/changeset/base/325844 Log: MFC r325716: Fix some nroff style issue Modified: stable/11/lib/libutil/hexdump.3 Directory Properties: stable/11/ (props changed) Modified:

svn commit: r325841 - in head/sys: conf dev/mlx4 dev/mlx4/mlx4_core dev/mlx4/mlx4_en dev/mlx4/mlx4_ib modules/mlx4

2017-11-15 Thread Hans Petter Selasky
Author: hselasky Date: Wed Nov 15 11:14:39 2017 New Revision: 325841 URL: https://svnweb.freebsd.org/changeset/base/325841 Log: Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. Background: The coming ibcore update forces an update of mlx4ib(4) which in turn requires an

Re: svn commit: r325825 - head/sys/kern

2017-11-15 Thread Bruce Evans
On Tue, 14 Nov 2017, Ed Maste wrote: Log: disallow clock_settime too far in the future to avoid panic clock_ts_to_ct has a KASSERT that the converted year fits into four digits. By default (sysctl debug.allow_insane_settime is 0) the kernel disallows a time too far in the future, using a