Re: svn commit: r345970 - head/libexec/rc

2019-04-08 Thread John Baldwin
On 4/5/19 4:16 PM, Rodney W. Grimes wrote: >> Author: eugen >> Date: Fri Apr 5 22:45:08 2019 >> New Revision: 345970 >> URL: https://svnweb.freebsd.org/changeset/base/345970 >> >> Log: >> network.subr: improve configuration of cloned gif(4) interfaces >> >> ifconfig(8) syntax allows to

svn commit: r346042 - in stable: 11/stand/common 12/stand/common

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:38:18 2019 New Revision: 346042 URL: https://svnweb.freebsd.org/changeset/base/346042 Log: MFC r344161: stand: dev_net: correct net_open's interpretation of params net_open previously casted the first vararg to a char * and this was half-OK: at first, it

svn commit: r346042 - in stable: 11/stand/common 12/stand/common

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:38:18 2019 New Revision: 346042 URL: https://svnweb.freebsd.org/changeset/base/346042 Log: MFC r344161: stand: dev_net: correct net_open's interpretation of params net_open previously casted the first vararg to a char * and this was half-OK: at first, it

svn commit: r346041 - in stable: 11/sys/conf 12/sys/conf

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:36:47 2019 New Revision: 346041 URL: https://svnweb.freebsd.org/changeset/base/346041 Log: MFC r345680: NOTES: Use non-default value for BOOT_TAG Modified: stable/11/sys/conf/NOTES Directory Properties: stable/11/ (props changed) Changes in other areas

svn commit: r346041 - in stable: 11/sys/conf 12/sys/conf

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:36:47 2019 New Revision: 346041 URL: https://svnweb.freebsd.org/changeset/base/346041 Log: MFC r345680: NOTES: Use non-default value for BOOT_TAG Modified: stable/12/sys/conf/NOTES Directory Properties: stable/12/ (props changed) Changes in other areas

svn commit: r346040 - in stable/12/lib/libc/tests/stdlib: . dynthr_mod

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:34:43 2019 New Revision: 346040 URL: https://svnweb.freebsd.org/changeset/base/346040 Log: MFC r343599: libc/tests: Add test case for jemalloc/libthr bug fixed/r343566 Added: stable/12/lib/libc/tests/stdlib/dynthr_mod/ - copied from r343599, head/lib/li

svn commit: r346039 - head/sys/conf

2019-04-08 Thread Warner Losh
Author: imp Date: Mon Apr 8 18:25:14 2019 New Revision: 346039 URL: https://svnweb.freebsd.org/changeset/base/346039 Log: Style only change: Prefer $() to `` $() is more modern and also nests. Convert the mix of styles to using only the former (although the latter was more common). It's

svn commit: r346038 - head/sbin/mount

2019-04-08 Thread Konstantin Belousov
Author: kib Date: Mon Apr 8 18:16:49 2019 New Revision: 346038 URL: https://svnweb.freebsd.org/changeset/base/346038 Log: Exercise some care before sending SIGHUP to mountd. Reviewed by: antoine, emaste, oshogbo Sponsored by: The FreeBSD Foundation MFC after:1 week Differential

svn commit: r346037 - stable/12/sys/dev/iwm

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 18:15:10 2019 New Revision: 346037 URL: https://svnweb.freebsd.org/changeset/base/346037 Log: MFC r343065, r343373-r343390, r343477 r343065: With the sync from Dragonfly BSD in r318216 a bug slipped in (also still present upstream it seems). The tlv

Re: svn commit: r346023 - head/usr.bin/strings

2019-04-08 Thread Charlie Li via svn-src-all
Shawn Webb wrote: > On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote: >> Author: oshogbo >> Date: Mon Apr 8 03:35:47 2019 >> New Revision: 346023 >> URL: https://svnweb.freebsd.org/changeset/base/346023 >> >> Log: >> strings: disable Casper support while building native-xtools >

svn commit: r346036 - stable/12/sys/arm/allwinner

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 17:59:42 2019 New Revision: 346036 URL: https://svnweb.freebsd.org/changeset/base/346036 Log: MFC r343255: awg: fix soft reset failure with no link U-Boot will leave the ephy reset de-asserted and the MAC soft reset will fail on these boards with internal P

svn commit: r346035 - in stable: 11/sys/dev/iwm 12/sys/dev/iwm

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 17:55:04 2019 New Revision: 346035 URL: https://svnweb.freebsd.org/changeset/base/346035 Log: MFC r343240: iwm(4): Fix possible null pointer indirection Modified: stable/11/sys/dev/iwm/if_iwm.c Directory Properties: stable/11/ (props changed) Changes in ot

svn commit: r346035 - in stable: 11/sys/dev/iwm 12/sys/dev/iwm

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 17:55:04 2019 New Revision: 346035 URL: https://svnweb.freebsd.org/changeset/base/346035 Log: MFC r343240: iwm(4): Fix possible null pointer indirection Modified: stable/12/sys/dev/iwm/if_iwm.c Directory Properties: stable/12/ (props changed) Changes in ot

