svn commit: r340349 - stable/11/sbin/ipfw

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sun Nov 11 06:49:05 2018 New Revision: 340349 URL: https://svnweb.freebsd.org/changeset/base/340349 Log: MFC r340249: ipfw.8: fix small syntax error in an example Modified: stable/11/sbin/ipfw/ipfw.8 Directory Properties: stable/11/ (props changed) Modified: stable/11

svn commit: r340348 - in stable/12: libexec/rc share/man/man5 share/man/man8

2018-11-10 Thread Devin Teske
Author: dteske Date: Sun Nov 11 06:05:28 2018 New Revision: 340348 URL: https://svnweb.freebsd.org/changeset/base/340348 Log: MFC r339971: Add new rc keywords: enable, disable, delete This adds new keywords to rc/service to enable/disable a service's rc.conf(5) variable and "delete" to re

Re: svn commit: r340326 - head

2018-11-10 Thread Warner Losh
On Sat, Nov 10, 2018, 6:38 PM Mark Johnston On Sat, Nov 10, 2018 at 05:07:38PM -0800, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes < > > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > > If your going to bother

svn commit: r340347 - head/lib/libc/sys

2018-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 11 01:46:48 2018 New Revision: 340347 URL: https://svnweb.freebsd.org/changeset/base/340347 Log: First draft of documentation for AT/O_BENEATH handling of the absolute paths. It was decided that committing the code and drafting of the man page update is better

Re: svn commit: r340326 - head

2018-11-10 Thread Mark Johnston
On Sat, Nov 10, 2018 at 05:07:38PM -0800, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > If your going to bother with a differential, and invite people to > > > it yo

Re: svn commit: r340326 - head

2018-11-10 Thread Emmanuel Vadot
On Sat, 10 Nov 2018 17:07:38 -0800 (PST) "Rodney W. Grimes" wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes < > > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > If your going to bother with a differential, and invite people to > > > it

Re: svn commit: r340342 - head/share/man/man4

2018-11-10 Thread Rodney W. Grimes
> Author: trasz > Date: Sat Nov 10 23:49:01 2018 > New Revision: 340342 > URL: https://svnweb.freebsd.org/changeset/base/340342 > > Log: > Random tweaks to ddb(4) manual page. I certainly hope we are not randomly commiting bits to man pages. This is a 0 value commit message. > MFC after: 2

Re: svn commit: r340326 - head

2018-11-10 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net> wrote: > > > If your going to bother with a differential, and invite people to > > it you should give them at least 24 hours, and preferably 72 hours > > to respond t

svn commit: r340346 - head/share/man/man5

2018-11-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 11 00:57:13 2018 New Revision: 340346 URL: https://svnweb.freebsd.org/changeset/base/340346 Log: Update nsswitch.conf(5) man page to make it clear additional sources might be provided by third party software. Reviewed by: bcr MFC after:2 weeks Sponsore

svn commit: r340345 - head/usr.sbin/periodic/etc/daily

2018-11-10 Thread Eric van Gyzen
Author: vangyzen Date: Sun Nov 11 00:39:20 2018 New Revision: 340345 URL: https://svnweb.freebsd.org/changeset/base/340345 Log: Fix daily mailq script for Postfix and daily_show_success="NO" Exit with a zero status when Postfix reports "Mail queue is empty" so this section won't appear in

svn commit: r340344 - head/sys/kern

2018-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 11 00:21:28 2018 New Revision: 340344 URL: https://svnweb.freebsd.org/changeset/base/340344 Log: Remove one-use variable. This also removes a lot of #ifdefs and cleans up a warning when the AUDIT kernel option is defined, but neither KDTRACE_HOOKS nor MAC are.

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

2018-11-10 Thread Konstantin Belousov
Author: kib Date: Sun Nov 11 00:04:36 2018 New Revision: 340343 URL: https://svnweb.freebsd.org/changeset/base/340343 Log: Allow absolute paths for O_BENEATH. The path must have a tail which does not escape starting/topping directory. The documentation will come shortly, see the man page

svn commit: r340342 - head/share/man/man4

2018-11-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 10 23:49:01 2018 New Revision: 340342 URL: https://svnweb.freebsd.org/changeset/base/340342 Log: Random tweaks to ddb(4) manual page. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ===

svn commit: r340341 - stable/11/sys/modules/dtb/am335x

2018-11-10 Thread Emmanuel Vadot
Author: manu Date: Sat Nov 10 23:43:03 2018 New Revision: 340341 URL: https://svnweb.freebsd.org/changeset/base/340341 Log: Fix dtb path for beaglebone* boards. This is a direct commit to 11 since head switch to Linux upstream DTS. Reported by: jmg Modified: stable/11/sys/modules/d

