Re: svn commit: r325504 - head/lib/libclang_rt

2017-11-07 Thread Ngie Cooper (yaneurabeya)
> On Nov 7, 2017, at 11:20, Bryan Drewery wrote: > > On 11/6/2017 10:26 PM, Ngie Cooper wrote: >> Author: ngie >> Date: Tue Nov 7 06:26:48 2017 >> New Revision: 325504 >> URL: https://svnweb.freebsd.org/changeset/base/325504 >> >> Log: >> Redo r325502 >> >> :U:Mfoo

svn commit: r325531 - head

2017-11-07 Thread Warner Losh
Author: imp Date: Wed Nov 8 03:10:40 2017 New Revision: 325531 URL: https://svnweb.freebsd.org/changeset/base/325531 Log: Propagate the same condition for obsolete files as we use to generate the new armhf binaries. Sponsored by: Netflix Modified: head/ObsoleteFiles.inc Modified:

svn commit: r325530 - in head/sys: amd64/amd64 arm64/arm64 fs/tmpfs kern mips/mips powerpc/aim powerpc/powerpc sparc64/sparc64 vm x86/iommu

2017-11-07 Thread Jeff Roberson
Author: jeff Date: Wed Nov 8 02:39:37 2017 New Revision: 325530 URL: https://svnweb.freebsd.org/changeset/base/325530 Log: Replace manyinstances of VM_WAIT with blocking page allocation flags similar to the kernel memory allocator. This simplifies NUMA allocation because the domain will

svn commit: r325529 - head

2017-11-07 Thread Bryan Drewery
Author: bdrewery Date: Wed Nov 8 02:28:24 2017 New Revision: 325529 URL: https://svnweb.freebsd.org/changeset/base/325529 Log: AUTO_OBJ: Don't create TARGET. directories during 'make universe'. Reported by: rpokala Sponsored by: Dell EMC Isilon Modified: head/Makefile Modified:

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

2017-11-07 Thread Mark Johnston
On Wed, Nov 08, 2017 at 01:53:03AM +, Mark Johnston wrote: > Author: markj > Date: Wed Nov 8 01:53:03 2017 > New Revision: 325528 > URL: https://svnweb.freebsd.org/changeset/base/325528 > > Log: > Correct the type of foff. > > No functional change intended. Sorry for not clarifying

svn commit: r325528 - head/sys/vm

2017-11-07 Thread Mark Johnston
Author: markj Date: Wed Nov 8 01:53:03 2017 New Revision: 325528 URL: https://svnweb.freebsd.org/changeset/base/325528 Log: Correct the type of foff. No functional change intended. Github PR:124 Submitted by: Wuyang Chung MFC after:1 week

svn commit: r325527 - head/sys/dev/iicbus

2017-11-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 8 01:28:20 2017 New Revision: 325527 URL: https://svnweb.freebsd.org/changeset/base/325527 Log: DS1307: Add the mcp7941x enable bit Summary: Existing code recognizes the mcp7941x RTC, but this RTC has an enable bit at the same location as the "Clock

svn commit: r325526 - in head/sys/powerpc: include powerpc

2017-11-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 8 01:26:44 2017 New Revision: 325526 URL: https://svnweb.freebsd.org/changeset/base/325526 Log: Add the ISEL feature macro for those powerpc cores that have it This is mostly for completeness, we don't currently use it for anything else. Modified:

svn commit: r325525 - in head/sys/powerpc: booke powerpc

2017-11-07 Thread Justin Hibbits
Author: jhibbits Date: Wed Nov 8 01:23:37 2017 New Revision: 325525 URL: https://svnweb.freebsd.org/changeset/base/325525 Log: Clear the WE bit in C code rather than the asm According to EREF rlwinm is supposed to clear the upper 32 bits of the register of 64-bit cores. However, from

svn commit: r325524 - head/lib/libcasper/libcasper

2017-11-07 Thread Glen Barber
Author: gjb Date: Wed Nov 8 01:00:59 2017 New Revision: 325524 URL: https://svnweb.freebsd.org/changeset/base/325524 Log: Fix the 'casper' package, following r325062. Submitted by: woodsb02 Sponsored by: The FreeBSD Foundation Modified: head/lib/libcasper/libcasper/Makefile

svn commit: r325523 - stable/11/contrib/llvm/lib/Support/Unix

