svn commit: r324743 - head/sys/vm

2017-10-18 Thread Alan Cox
Author: alc Date: Thu Oct 19 04:13:47 2017 New Revision: 324743 URL: https://svnweb.freebsd.org/changeset/base/324743 Log: Batch atomic updates to the number of active, inactive, and laundry pages by vm_object_terminate_pages(). For example, for a "buildworld" workload, this batching reduce

Re: svn commit: r324732 - head/usr.sbin/jail

2017-10-18 Thread Nathan Whitehorn
Is this even true? Don't you want to run bsdconfig? We split that functionality out from the installer when sysinstall was replaced. -Nathan On 10/18/17 15:56, Benjamin Kaduk wrote: Author: bjk (doc committer) Date: Wed Oct 18 22:56:46 2017 New Revision: 324732 URL: https://svnweb.freebsd.org/c

svn commit: r324742 - head/sys/powerpc/conf

2017-10-18 Thread Justin Hibbits
Author: jhibbits Date: Thu Oct 19 03:38:53 2017 New Revision: 324742 URL: https://svnweb.freebsd.org/changeset/base/324742 Log: Add some more devices to the MPC85XX-based configs These devices bring the configs closer to a desktop-like (GENERIC) kernel config. * The Freescale DIU suppor

svn commit: r324741 - in releng/10.4: . contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/rsn_supp contrib/wpa/wpa_supplicant sys/conf

2017-10-18 Thread Gordon Tetlow
Author: gordon Date: Thu Oct 19 03:20:17 2017 New Revision: 324741 URL: https://svnweb.freebsd.org/changeset/base/324741 Log: Fix WPA2 protocol vulnerability. [SA-17:07] Approved by: so Modified: releng/10.4/UPDATING releng/10.4/contrib/wpa/src/ap/wpa_auth.c releng/10.4/contrib/wpa/

Re: svn commit: r324738 - in head/etc: defaults periodic/daily rc.d

2017-10-18 Thread Cy Schubert
In message <201710190317.v9j3ho8i000...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Thu Oct 19 03:17:50 2017 > New Revision: 324738 > URL: https://svnweb.freebsd.org/changeset/base/324738 > > Log: > Anticongestion refinements for ntpd rc script. This reverts r324681 > and chec

svn commit: r324740 - in releng/10.3: . contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/rsn_supp contrib/wpa/wpa_supplicant sys/conf

2017-10-18 Thread Gordon Tetlow
Author: gordon Date: Thu Oct 19 03:19:42 2017 New Revision: 324740 URL: https://svnweb.freebsd.org/changeset/base/324740 Log: Fix WPA2 protocol vulnerability. [SA-17:07] Approved by: so Modified: releng/10.3/UPDATING releng/10.3/contrib/wpa/src/ap/wpa_auth.c releng/10.3/contrib/wpa/

svn commit: r324739 - in stable/10/contrib/wpa: src/ap src/common src/rsn_supp wpa_supplicant

2017-10-18 Thread Gordon Tetlow
Author: gordon Date: Thu Oct 19 03:18:22 2017 New Revision: 324739 URL: https://svnweb.freebsd.org/changeset/base/324739 Log: Update wpa_supplicant/hostapd for 2017-01 vulnerability release. Note this is a different patchset than what was applied to head and stable/11 due to the much olde

svn commit: r324738 - in head/etc: defaults periodic/daily rc.d

2017-10-18 Thread Cy Schubert
Author: cy Date: Thu Oct 19 03:17:50 2017 New Revision: 324738 URL: https://svnweb.freebsd.org/changeset/base/324738 Log: Anticongestion refinements for ntpd rc script. This reverts r324681 and checks if ntp leapfile needs fetching before entering into the anticongestion sleep. Unfortun

svn commit: r324737 - head/sys/powerpc/mpc85xx

2017-10-18 Thread Justin Hibbits
Author: jhibbits Date: Thu Oct 19 02:14:39 2017 New Revision: 324737 URL: https://svnweb.freebsd.org/changeset/base/324737 Log: Remove some unnecessary includes Modified: head/sys/powerpc/mpc85xx/fsl_diu.c Modified: head/sys/powerpc/mpc85xx/fsl_diu.c =

svn commit: r324736 - head/sys/kern

2017-10-18 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 19 01:38:31 2017 New Revision: 324736 URL: https://svnweb.freebsd.org/changeset/base/324736 Log: sysctl: only take mem lock if oldlen is > 4 * PAGE_SIZE The previous limit of just one page is hit by ps. The entire mechanism should be reworked, if not whacked.