Re: svn commit: r340326 - head

2018-11-10 Thread Ben Woods
On Sun, 11 Nov 2018 at 2:43 am, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > If your going to bother with a differential, and invite people to > it you should give them at least 24 hours, and preferably 72 hours > to respond to the new review. Reviews that last < 4 hours are not >

svn commit: r340339 - in head: lib/libc/net share/man/man5

2018-11-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 10 23:07:46 2018 New Revision: 340339 URL: https://svnweb.freebsd.org/changeset/base/340339 Log: Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3) and dependent functions (eg getpwname(3)) get called. This can improve performance of binaries that per

Re: svn commit: r340321 - in head/libexec/rc: . rc.d

2018-11-10 Thread Devin Teske
This also allows "sysrc -d jail_conf" to print "Configuration file for jail(8)" Thanks. -- Cheers, Devin > On Nov 10, 2018, at 6:11 AM, Eugene Grosbein wrote: > > Author: eugen > Date: Sat Nov 10 14:11:54 2018 > New Revision: 340321 > URL: https://svnweb.freebsd.org/changeset/base/340321 > >

svn commit: r340338 - head/sys/dev/usb/input

2018-11-10 Thread Vladimir Kondratyev
Author: wulf Date: Sat Nov 10 22:14:09 2018 New Revision: 340338 URL: https://svnweb.freebsd.org/changeset/base/340338 Log: wmt(4): Add PNP record so it could be picked by devd/devmatch. Fix uhid(4) conflict with blacklisting of multitouch HID-usages in uhid(4) probe handler. Reviewe

svn commit: r340337 - in head/sys/gnu/dts: arm arm64/allwinner arm64/altera arm64/amlogic arm64/arm arm64/broadcom/northstar2 arm64/broadcom/stingray arm64/exynos arm64/freescale arm64/hisilicon ar...

2018-11-10 Thread Emmanuel Vadot
Author: manu Date: Sat Nov 10 21:02:32 2018 New Revision: 340337 URL: https://svnweb.freebsd.org/changeset/base/340337 Log: Update our devicetree to 4.19 for arm and arm64 MFC after:2 months Added: head/sys/gnu/dts/arm/am335x-osd3358-sm-red.dts - copied unchanged from r340335,

svn commit: r340336 - vendor/device-tree/4.19

2018-11-10 Thread Emmanuel Vadot
Author: manu Date: Sat Nov 10 20:45:29 2018 New Revision: 340336 URL: https://svnweb.freebsd.org/changeset/base/340336 Log: tag Linux 4.19 DTS Added: vendor/device-tree/4.19/ - copied from r340335, vendor/device-tree/dist/ ___ svn-src-all@freeb

svn commit: r340335 - in vendor/device-tree/dist: Bindings Bindings/arm Bindings/arm/bcm Bindings/arm/freescale Bindings/arm/marvell Bindings/arm/msm Bindings/arm/omap Bindings/arm/samsung Bindings...

2018-11-10 Thread Emmanuel Vadot
Author: manu Date: Sat Nov 10 20:44:37 2018 New Revision: 340335 URL: https://svnweb.freebsd.org/changeset/base/340335 Log: dts: Update our copy to Linux 4.19 Added: vendor/device-tree/dist/Bindings/arm/freescale/m4if.txt (contents, props changed) vendor/device-tree/dist/Bindings/arm/fre

svn commit: r340334 - head/lib/libbe

2018-11-10 Thread Kyle Evans
Author: kevans Date: Sat Nov 10 20:42:29 2018 New Revision: 340334 URL: https://svnweb.freebsd.org/changeset/base/340334 Log: libbe(3): Set canmount properly when activating a new BE The previously activated BE should have canmount=noauto set on it upon activation of the new BE, but we pr

svn commit: r340333 - stable/12/sys/vm

2018-11-10 Thread Mark Johnston
Author: markj Date: Sat Nov 10 20:36:48 2018 New Revision: 340333 URL: https://svnweb.freebsd.org/changeset/base/340333 Log: MFC r340241: Fix a use-after-free in swp_pager_meta_free(). Approved by: re (gjb) Modified: stable/12/sys/vm/swap_pager.c Directory Properties: stable/12/ (

svn commit: r340332 - stable/12/bin/setfacl

2018-11-10 Thread Mark Johnston
Author: markj Date: Sat Nov 10 20:34:59 2018 New Revision: 340332 URL: https://svnweb.freebsd.org/changeset/base/340332 Log: MFC r339793: Don't set NFSv4 ACL inheritance flags on non-directories. PR: 155163 Approved by: re (gjb) Modified: stable/12/bin/setfacl/setfacl.1