2017-11-07 Thread Ed Maste
Author: emaste Date: Wed Nov 8 00:39:04 2017 New Revision: 325523 URL: https://svnweb.freebsd.org/changeset/base/325523 Log: MFC r325420: lld: accept EINVAL to indicate posix_fallocate is unsupported As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to indicate that the

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread Konstantin Belousov
On Tue, Nov 07, 2017 at 11:00:33AM -0800, John Baldwin wrote: > On Tuesday, November 07, 2017 07:44:31 PM Konstantin Belousov wrote: > > On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote: > > > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote: > > > > On Tuesday,

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread John Baldwin
On Tuesday, November 07, 2017 07:44:31 PM Konstantin Belousov wrote: > On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote: > > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote: > > > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote: > > > > Author:

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread Warner Losh
On Tue, Nov 7, 2017 at 10:44 AM, Konstantin Belousov wrote: > On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote: > > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote: > > > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote: > >

Re: svn commit: r325504 - head/lib/libclang_rt

2017-11-07 Thread Bryan Drewery
On 11/6/2017 10:26 PM, Ngie Cooper wrote: > Author: ngie > Date: Tue Nov 7 06:26:48 2017 > New Revision: 325504 > URL: https://svnweb.freebsd.org/changeset/base/325504 > > Log: > Redo r325502 > > :U:Mfoo expands to :Mfoo, apparently. Explicit check for CPUTYPE being > defined, and test

svn commit: r325521 - svnadmin/conf

2017-11-07 Thread Matthew Seaman
Author: matthew (ports committer) Date: Tue Nov 7 19:12:20 2017 New Revision: 325521 URL: https://svnweb.freebsd.org/changeset/base/325521 Log: Take in ngie's commit bit at their own request. Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r325520 - head/share/mk

2017-11-07 Thread Bryan Drewery
Author: bdrewery Date: Tue Nov 7 18:20:08 2017 New Revision: 325520 URL: https://svnweb.freebsd.org/changeset/base/325520 Log: Reenable AUTO_OBJ by default. The problem with it was a bogus .OBJDIR in some cases where creation of object directories were purposely not attempted, such as

svn commit: r325519 - head/lib/libsysdecode

2017-11-07 Thread John Baldwin
Author: jhb Date: Tue Nov 7 17:45:39 2017 New Revision: 325519 URL: https://svnweb.freebsd.org/changeset/base/325519 Log: Wrap to 80 columns. No functional change. Modified: head/lib/libsysdecode/flags.c Modified: head/lib/libsysdecode/flags.c

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread Konstantin Belousov
On Tue, Nov 07, 2017 at 07:39:26PM +0200, Konstantin Belousov wrote: > On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote: > > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote: > > > Author: kib > > > Date: Tue Nov 7 09:29:14 2017 > > > New Revision: 325506 > > > URL:

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread Konstantin Belousov
On Tue, Nov 07, 2017 at 09:06:52AM -0800, John Baldwin wrote: > On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote: > > Author: kib > > Date: Tue Nov 7 09:29:14 2017 > > New Revision: 325506 > > URL: https://svnweb.freebsd.org/changeset/base/325506 > > > > Log: > > Add a place

Re: svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread John Baldwin
On Tuesday, November 07, 2017 09:29:15 AM Konstantin Belousov wrote: > Author: kib > Date: Tue Nov 7 09:29:14 2017 > New Revision: 325506 > URL: https://svnweb.freebsd.org/changeset/base/325506 > > Log: > Add a place for a driver to report rx timestamps in nanoseconds from > boot for the

svn commit: r325518 - in stable/11/sys: amd64/amd64 i386/i386

2017-11-07 Thread Tijl Coosemans
Author: tijl Date: Tue Nov 7 17:07:45 2017 New Revision: 325518 URL: https://svnweb.freebsd.org/changeset/base/325518 Log: MFC r325232 Set the return address for stack entry points to zero. Stack unwinders treat zero as a stop condition. The value on the stack can be non-zero

svn commit: r325517 - in head: share/man/man4 sys/cam/ctl

2017-11-07 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 7 16:59:52 2017 New Revision: 325517 URL: https://svnweb.freebsd.org/changeset/base/325517 Log: ctl: Make max_luns and max_ports tunable variables instead of hardcoded defines. Reviewed by: trasz (earlier version), bapt (earlier version), bcr (manpages) MFC

Re: svn commit: r325392 - head/etc/autofs

2017-11-07 Thread Alan Somers
On Sat, Nov 4, 2017 at 8:38 AM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Sat Nov 4 14:38:00 2017 > New Revision: 325392 > URL: https://svnweb.freebsd.org/changeset/base/325392 > > Log: > Add NIS automounter map, which supports rewriting of self-hosted locations

