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

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

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

Re: svn commit: r345480 - in head/sys: conf geom geom/label

2019-04-08 Thread Jia-Shiun Li
On Mon, Apr 8, 2019 at 12:34 AM Ian Lepore wrote: > Oops, sorry abou that, I forgot to add the new source file to the > module makefile. Should be fixed with r346013. > > Tested on r346022 and it is back to normal. Thanks, Jia-Shiun. ___

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

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

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:

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: 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

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

2019-04-08 Thread Charlie Li via svn-src-head
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: 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: 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

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