svn commit: r324735 - head/sys/kern

2017-10-18 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 19 00:46:15 2017 New Revision: 324735 URL: https://svnweb.freebsd.org/changeset/base/324735 Log: execve: avoid one proc lock/unlock trip unless PTRACE_EXEC is set MFC after:1 week Modified: head/sys/kern/kern_exec.c Modified: head/sys/kern/kern_exec.c =

svn commit: r324734 - head/sys/kern

2017-10-18 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 19 00:38:14 2017 New Revision: 324734 URL: https://svnweb.freebsd.org/changeset/base/324734 Log: Tidy up pmc support at execve. The proc-specific check is inherently racy, so the code can just unlock beforehand. MFC after:1 week Modified: head/sys/ker

svn commit: r324733 - head/sys/kern

2017-10-18 Thread Mateusz Guzik
Author: mjg Date: Thu Oct 19 00:31:00 2017 New Revision: 324733 URL: https://svnweb.freebsd.org/changeset/base/324733 Log: sysvsem: check if semu_list has anything on it before grabbing the lock This should get a process-specific support instead. MFC after:1 week Modified: head/

svn commit: r324732 - head/usr.sbin/jail

2017-10-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed Oct 18 22:56:46 2017 New Revision: 324732 URL: https://svnweb.freebsd.org/changeset/base/324732 Log: Adopt jail.8 to our brave new bsdinstall world Submitted by: Steve Kargl MFC after:3 days Modified: head/usr.sbin/jail/jail.8 Modified: head/u

svn commit: r324731 - head/sys/kern

2017-10-18 Thread Mateusz Guzik
Author: mjg Date: Wed Oct 18 22:00:44 2017 New Revision: 324731 URL: https://svnweb.freebsd.org/changeset/base/324731 Log: Don't take Giant for SMP status and cpu topology sysctls. Not only this lock doesn't play any role here, dirtying it slows down other things a little bit as giant-hel

svn commit: r324730 - head/sys/netinet

2017-10-18 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 18 21:08:35 2017 New Revision: 324730 URL: https://svnweb.freebsd.org/changeset/base/324730 Log: Fix a signed/unsigned warning. MFC after:1 week Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c ===

svn commit: r324729 - head/sys/netinet

2017-10-18 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 18 20:17:44 2017 New Revision: 324729 URL: https://svnweb.freebsd.org/changeset/base/324729 Log: Abort an SCTP association, when a DATA chunk is followed by an unknown chunk with a length smaller than the minimum length. Thanks to Felix Weinrank for making me

svn commit: r324728 - in head/sys/dev: qlnx/qlnxe qlxgb qlxgbe qlxge

2017-10-18 Thread Ryan Libby
Author: rlibby Date: Wed Oct 18 19:28:28 2017 New Revision: 324728 URL: https://svnweb.freebsd.org/changeset/base/324728 Log: ql*_def.h: fix QL_ALIGN parenthesization QL_ALIGN is a set of copies of roundup2, but it was missing an outer set of parentheses, which began to matter with r32453

svn commit: r324727 - in head: sys/compat/cloudabi sys/compat/cloudabi32 sys/compat/cloudabi64 sys/contrib/cloudabi usr.bin/truss

2017-10-18 Thread Ed Schouten
Author: ed Date: Wed Oct 18 19:22:53 2017 New Revision: 324727 URL: https://svnweb.freebsd.org/changeset/base/324727 Log: Import the latest CloudABI definitions, version 0.16. The most important change in this release is the removal of the poll_fd() system call; CloudABI's equivalent of k

svn commit: r324726 - head/sys/netinet

2017-10-18 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 18 18:59:35 2017 New Revision: 324726 URL: https://svnweb.freebsd.org/changeset/base/324726 Log: Revert change which got in accidently. Modified: head/sys/netinet/ip_fw.h Modified: head/sys/netinet/ip_fw.h =

svn commit: r324725 - head/sys/netinet

2017-10-18 Thread Michael Tuexen
Author: tuexen Date: Wed Oct 18 18:56:56 2017 New Revision: 324725 URL: https://svnweb.freebsd.org/changeset/base/324725 Log: Fix a bug introduced in r324638. Thanks to Felix Weinrank for making me aware of this. MFC after:3 days Modified: head/sys/netinet/ip_fw.h head/sys/netine

svn commit: r324724 - in head/sys: conf mips/mips

2017-10-18 Thread John Baldwin
Author: jhb Date: Wed Oct 18 17:23:16 2017 New Revision: 324724 URL: https://svnweb.freebsd.org/changeset/base/324724 Log: Remove CPU_HAVEFPU. Instead, use a runtime decision to handle COP1 traps. If floating point support is present in the current CPU, enable saving of the floating poin