svn commit: r340331 - head/sys/vm

2018-11-10 Thread Mark Johnston
Author: markj Date: Sat Nov 10 20:33:08 2018 New Revision: 340331 URL: https://svnweb.freebsd.org/changeset/base/340331 Log: Re-apply r336984, reverting r339934. r336984 exposed the bug fixed in r340241, leading to the initial revert while the bug was being hunted down. Now that the bug

svn commit: r340330 - head/bin/rm

2018-11-10 Thread Conrad Meyer
Author: cem Date: Sat Nov 10 20:26:55 2018 New Revision: 340330 URL: https://svnweb.freebsd.org/changeset/base/340330 Log: rm(1): Formalize non-functional status of -P flag -P was introduced in 4.4BSD-Lite2 around 1994. It overwrote file contents with a pass of 0xff, 0x00, then 0xff, in

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

2018-11-10 Thread Ed Maste
Author: emaste Date: Sat Nov 10 20:26:19 2018 New Revision: 340329 URL: https://svnweb.freebsd.org/changeset/base/340329 Log: build(7): clarify buildenv target can be used for non-cross builds make buildenv can be used for building for the same architecture as the host (perhaps this is a

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

2018-11-10 Thread Eugene Grosbein
11.11.2018 2:10, James Gritton wrote: >>> Usually also jls is the command which will give information (compared to >>> actions) on jails, would that not fit there? >> >> jls(8) currently does not parse /etc/jail.conf and I'd like to avoid >> code duplication >> between jail(8) and jls(8). > > It

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

2018-11-10 Thread James Gritton
On 2018-11-10 06:03, Eugene Grosbein wrote: 10.11.2018 19:12, Bjoern A. Zeeb wrote: Usually also jls is the command which will give information (compared to actions) on jails, would that not fit there? jls(8) currently does not parse /etc/jail.conf and I'd like to avoid code duplication betwe

svn commit: r340328 - head

2018-11-10 Thread Eric van Gyzen
Author: vangyzen Date: Sat Nov 10 19:09:48 2018 New Revision: 340328 URL: https://svnweb.freebsd.org/changeset/base/340328 Log: Update comment about 'universe' disk usage It's 167 GB now (or 81 GB with ZFS lz4). MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/Ma

Re: svn commit: r340326 - head

2018-11-10 Thread Rodney W. Grimes
,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: > disable the most expensive debugging functionality run > "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > > +20181110: > + The default newsyslog.conf(5) file has been changed to

svn commit: r340327 - head/usr.sbin/periodic/etc/weekly

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 17:49:19 2018 New Revision: 340327 URL: https://svnweb.freebsd.org/changeset/base/340327 Log: weekly/340.noid: suppress warning on non-existent jail.conf MFC after:1 month Modified: head/usr.sbin/periodic/etc/weekly/340.noid Modified: head/usr.sbin/per

svn commit: r340326 - head

2018-11-10 Thread Ben Woods
PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20181110: + The default newsyslog.conf(5) file has been changed to only include + files in /etc/n

Re: svn commit: r340318 - head/usr.sbin/newsyslog

2018-11-10 Thread Rodney W. Grimes
> Author: woodsb02 (ports committer) > Date: Sat Nov 10 10:46:38 2018 > New Revision: 340318 > URL: https://svnweb.freebsd.org/changeset/base/340318 > > Log: > newsyslog.conf: Restrict included files in default config to [!.]*.conf > > The new default config will only include files from the

svn commit: r340325 - head/tools/tools/netmap

2018-11-10 Thread Vincenzo Maffione
Author: vmaffione Date: Sat Nov 10 15:10:22 2018 New Revision: 340325 URL: https://svnweb.freebsd.org/changeset/base/340325 Log: netmap: pkt-gen: several updates from upstream Various improvements to the netmap pkt-gen program: - indentation fixes - support for IPV6 - fixes to c

svn commit: r340324 - head/usr.sbin/periodic/etc/weekly

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 14:35:12 2018 New Revision: 340324 URL: https://svnweb.freebsd.org/changeset/base/340324 Log: Sigh... Fix another breakage after r340322: spell "sysrc" correctly. MFC after:1 month Modified: head/usr.sbin/periodic/etc/weekly/340.noid Modified: head/usr

svn commit: r340323 - head/usr.sbin/periodic/etc/weekly

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 14:25:37 2018 New Revision: 340323 URL: https://svnweb.freebsd.org/changeset/base/340323 Log: Fix breakage after r340322: add missing "-n" to invocation of sysrc. MFH: 1 month Modified: head/usr.sbin/periodic/etc/weekly/340.noid Modified: head/usr

