svn commit: r319597 - head/sys/mips/mips

2017-06-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 5 10:59:47 2017 New Revision: 319597 URL: https://svnweb.freebsd.org/changeset/base/319597 Log: Remove extraneous parentheses. Sponsored by: DARPA, AFRL Modified: head/sys/mips/mips/stack_machdep.c Modified: head/sys/mips/mips/stack_machdep.c ===

svn commit: r319598 - head/sys/mips/mips

2017-06-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jun 5 11:04:22 2017 New Revision: 319598 URL: https://svnweb.freebsd.org/changeset/base/319598 Log: Remove unused tlb_write_random(). Sponsored by: DARPA, AFRL Modified: head/sys/mips/mips/tlb.c Modified: head/sys/mips/mips/tlb.c

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

2017-06-05 Thread Konstantin Belousov
Author: kib Date: Mon Jun 5 11:40:30 2017 New Revision: 319600 URL: https://svnweb.freebsd.org/changeset/base/319600 Log: Add sysctl vfs.ino64_trunc_error controlling action on truncating inode number or link count for the ABI compat binaries. Right now, and by default after the change,

Re: svn commit: r319507 - head/sys/fs/msdosfs

2017-06-05 Thread Bruce Evans
On Sun, 4 Jun 2017, Bryan Drewery wrote: On 6/4/17 4:27 PM, Ed Maste wrote: On 4 June 2017 at 14:06, Bryan Drewery wrote: In r189170. It seems to me we should change systm.h back to a macro #define memmove(dst, src, len) bcopy((src), (dst), (len)) Note that they're not quite equivalent: me

svn commit: r319601 - head/lib/libmd

2017-06-05 Thread Toomas Soome
Author: tsoome Date: Mon Jun 5 11:55:26 2017 New Revision: 319601 URL: https://svnweb.freebsd.org/changeset/base/319601 Log: ANSIfy md5 functions Update the function declarations. Reviewed by: dim Differential Revision:https://reviews.freebsd.org/D11055 Modified: head/li

svn commit: r319602 - head/bin/pkill

2017-06-05 Thread Bryan Drewery
Author: bdrewery Date: Mon Jun 5 16:00:10 2017 New Revision: 319602 URL: https://svnweb.freebsd.org/changeset/base/319602 Log: Clarify -q is only for pgrep. MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/bin/pkill/pkill.1 Modified: head/bin/pkill/pkill.1 ==

svn commit: r319603 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 17:05:06 2017 New Revision: 319603 URL: https://svnweb.freebsd.org/changeset/base/319603 Log: Create a hard link for sun7i-a20-cubieboard2.dtb to allow the cubieboard2 to find the correct dtb file. MFC after:3 days Sponsored by: The FreeBSD Foundation M

svn commit: r319604 - in head/sys: kern sys vm

2017-06-05 Thread Alan Cox
Author: alc Date: Mon Jun 5 17:14:16 2017 New Revision: 319604 URL: https://svnweb.freebsd.org/changeset/base/319604 Log: Halve the memory being internally allocated by the blist allocator. In short, half of the memory that is allocated to implement the radix tree is wasted because we did

Re: svn commit: r318441 - in head/etc: . cron.d

2017-06-05 Thread Don Lewis
On 3 Jun, Rodney W. Grimes wrote: > As far as fixing the builds for optional stuff that is rather > easily done in the Makefile with some if's to build a list of > files that can then be catted to conf.foo, using m4 or even > cpp to pre process conf.foo.src, etc, several very easy ways > to solv

svn commit: r319605 - head/sys/vm

2017-06-05 Thread Alan Cox
Author: alc Date: Mon Jun 5 18:07:56 2017 New Revision: 319605 URL: https://svnweb.freebsd.org/changeset/base/319605 Log: The variable "breakout" is used like a Boolean, so actually define it as one. Reviewed by: kib MFC after:5 days Modified: head/sys/vm/vm_pageout.c Modified

svn commit: r319608 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 19:41:06 2017 New Revision: 319608 URL: https://svnweb.freebsd.org/changeset/base/319608 Log: Fix the source path for the cubieboard2 dtb hard link. MFC after:3 days MFC with: r319603 Sponsored by: The FreeBSD Foundation Modified: head/release/arm

svn commit: r319609 - head/release/arm

2017-06-05 Thread Glen Barber
Author: gjb Date: Mon Jun 5 20:18:55 2017 New Revision: 319609 URL: https://svnweb.freebsd.org/changeset/base/319609 Log: Revert r319608, the dtb path was correct the first time. Sigh. MFC after:3 days MFC with: r319603, r319608 Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r318441 - in head/etc: . cron.d

2017-06-05 Thread Ngie Cooper
On Mon, Jun 5, 2017 at 10:33 AM, Don Lewis wrote: > On 3 Jun, Rodney W. Grimes wrote: > >> As far as fixing the builds for optional stuff that is rather >> easily done in the Makefile with some if's to build a list of >> files that can then be catted to conf.foo, using m4 or even >> cpp to pre pr

Re: svn commit: r319590 - head/tests/sys/aio

2017-06-05 Thread Ngie Cooper
On Sun, Jun 4, 2017 at 2:39 PM, Jilles Tjoelker wrote: > Author: jilles > Date: Sun Jun 4 21:39:37 2017 > New Revision: 319590 > URL: https://svnweb.freebsd.org/changeset/base/319590 > > Log: > tests/sys/aio: Add missing mode to open() calls with O_CREAT. Thanks -- this will need to be MFCed.

svn commit: r319610 - head/usr.sbin/sesutil

2017-06-05 Thread Allan Jude
Author: allanjude Date: Tue Jun 6 02:03:22 2017 New Revision: 319610 URL: https://svnweb.freebsd.org/changeset/base/319610 Log: usr.sbin/sesutil: 'locate all off' does not deactivate empty slots PR: 217409 Reported by: asomers Reviewed by: asomers, bapt MFC after:1 we

svn commit: r319611 - in head: sys/kern sys/sys usr.sbin/jail

2017-06-05 Thread Allan Jude
Author: allanjude Date: Tue Jun 6 02:15:00 2017 New Revision: 319611 URL: https://svnweb.freebsd.org/changeset/base/319611 Log: Jails: Optionally prevent jailed root from binding to privileged ports You may now optionally specify allow.noreserved_ports to prevent root inside a jail from

svn commit: r319612 - in head/sys: kern vm

2017-06-05 Thread Alan Cox
Author: alc Date: Tue Jun 6 03:32:17 2017 New Revision: 319612 URL: https://svnweb.freebsd.org/changeset/base/319612 Log: When the function blist_fill() was added to the kernel in r107913, the swap pager used a different scheme for striping the allocation of swap space across multiple devic

svn commit: r319613 - head/lib/libc/tests/stdlib

2017-06-05 Thread Will Andrews
Author: will Date: Tue Jun 6 03:40:45 2017 New Revision: 319613 URL: https://svnweb.freebsd.org/changeset/base/319613 Log: tsearch_test: Test twalk & add some determinism. Modified: head/lib/libc/tests/stdlib/tsearch_test.c Modified: head/lib/libc/tests/stdlib/tsearch_test.c ===