svn commit: r324723 - head/tools/build

2017-10-18 Thread Brad Davis
Author: brd (doc,ports committer) Date: Wed Oct 18 15:48:26 2017 New Revision: 324723 URL: https://svnweb.freebsd.org/changeset/base/324723 Log: Teach beinstall to use and prefer svnlite, with a fallback to svn. Approved by: will Modified: head/tools/build/beinstall.sh Modified: head/t

svn commit: r324722 - in head/sys: amd64/amd64 arm/arm arm64/arm64 i386/i386 kern mips/mips sparc64/sparc64 sys

2017-10-18 Thread Mark Johnston
Author: markj Date: Wed Oct 18 15:38:05 2017 New Revision: 324722 URL: https://svnweb.freebsd.org/changeset/base/324722 Log: Move kernel dump offset tracking into MI code. All of the kernel dump implementations keep track of the current offset ("dumplo") within the dump device. However, e

svn commit: r324721 - in head/share/man: man5 man8

2017-10-18 Thread Stefan Esser
Author: se Date: Wed Oct 18 13:25:44 2017 New Revision: 324721 URL: https://svnweb.freebsd.org/changeset/base/324721 Log: Add references to sysrc(8). Reported by: Kurt Jaeger (lists at opsec.eu) Modified: head/share/man/man5/rc.conf.5 head/share/man/man8/rc.8 Modified: head/share/man

Re: svn commit: r324716 - head/sys/vm

2017-10-18 Thread Alexey Dokuchaev
On Wed, Oct 18, 2017 at 07:27:43AM +, Konstantin Belousov wrote: > New Revision: 324716 > URL: https://svnweb.freebsd.org/changeset/base/324716 > > Log: > Do not report reduction of swap zone if it was not. > > After r324600 we see the actual reservation. > > [...] > --- head/sys/vm/

svn commit: r324720 - stable/11/usr.sbin/ctld

2017-10-18 Thread Baptiste Daroussin
Author: bapt Date: Wed Oct 18 08:18:01 2017 New Revision: 324720 URL: https://svnweb.freebsd.org/changeset/base/324720 Log: MFC r324623: Fix ctld segfaulting when using ucl conf file format and having duplicated lun or target Submitted by: Nikita Kozlov Sponsored by: blade Diffe

svn commit: r324719 - head/sys/boot/libsa

2017-10-18 Thread Toomas Soome
Author: tsoome Date: Wed Oct 18 08:06:05 2017 New Revision: 324719 URL: https://svnweb.freebsd.org/changeset/base/324719 Log: libsa/ip: stop read loop on bad fragments Lets try to clear out from case of overlapping etc fragments and stop read. Reported by: Dan McDonald Modified: he

svn commit: r324718 - stable/11/sys/kern

2017-10-18 Thread Konstantin Belousov
Author: kib Date: Wed Oct 18 08:05:46 2017 New Revision: 324718 URL: https://svnweb.freebsd.org/changeset/base/324718 Log: MFC r324528: In tc_windup(), do not re-calculate bintime. Modified: stable/11/sys/kern/kern_tc.c Directory Properties: stable/11/ (props changed) Modified: stable/

Re: svn commit: r324713 - head/sys/fs/ext2fs

2017-10-18 Thread Ryan Libby
On Tue, Oct 17, 2017 at 11:21 PM, Fedor Uporov wrote: > Ryan, > > Seems like, I lost the dual declaration when made the merging and then did > not check the gcc build. > > Thanks for fix. > No problem. Welcome aboard. ___ svn-src-all@freebsd.org mailin

svn commit: r324717 - head/sys/boot/libsa

2017-10-18 Thread Toomas Soome
Author: tsoome Date: Wed Oct 18 07:39:21 2017 New Revision: 324717 URL: https://svnweb.freebsd.org/changeset/base/324717 Log: libsa/ip.c: misplaced comment, ip_v is half char, not ip_p The comment should be at previous line. Reported by: Dan McDonald Modified: head/sys/boot/libsa/i

svn commit: r324716 - head/sys/vm

2017-10-18 Thread Konstantin Belousov
Author: kib Date: Wed Oct 18 07:27:43 2017 New Revision: 324716 URL: https://svnweb.freebsd.org/changeset/base/324716 Log: Do not report reduction of swap zone if it was not. After r324600 we see the actual reservation. Reported by: jkim Sponsored by: The FreeBSD Foundation MFC af