Re: svn commit: r345900 - head/sbin/fsck_msdosfs

2019-04-04 Thread Rodney W. Grimes
> Author: delphij > Date: Fri Apr 5 02:21:16 2019 > New Revision: 345900 > URL: https://svnweb.freebsd.org/changeset/base/345900 > > Log: > Implement checking of `.' and `..' entries of subdirectory. > > Reviewed by:pfg > Obtained from: Android > https://and

Re: svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf

2019-04-04 Thread Warner Losh
On Thu, Apr 4, 2019 at 8:54 PM Warner Losh wrote: > Author: imp > Date: Fri Apr 5 02:54:02 2019 > New Revision: 345902 > URL: https://svnweb.freebsd.org/changeset/base/345902 > > Log: > Add mpr, mps, mpt to NOTES file > > Add these to all the architectures that these are in the GENERIC > k

svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf

2019-04-04 Thread Warner Losh
Author: imp Date: Fri Apr 5 02:54:02 2019 New Revision: 345902 URL: https://svnweb.freebsd.org/changeset/base/345902 Log: Add mpr, mps, mpt to NOTES file Add these to all the architectures that these are in the GENERIC kernel. Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/N

svn commit: r345901 - head/sbin/fsck_msdosfs

2019-04-04 Thread Xin LI
Author: delphij Date: Fri Apr 5 02:37:10 2019 New Revision: 345901 URL: https://svnweb.freebsd.org/changeset/base/345901 Log: Fix build. MFC after:2 weeks X-MFC-With: r345900 Modified: head/sbin/fsck_msdosfs/dir.c Modified: head/sbin/fsck_msdosfs/dir.c =

svn commit: r345900 - head/sbin/fsck_msdosfs

2019-04-04 Thread Xin LI
Author: delphij Date: Fri Apr 5 02:21:16 2019 New Revision: 345900 URL: https://svnweb.freebsd.org/changeset/base/345900 Log: Implement checking of `.' and `..' entries of subdirectory. Reviewed by: pfg Obtained from:Android https://android.googlesource.com/plat

svn commit: r345898 - head

2019-04-04 Thread Rick Macklem
13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20190404: + r345895 reverts r320698. This implies that an nfsuserd(8) daemon + built from head sources between r32075

svn commit: r345897 - head/sbin/fsck_msdosfs

2019-04-04 Thread Xin LI
Author: delphij Date: Thu Apr 4 23:34:03 2019 New Revision: 345897 URL: https://svnweb.freebsd.org/changeset/base/345897 Log: Restore lfcl when LOSTDIR's chain was corrupted and overwritten with invalid value. Obtained from:Android https://android.googlesource.com/platform/exter

svn commit: r345896 - head/usr.bin/sort

2019-04-04 Thread Conrad Meyer
Author: cem Date: Thu Apr 4 23:32:27 2019 New Revision: 345896 URL: https://svnweb.freebsd.org/changeset/base/345896 Log: sort(1): randomcoll: Skip the memory allocation entirely There's no reason to order based on strcmp of ASCII digests instead of memcmp of the raw digests. While

svn commit: r345895 - head/sys/fs/nfs

2019-04-04 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 4 23:30:27 2019 New Revision: 345895 URL: https://svnweb.freebsd.org/changeset/base/345895 Log: Revert r320698, since the related userland changes were reverted by r338192. r338192 reverted the changes to nfsuserd so that it could use an AF_LOCAL socket, si

svn commit: r345894 - head/sbin/fsck_msdosfs

2019-04-04 Thread Xin LI
Author: delphij Date: Thu Apr 4 23:16:36 2019 New Revision: 345894 URL: https://svnweb.freebsd.org/changeset/base/345894 Log: Restore the ability of checking and fixing next free cluster in FSINFO that was lost in r203872. Obtained from:NetBSD MFC after:2 weeks Modified:

svn commit: r345893 - in head/lib/atf: libatf-c++/tests libatf-c/tests

