Re: svn commit: r331083 - in head: lib/libufs sbin/dump sbin/fsck_ffs sbin/fsdb sbin/newfs sbin/quotacheck sbin/restore sbin/tunefs stand/libsa sys/fs/ext2fs sys/fs/nandfs sys/ufs/ffs sys/ufs/ufs usr.

2018-03-17 Thread O. Hartmann
Am Sat, 17 Mar 2018 01:48:27 + (UTC) Ed Maste schrieb: > Author: emaste > Date: Sat Mar 17 01:48:27 2018 > New Revision: 331083 > URL: https://svnweb.freebsd.org/changeset/base/331083 > > Log: > Prefix UFS symbols with UFS_ to reduce namespace pollution > > Followup to r313780. Also

Re: svn commit: r331083 - in head: lib/libufs sbin/dump sbin/fsck_ffs sbin/fsdb sbin/newfs sbin/quotacheck sbin/restore sbin/tunefs stand/libsa sys/fs/ext2fs sys/fs/nandfs sys/ufs/ffs sys/ufs/ufs usr.

2018-03-17 Thread Bruce Evans
On Sat, 17 Mar 2018, Ed Maste wrote: Log: Prefix UFS symbols with UFS_ to reduce namespace pollution Followup to r313780. Also prefix ext2's and nandfs's versions with EXT2_ and NANDFS_. S_IFMT is already MI. So this churnge is mostly wrong unless file systems do the identity translation

svn commit: r331094 - in head: lib/libmd share/man/man9

2018-03-17 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 17 11:41:06 2018 New Revision: 331094 URL: https://svnweb.freebsd.org/changeset/base/331094 Log: Fix formatting errors that resulted in apropos(1) output looking weird. MFC after:2 weeks Modified: head/lib/libmd/sha512.3 head/share/man/man9/cnv.9 head/

svn commit: r331095 - in head: lib/libufs sbin/dump sbin/fsck_ffs sbin/fsdb sbin/newfs sbin/quotacheck sbin/restore sbin/tunefs stand/libsa sys/fs/ext2fs sys/fs/nandfs sys/ufs/ffs sys/ufs/ufs usr.s...

2018-03-17 Thread Ed Maste
Author: emaste Date: Sat Mar 17 12:59:55 2018 New Revision: 331095 URL: https://svnweb.freebsd.org/changeset/base/331095 Log: Revert r313780 (UFS_ prefix) Modified: head/lib/libufs/inode.c head/sbin/dump/main.c head/sbin/dump/traverse.c head/sbin/fsck_ffs/dir.c head/sbin/fsck_ffs/fsut

svn commit: r331096 - head/sys/modules/hyperv/vmbus

2018-03-17 Thread Ed Maste
Author: emaste Date: Sat Mar 17 14:50:20 2018 New Revision: 331096 URL: https://svnweb.freebsd.org/changeset/base/331096 Log: Move assym.s to DPSRCS in vmbus module assym.s is only to be included by other .s files, and should not actually be assembled by itself. Modified: head/sys/modu

svn commit: r331097 - head/sys/cam/scsi

2018-03-17 Thread Warner Losh
Author: imp Date: Sat Mar 17 16:04:06 2018 New Revision: 331097 URL: https://svnweb.freebsd.org/changeset/base/331097 Log: Only take out the periph lock when we're modifying the flags of the softc for an async unit attention. CAM locks, sometimes, the periph lock and other times does not. We

svn commit: r331098 - in head/sys: net netinet netinet6

2018-03-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Mar 17 17:05:48 2018 New Revision: 331098 URL: https://svnweb.freebsd.org/changeset/base/331098 Log: Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration. Current arp/nd code relies on the feedback from the datapath indicating that the entry is still us

svn commit: r331102 - head/sys/modules/iser

2018-03-17 Thread Warner Losh
Author: imp Date: Sat Mar 17 17:18:46 2018 New Revision: 331102 URL: https://svnweb.freebsd.org/changeset/base/331102 Log: Use kern.opts.mk instead of bsd.own.mk (which includes src.opts.mk) here. Modified: head/sys/modules/iser/Makefile Modified: head/sys/modules/iser/Makefile ===

svn commit: r331100 - head/sys/modules/netgraph/checksum

2018-03-17 Thread Warner Losh
Author: imp Date: Sat Mar 17 17:18:37 2018 New Revision: 331100 URL: https://svnweb.freebsd.org/changeset/base/331100 Log: Remove commented out code to generate opt_inet*.h. That's handled automatically by kern.opts.mk now. Include that instead. Modified: head/sys/modules/netgraph/checksum/

svn commit: r331099 - head/sys/conf