svn commit: r325516 - in head: lib/libc/gen sys/kern

2017-11-07 Thread Bartek Rutkowski
Author: robak (ports committer) Date: Tue Nov 7 15:13:32 2017 New Revision: 325516 URL: https://svnweb.freebsd.org/changeset/base/325516 Log: Make sysctl_kern_proc_umask execute fast path when requested pid in curproc->p_pid or 0, avoiding unnecessary locking. Update libc consumer to skip

svn commit: r325515 - head

2017-11-07 Thread Warner Losh
Author: imp Date: Tue Nov 7 15:01:38 2017 New Revision: 325515 URL: https://svnweb.freebsd.org/changeset/base/325515 Log: Note interactive shell errors for make buildenv and add a warning for people tempted to add back the || true to get rid of them. Sponsored by: Netflix Modified:

svn commit: r325514 - stable/10/sys/kern

2017-11-07 Thread Pedro F. Giffuni
Author: pfg Date: Tue Nov 7 14:28:10 2017 New Revision: 325514 URL: https://svnweb.freebsd.org/changeset/base/325514 Log: MFC r325397: ANSI-fy exec_shell_imgact(). Fix a stray space while here. PR: 223317 Modified: stable/10/sys/kern/imgact_shell.c Directory Properties:

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

2017-11-07 Thread Pedro F. Giffuni
Author: pfg Date: Tue Nov 7 14:25:09 2017 New Revision: 325513 URL: https://svnweb.freebsd.org/changeset/base/325513 Log: MFC r325397: ANSI-fy exec_shell_imgact(). Fix a stray space while here. PR: 223317 Modified: stable/11/sys/kern/imgact_shell.c Directory Properties:

svn commit: r325512 - head/sys/dev/ena

2017-11-07 Thread Marcin Wojtas
Author: mw Date: Tue Nov 7 13:26:11 2017 New Revision: 325512 URL: https://svnweb.freebsd.org/changeset/base/325512 Log: Change function validate_tx_req_id() to inline in ENA driver The function is in hot path of the driver (TX) and asking compiler for making this function inline was

svn commit: r325511 - head/sys/dev/ena

2017-11-07 Thread Marcin Wojtas
Author: mw Date: Tue Nov 7 13:20:41 2017 New Revision: 325511 URL: https://svnweb.freebsd.org/changeset/base/325511 Log: Fix ENA driver error handling in attach and basic style fixes The patch contains following changes: * In conditional checks, always check for NULL or 0 instead of

svn commit: r325510 - head/lib/libthr/tests

2017-11-07 Thread Warner Losh
Author: imp Date: Tue Nov 7 09:57:26 2017 New Revision: 325510 URL: https://svnweb.freebsd.org/changeset/base/325510 Log: Use MACHINE_CPUARCH in preference MACHINE for userland. Sponsored by: Netflix Modified: head/lib/libthr/tests/Makefile Modified: head/lib/libthr/tests/Makefile

svn commit: r325508 - head/lib/libclang_rt

2017-11-07 Thread Warner Losh
Author: imp Date: Tue Nov 7 09:47:05 2017 New Revision: 325508 URL: https://svnweb.freebsd.org/changeset/base/325508 Log: Correct the detection of hard float arm * Don't test MACHINE, it's irrelevant to userland and should never be used in userland Makefiles. * If we match armv[67]

svn commit: r325509 - head/sys/sys

2017-11-07 Thread Konstantin Belousov
Author: kib Date: Tue Nov 7 09:47:54 2017 New Revision: 325509 URL: https://svnweb.freebsd.org/changeset/base/325509 Log: Bump __FreeBSD_version after struct mbuf KBI breakage in r325506. Sponsored by: Mellanox Technologies Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r325507 - in head/sys: netinet netinet6 sys

2017-11-07 Thread Konstantin Belousov
Author: kib Date: Tue Nov 7 09:46:26 2017 New Revision: 325507 URL: https://svnweb.freebsd.org/changeset/base/325507 Log: Use hardware timestamps to report packet timestamps for SO_TIMESTAMP and other similar socket options. Provide new control message SCM_TIME_INFO to supply

svn commit: r325506 - in head: sbin/ifconfig sys/net sys/sys

2017-11-07 Thread Konstantin Belousov
Author: kib Date: Tue Nov 7 09:29:14 2017 New Revision: 325506 URL: https://svnweb.freebsd.org/changeset/base/325506 Log: Add a place for a driver to report rx timestamps in nanoseconds from boot for the received packets. The rcv_tstmp field overlaps the place of Ln header length