2019-04-04 Thread Olivier Cochard
Author: olivier (ports committer) Date: Thu Apr 4 20:34:17 2019 New Revision: 345893 URL: https://svnweb.freebsd.org/changeset/base/345893 Log: Add requiered programs (cc and c++) for some lib/atf regression tests PR: 236889 Reviewed by: ngie Approved by: emaste (on IRC)

svn commit: r345891 - head/usr.bin/sort

2019-04-04 Thread Conrad Meyer
Author: cem Date: Thu Apr 4 20:27:13 2019 New Revision: 345891 URL: https://svnweb.freebsd.org/changeset/base/345891 Log: sort(1): randomcoll: Don't sort on ENOMEM PR: 230792 (1/many) Sponsored by: Dell EMC Isilon Modified: head/usr.bin/sort/coll.c Modified: head/usr.bin/so

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

2019-04-04 Thread Ed Maste
Author: emaste Date: Thu Apr 4 19:59:31 2019 New Revision: 345889 URL: https://svnweb.freebsd.org/changeset/base/345889 Log: if_muge: use NULL not 0 for DRIVER_MODULE pointer args Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/usb/net/if_muge.c Modified: head/sys/dev/usb/n

svn commit: r345888 - in head: lib/libc/net sys/fs/nfsclient sys/netinet sys/netinet/netdump sys/netpfil/ipfw/nat64 sys/netpfil/pf

2019-04-04 Thread Rodney W. Grimes
Author: rgrimes Date: Thu Apr 4 19:01:13 2019 New Revision: 345888 URL: https://svnweb.freebsd.org/changeset/base/345888 Log: Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted code There are a few places that use hand crafted versions of the macros from sys/netinet/in.h ma

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

2019-04-04 Thread Guangyuan Yang
Author: ygy (doc committer) Date: Thu Apr 4 18:52:03 2019 New Revision: 345887 URL: https://svnweb.freebsd.org/changeset/base/345887 Log: Rewrite intro(4) man page. - Remove issues that no longer apply thanks to devfs - Add language pointing out devfs's role and referencing its config

Re: svn commit: r345689 - head/sys/fs/fuse

2019-04-04 Thread Alan Somers
On Thu, Apr 4, 2019 at 11:53 AM Enji Cooper wrote: > > > > On Mar 29, 2019, at 7:07 AM, Alan Somers wrote: > > > > Author: asomers > > Date: Fri Mar 29 14:07:30 2019 > > New Revision: 345689 > > URL: https://svnweb.freebsd.org/changeset/base/345689 > > > > Log: > > fix the GENERIC-NODEBUG build

Re: svn commit: r345689 - head/sys/fs/fuse

2019-04-04 Thread Enji Cooper
> On Mar 29, 2019, at 7:07 AM, Alan Somers wrote: > > Author: asomers > Date: Fri Mar 29 14:07:30 2019 > New Revision: 345689 > URL: https://svnweb.freebsd.org/changeset/base/345689 > > Log: > fix the GENERIC-NODEBUG build after r345675 Could you please merge this change in to your branch? T

svn commit: r345875 - in head: contrib/elftoolchain/strings usr.bin/strings

2019-04-04 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Apr 4 16:32:27 2019 New Revision: 345875 URL: https://svnweb.freebsd.org/changeset/base/345875 Log: strings: capsicumize it Reviewed by: cem Discussed with: emaste Differential Revision:https://reviews.freebsd.org/D18038 Modified: head/contrib/elft

Re: svn commit: r345853 - head/usr.bin/rctl

2019-04-04 Thread Bruce Evans
On Wed, 3 Apr 2019, Enji Cooper wrote: On Apr 3, 2019, at 1:37 PM, Mateusz Guzik wrote: Author: mjg Date: Wed Apr 3 20:37:14 2019 New Revision: 345853 URL: https://svnweb.freebsd.org/changeset/base/345853 Log: rctl: fix sysctl kern.racct.enable use after r341182 The value was changed from