svn commit: r340322 - head/usr.sbin/periodic/etc/weekly

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 14:21:26 2018 New Revision: 340322 URL: https://svnweb.freebsd.org/changeset/base/340322 Log: Prevent periodic/etc/weekly/340.noid from descending into root directories of jails. Jails have their own user/group databases and this script can produce multiple fal

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

2018-11-10 Thread Bjoern A. Zeeb
On 10 Nov 2018, at 13:10, H. Schmalzbauer - OmniLAN wrote: I was quiet unhappy with the single jail.conf(5) in /etc, so I extended jail rc(8) to support /etc/jail.conf.d/ Probably some others would welcome jail.conf.d/ too.  Unfortunately I don't have enough time to stay focused with one feat

svn commit: r340321 - in head/libexec/rc: . rc.d

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 14:11:54 2018 New Revision: 340321 URL: https://svnweb.freebsd.org/changeset/base/340321 Log: Move definition of $jail_conf variable to /etc/defaults/rc.conf from jail startup script so it can be successfully queried with the command "sysrc jail_conf". MFC

svn commit: r340320 - stable/11/lib/libelf

2018-11-10 Thread Ed Maste
Author: emaste Date: Sat Nov 10 13:16:54 2018 New Revision: 340320 URL: https://svnweb.freebsd.org/changeset/base/340320 Log: MFC r338485 (jhb): libelf: Add gelf_mips64el.c to file list Modified: stable/11/lib/libelf/Makefile Directory Properties: stable/11/ (props changed) Modified: sta

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

2018-11-10 Thread H. Schmalzbauer - OmniLAN
Am 10.11.2018 um 13:33 schrieb Eugene Grosbein: 10.11.2018 19:12, Bjoern A. Zeeb wrote: Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured no

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

2018-11-10 Thread Eugene Grosbein
10.11.2018 19:12, Bjoern A. Zeeb wrote: > Usually also jls is the command which will give information (compared to > actions) on jails, would that not fit there? jls(8) currently does not parse /etc/jail.conf and I'd like to avoid code duplication between jail(8) and jls(8). _

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

2018-11-10 Thread Eugene Grosbein
10.11.2018 19:12, Bjoern A. Zeeb wrote: >> Author: eugen >> Date: Sat Nov 10 12:03:57 2018 >> New Revision: 340319 >> URL: https://svnweb.freebsd.org/changeset/base/340319 >> >> Log: >> jail(8): introduce new command option -e to exhibit >> a list of configured non-wildcard jails with their pa

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

2018-11-10 Thread Bjoern A. Zeeb
On 10 Nov 2018, at 12:03, Eugene Grosbein wrote: Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured non-wildcard jails with their parameters,

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

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured non-wildcard jails with their parameters, no matter running or not. The option -e takes s

svn commit: r340318 - head/usr.sbin/newsyslog

2018-11-10 Thread Ben Woods
Author: woodsb02 (ports committer) Date: Sat Nov 10 10:46:38 2018 New Revision: 340318 URL: https://svnweb.freebsd.org/changeset/base/340318 Log: newsyslog.conf: Restrict included files in default config to [!.]*.conf The new default config will only include files from the following direc

svn commit: r340317 - stable/10/sys/dev/usb/controller

2018-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 10 10:32:55 2018 New Revision: 340317 URL: https://svnweb.freebsd.org/changeset/base/340317 Log: MFC r340212: Sometimes the complete split packet may be queued too early and the transaction translator will return a NAK. Ignore this message and retry the compl

svn commit: r340316 - stable/11/sys/dev/usb/controller

2018-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 10 10:31:35 2018 New Revision: 340316 URL: https://svnweb.freebsd.org/changeset/base/340316 Log: MFC r340212: Sometimes the complete split packet may be queued too early and the transaction translator will return a NAK. Ignore this message and retry the compl

svn commit: r340315 - stable/12/sys/dev/usb/controller

2018-11-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 10 10:30:01 2018 New Revision: 340315 URL: https://svnweb.freebsd.org/changeset/base/340315 Log: MFC r340212: Sometimes the complete split packet may be queued too early and the transaction translator will return a NAK. Ignore this message and retry the compl

Re: svn commit: r340294 - head/sys/compat/freebsd32

2018-11-10 Thread Eitan Adler
On Fri, 9 Nov 2018 at 10:19, Brooks Davis wrote: > > On Fri, Nov 09, 2018 at 06:03:01PM +, Brooks Davis wrote: > > Author: brooks > > Date: Fri Nov 9 18:03:01 2018 > > New Revision: 340294 > > URL: https://svnweb.freebsd.org/changeset/base/340294 > > > > Log: > > Fix a number of bugs in fre