svn commit: r343896 - head/sbin/dhclient

2019-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 8 07:36:08 2019 New Revision: 343896 URL: https://svnweb.freebsd.org/changeset/base/343896 Log: Correctly return exit status from the exited process. This is also OpenBSD rev. 1.117, as pointed out by Ryan Moeller . Submitted by: Nash Kaminski MFC

svn commit: r343895 - in head: share/man/man4 sys/netgraph

2019-02-07 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 8 06:19:28 2019 New Revision: 343895 URL: https://svnweb.freebsd.org/changeset/base/343895 Log: Allow some nesting of ng_iface(4) interfaces and add a configuration knob. PR: 235500 MFC after:1 week Modified: head/share/man/man4/ng_iface.4

svn commit: r343891 - in head/sys: kern sys

2019-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 8 04:18:17 2019 New Revision: 343891 URL: https://svnweb.freebsd.org/changeset/base/343891 Log: Fix renameat(2) for CAPABILITIES kernels. When renameat(2) is used with: - absolute path for to; - tofd not set to AT_FDCWD; - the target exists

svn commit: r343890 - head/sys/kern

2019-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 8 04:06:48 2019 New Revision: 343890 URL: https://svnweb.freebsd.org/changeset/base/343890 Log: do_execve(): lock vnode when needed. Code after exec_fail_dealloc label expects that the image vnode is locked if present. When copyout() of the strings or auxv

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

2019-02-07 Thread Navdeep Parhar
Author: np Date: Fri Feb 8 03:31:38 2019 New Revision: 343889 URL: https://svnweb.freebsd.org/changeset/base/343889 Log: cxgbev(4): Initialize debug_flags from the environment like in the PF driver. Modified: head/sys/dev/cxgbe/t4_vf.c Modified: head/sys/dev/cxgbe/t4_vf.c

svn commit: r343884 - head/lib/libc/stdio

2019-02-07 Thread Brooks Davis
Author: brooks Date: Thu Feb 7 23:17:44 2019 New Revision: 343884 URL: https://svnweb.freebsd.org/changeset/base/343884 Log: GC a historical artifact. Back in 1993, the fgetln (then fgetline) interface was changed to not return a C string. The change was accomplished by ifdefing out

svn commit: r343882 - head/lib/libutil

2019-02-07 Thread Sean Eric Fagan
Author: sef Date: Thu Feb 7 22:10:20 2019 New Revision: 343882 URL: https://svnweb.freebsd.org/changeset/base/343882 Log: r343881 had an uninitialized error. This fixes that. PR: 233849 Reported by:Andre Albsmeier MFC after: 1 month Sponsored by: iXsystems

Re: svn commit: r343881 - head/lib/libutil

2019-02-07 Thread Bryan Drewery
On 2/7/19 1:51 PM, Sean Eric Fagan wrote: > Author: sef > Date: Thu Feb 7 21:51:39 2019 > New Revision: 343881 > URL: https://svnweb.freebsd.org/changeset/base/343881 > > Log: > r339008 broke repquota for UFS. This rectifies that. > > Refactor the function calls and tests so that, on

svn commit: r343881 - head/lib/libutil

2019-02-07 Thread Sean Eric Fagan
Author: sef Date: Thu Feb 7 21:51:39 2019 New Revision: 343881 URL: https://svnweb.freebsd.org/changeset/base/343881 Log: r339008 broke repquota for UFS. This rectifies that. Refactor the function calls and tests so that, on UFS, the proper fields are filled out. PR:

svn commit: r343880 - head/sbin/ipfw

2019-02-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 7 21:41:27 2019 New Revision: 343880 URL: https://svnweb.freebsd.org/changeset/base/343880 Log: Fix build of r343877 MFC after:2 weeks X-MFC-with: r343877 Pointyhat to: bdrewery Modified: head/sbin/ipfw/tables.c Modified:

svn commit: r343877 - head/sbin/ipfw

2019-02-07 Thread Bryan Drewery
Author: bdrewery Date: Thu Feb 7 21:05:44 2019 New Revision: 343877 URL: https://svnweb.freebsd.org/changeset/base/343877 Log: ipfw table list: Fix showing header outside of 'all'. Properly pass down is_all to table_show_list(). This restores the behavior before r272840 so that only

svn commit: r343876 - head/sys/arm64/arm64

2019-02-07 Thread Andrew Turner
Author: andrew Date: Thu Feb 7 20:58:45 2019 New Revision: 343876 URL: https://svnweb.freebsd.org/changeset/base/343876 Log: Add missing data barriers after storeing a new valid pagetable entry. When moving from an invalid to a valid entry we don't need to invalidate the tlb, however we

svn commit: r343875 - head/sys/arm64/arm64