2018-03-17 Thread Warner Losh
Author: imp Date: Sat Mar 17 17:18:29 2018 New Revision: 331099 URL: https://svnweb.freebsd.org/changeset/base/331099 Log: Add EFI to kernel options. Some parts of MI modules will soon depend on whether EFI is available or not. Add EFI to the list of kernel options so we can use it in t

svn commit: r331101 - head/sys/modules/netmap

2018-03-17 Thread Warner Losh
Author: imp Date: Sat Mar 17 17:18:41 2018 New Revision: 331101 URL: https://svnweb.freebsd.org/changeset/base/331101 Log: Use FreeBSD-current conventions for building options rather than FreeBSD 10 conventions: inlude kern.opts.mk. Modified: head/sys/modules/netmap/Makefile Modified: head

svn commit: r331103 - head/tests/sys/aio

2018-03-17 Thread Alan Somers
Author: asomers Date: Sat Mar 17 17:48:21 2018 New Revision: 331103 URL: https://svnweb.freebsd.org/changeset/base/331103 Log: aio: add an ATF test case for aio_fsync error conditions Modified: head/tests/sys/aio/aio_test.c Modified: head/tests/sys/aio/aio_test.c

svn commit: r331104 - head/tests/sys/aio

2018-03-17 Thread Alan Somers
Author: asomers Date: Sat Mar 17 17:52:47 2018 New Revision: 331104 URL: https://svnweb.freebsd.org/changeset/base/331104 Log: aio_kqueue_test: fix the build when DEBUG=1 Also, make the debug output more verbose Modified: head/tests/sys/aio/aio_kqueue_test.c Modified: head/tests/sys/aio

svn commit: r331105 - head/sys/security/audit

2018-03-17 Thread Alan Somers
Author: asomers Date: Sat Mar 17 17:56:08 2018 New Revision: 331105 URL: https://svnweb.freebsd.org/changeset/base/331105 Log: audit(4): fix a typo in a comment no functional change Modified: head/sys/security/audit/audit_bsm_klib.c Modified: head/sys/security/audit/audit_bsm_klib.c ===

svn commit: r331106 - head/sys/kern

2018-03-17 Thread Jeff Roberson
Author: jeff Date: Sat Mar 17 18:14:49 2018 New Revision: 331106 URL: https://svnweb.freebsd.org/changeset/base/331106 Log: Move the dirty queues inside the per-domain structure. This resolves a bug where we had not hit global dirty limits but a single queue was starved for space by dirty b

svn commit: r331109 - head/sys/kern

2018-03-17 Thread Mateusz Guzik
Author: mjg Date: Sat Mar 17 19:26:33 2018 New Revision: 331109 URL: https://svnweb.freebsd.org/changeset/base/331109 Log: locks: slightly depessimize lockstat The slow path is always taken when lockstat is enabled. This induces rdtsc (or other) calls to get the cycle count even when ther

Re: svn commit: r330894 - in head/sys/contrib/zstd: . contrib/meson doc doc/images lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests zlibWrapper zlibW

2018-03-17 Thread Alan Somers
On Tue, Mar 13, 2018 at 9:00 PM, Conrad Meyer wrote: > Author: cem > Date: Wed Mar 14 03:00:17 2018 > New Revision: 330894 > URL: https://svnweb.freebsd.org/changeset/base/330894 > > Log: > Update to Zstandard 1.3.3 > > Includes patch to conditionalize use of __builtin_clz(ll) on > __has_buil

svn commit: r331113 - head/sbin/savecore

2018-03-17 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 17 21:58:41 2018 New Revision: 331113 URL: https://svnweb.freebsd.org/changeset/base/331113 Log: Xr crashinfo(8) from savecore(8). MFC after:2 weeks Modified: head/sbin/savecore/savecore.8 Modified: head/sbin/savecore/savecore.8 ==

Re: svn commit: r330894 - in head/sys/contrib/zstd: . contrib/meson doc doc/images lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests zlibWrapper zlibW

2018-03-17 Thread Conrad Meyer
Thanks for letting me know. I'll be able to take a look this weekend. Best, Conrad On Sat, Mar 17, 2018 at 2:49 PM, Alan Somers wrote: > On Tue, Mar 13, 2018 at 9:00 PM, Conrad Meyer wrote: >> >> Author: cem >> Date: Wed Mar 14 03:00:17 2018 >> New Revision: 330894 >> URL: https://svnweb.freeb

svn commit: r331115 - in head: lib/libzstd sys/contrib/zstd/lib/freebsd

2018-03-17 Thread Conrad Meyer
Author: cem Date: Sun Mar 18 03:42:57 2018 New Revision: 331115 URL: https://svnweb.freebsd.org/changeset/base/331115 Log: lib(private)zstd: Fix riscv build Link __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtime apparently lacks such intrinsics. Broken in r33089