svn commit: r346034 - in stable/12: lib/libbe sbin/bectl sbin/bectl/tests

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 17:41:39 2019 New Revision: 346034 URL: https://svnweb.freebsd.org/changeset/base/346034 Log: MFC r343335, r343977, r343993-r343994, r344034, r344084, r345302, r345769 r343335: libbe(3): simplify import, allow replication streams Previously, we directl

svn commit: r346033 - stable/12/lib/libbe

2019-04-08 Thread Kyle Evans
Author: kevans Date: Mon Apr 8 17:36:24 2019 New Revision: 346033 URL: https://svnweb.freebsd.org/changeset/base/346033 Log: MFC r345848: libbe(3): Add a serial to the generated snapshot names To use bectl in an example, when one creates a new boot environment with either `bectl create `

svn commit: r346032 - in stable/11/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nandfs fs/nfsclient kern ufs/ufs

2019-04-08 Thread Simon J. Gerraty
Author: sjg Date: Mon Apr 8 15:52:13 2019 New Revision: 346032 URL: https://svnweb.freebsd.org/changeset/base/346032 Log: Add _PC_ACL_* to vop_stdpathconf This avoid EINVAL from tmpfs etc. Merge of r345024 Reviewed by:kib Differential Revision: https://reviews.freebsd.org/

svn commit: r346031 - head/sys/ufs/ffs

2019-04-08 Thread Konstantin Belousov
Author: kib Date: Mon Apr 8 15:20:05 2019 New Revision: 346031 URL: https://svnweb.freebsd.org/changeset/base/346031 Log: Handle races when remounting UFS volume from ro to rw. In particular, ensure that writers are not unleashed before SU structures are initialized. Also, correctly han

Re: svn commit: r346018 - head/sys/conf

2019-04-08 Thread Warner Losh
On Mon, Apr 8, 2019, 2:35 AM Chris Rees wrote: > On 2019-04-08 08:57, Oliver Pinter wrote: > > On Monday, April 8, 2019, Warner Losh wrote: > > > >> > >> > >> On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter > >> > >> wrote: > >> > >>> Please revert this patch. If I'm not wrong, this will break the >

svn commit: r346030 - head/sys/kern

2019-04-08 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 8 14:31:07 2019 New Revision: 346030 URL: https://svnweb.freebsd.org/changeset/base/346030 Log: Refactor ELF interpreter loading into a separate function. Reviewed by: kib MFC after:2 weeks Sponsored by: DARPA, AFRL Differential Revision:https

svn commit: r346029 - head/sys/kern

2019-04-08 Thread Mariusz Zaborski
Author: oshogbo Date: Mon Apr 8 14:23:52 2019 New Revision: 346029 URL: https://svnweb.freebsd.org/changeset/base/346029 Log: In the unlinkat syscall, the operation is performed on the directory descriptor, not the file descriptor. The file descriptor is used only for verification so do not

svn commit: r346028 - head/sys/dev/usb/net

2019-04-08 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Mon Apr 8 13:40:46 2019 New Revision: 346028 URL: https://svnweb.freebsd.org/changeset/base/346028 Log: Fix URE_WDT6_SET_MODE value in the register definition. Both linux and u-boot sources for RTL8152 driver has this value. RTL8152 USB ethernet is used in NanoPI R1 bo

Re: svn commit: r346023 - head/usr.bin/strings

2019-04-08 Thread Shawn Webb
On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote: > Author: oshogbo > Date: Mon Apr 8 03:35:47 2019 > New Revision: 346023 > URL: https://svnweb.freebsd.org/changeset/base/346023 > > Log: > strings: disable Casper support while building native-xtools Why? -- Shawn Webb Cofoun

svn commit: r346027 - stable/11/contrib/bsnmp/snmpd

2019-04-08 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 8 11:54:45 2019 New Revision: 346027 URL: https://svnweb.freebsd.org/changeset/base/346027 Log: MFC r345763: Correct a port number assignment. PR: 236930 Modified: stable/11/contrib/bsnmp/snmpd/trap.c Directory Properties: stable/11/ (props cha

svn commit: r346026 - stable/12/contrib/bsnmp/snmpd

2019-04-08 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 8 11:53:37 2019 New Revision: 346026 URL: https://svnweb.freebsd.org/changeset/base/346026 Log: MFC r345763: Correct a port number assignment. PR: 236930 Modified: stable/12/contrib/bsnmp/snmpd/trap.c Directory Properties: stable/12/ (props cha

Re: svn commit: r346018 - head/sys/conf

2019-04-08 Thread Chris Rees
On 2019-04-08 08:57, Oliver Pinter wrote: On Monday, April 8, 2019, Warner Losh wrote: On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter wrote: Please revert this patch. If I'm not wrong, this will break the freebsd-version command's generation or output. You are going to need to be a lot m

Re: svn commit: r346018 - head/sys/conf

2019-04-08 Thread Oliver Pinter
On Monday, April 8, 2019, Warner Losh wrote: > > > On Sun, Apr 7, 2019, 3:16 PM Oliver Pinter > wrote: > >> Please revert this patch. If I'm not wrong, this will break the >> freebsd-version command's generation or output. >> > > You are going to need to be a lot more specific about this. It mak