2019-02-07 Thread Andrew Turner
Author: andrew Date: Thu Feb 7 20:50:39 2019 New Revision: 343875 URL: https://svnweb.freebsd.org/changeset/base/343875 Log: Add a missing data barrier to the start of arm64_tlb_flushID. We need to ensure the page table store has happened before the tlbi. Reported by: jchandra

svn commit: r343874 - head/etc/mtree

2019-02-07 Thread Emmanuel Vadot
Author: manu Date: Thu Feb 7 18:54:25 2019 New Revision: 343874 URL: https://svnweb.freebsd.org/changeset/base/343874 Log: mtree: Add dtb subdir to the mtree file makefs will fails otherwise Reported by: emaste MFC after:1 week Modified: head/etc/mtree/BSD.root.dist

svn commit: r343873 - head/sys/modules/dtb/allwinner

2019-02-07 Thread Emmanuel Vadot
Author: manu Date: Thu Feb 7 18:07:17 2019 New Revision: 343873 URL: https://svnweb.freebsd.org/changeset/base/343873 Log: arm64: dtb: allwinner: Add the new pine64-lts dtb file to the build MFC after:1 month X-MFC-With: r342936 Modified: head/sys/modules/dtb/allwinner/Makefile

svn commit: r343872 - head/sys/powerpc/powerpc

2019-02-07 Thread Leandro Lupori
Author: luporl Date: Thu Feb 7 17:30:44 2019 New Revision: 343872 URL: https://svnweb.freebsd.org/changeset/base/343872 Log: [ppc64] fix /dev/kmem For direct mapped kernel addresses, ppc64 function was not performing the dmap to physical conversion, before jumping to the code that

svn commit: r343871 - head/sbin/recoverdisk

2019-02-07 Thread Andriy Voskoboinyk
Author: avos Date: Thu Feb 7 14:40:28 2019 New Revision: 343871 URL: https://svnweb.freebsd.org/changeset/base/343871 Log: recoverdisk(1): fclose() file supplied via '-r readlist' parameter when it's no longer needed PR: 204952 Reported by: David Binderman MFC after:

svn commit: r343870 - head/usr.bin/ipcs

2019-02-07 Thread Andriy Voskoboinyk
Author: avos Date: Thu Feb 7 14:29:45 2019 New Revision: 343870 URL: https://svnweb.freebsd.org/changeset/base/343870 Log: ipcs(1): drop obsolete error checking This code is not reached since r77551. PR: 201728 MFC after:5 days Modified: head/usr.bin/ipcs/ipcs.c

svn commit: r343869 - head/tools/build/options

2019-02-07 Thread Ed Maste
Author: emaste Date: Thu Feb 7 14:05:21 2019 New Revision: 343869 URL: https://svnweb.freebsd.org/changeset/base/343869 Log: Mention clang-format in WITH_CLANG_EXTRAS It's a useful tool and gives a further hint at the types of additional binaries enabled by the option. Modified:

svn commit: r343868 - head/tools/build/mk

2019-02-07 Thread Andriy Voskoboinyk
Author: avos Date: Thu Feb 7 13:12:43 2019 New Revision: 343868 URL: https://svnweb.freebsd.org/changeset/base/343868 Log: Correct ypldap(8) install path in OptionalObsoleteFiles.inc It's installed to /usr/sbin, not to /usr/bin (and was always here). While here, add missing manpages

svn commit: r343867 - head/sys/dev/netmap

2019-02-07 Thread Vincenzo Maffione
Author: vmaffione Date: Thu Feb 7 11:28:53 2019 New Revision: 343867 URL: https://svnweb.freebsd.org/changeset/base/343867 Log: netmap: revert netmap_attach_ext() to pre-r343772 Reported by: marius MFC after:1 week Modified: head/sys/dev/netmap/netmap.c Modified:

Re: svn commit: r343772 - head/sys/dev/netmap

2019-02-07 Thread Vincenzo Maffione
Il giorno gio 7 feb 2019 alle ore 11:45 Marius Strobl ha scritto: > On Tue, Feb 05, 2019 at 12:10:49PM +, Vincenzo Maffione wrote: > > Author: vmaffione > > Date: Tue Feb 5 12:10:48 2019 > > New Revision: 343772 > > URL: https://svnweb.freebsd.org/changeset/base/343772 > > > > Log: > >

Re: svn commit: r343772 - head/sys/dev/netmap

2019-02-07 Thread Marius Strobl
On Tue, Feb 05, 2019 at 12:10:49PM +, Vincenzo Maffione wrote: > Author: vmaffione > Date: Tue Feb 5 12:10:48 2019 > New Revision: 343772 > URL: https://svnweb.freebsd.org/changeset/base/343772 > > Log: > netmap: refactor logging macros and pipes > > Changelist: > - Replace ND,