svn commit: r356034 - head/usr.sbin/fstyp

2019-12-22 Thread Conrad Meyer
Author: cem Date: Mon Dec 23 05:43:18 2019 New Revision: 356034 URL: https://svnweb.freebsd.org/changeset/base/356034 Log: fstyp(8): Detect APFS containers APFS NXSBs are more like slices (or zvols?) than individual filesystem, but go ahead and detect them nicely as well. Added: head/u

svn commit: r356033 - head/usr.sbin/fstyp

2019-12-22 Thread Conrad Meyer
Author: cem Date: Mon Dec 23 05:43:01 2019 New Revision: 356033 URL: https://svnweb.freebsd.org/changeset/base/356033 Log: fstyp(8): Detect HFS+ / HFSX volumes Added: head/usr.sbin/fstyp/hfsplus.c (contents, props changed) Modified: head/usr.sbin/fstyp/Makefile head/usr.sbin/fstyp/fstyp

svn commit: r356032 - head/usr.sbin/fstyp

2019-12-22 Thread Conrad Meyer
Author: cem Date: Mon Dec 23 02:41:13 2019 New Revision: 356032 URL: https://svnweb.freebsd.org/changeset/base/356032 Log: fstyp(8): Use iconv(3) to convert NTFS vol labels correctly Rather than hackily extracting only the ASCII subset of UTF-16LE, go ahead and convert the label to the us

svn commit: r356031 - head/stand/i386/gptboot

2019-12-22 Thread Ian Lepore
Author: ian Date: Sun Dec 22 22:33:22 2019 New Revision: 356031 URL: https://svnweb.freebsd.org/changeset/base/356031 Log: In gptboot, don't assume a partition number is a single digit, 1-9. GPT partitions can have 128 partitions, so parse contiguous digits and then validate that the number

svn commit: r356030 - head/sys/modules/uart

2019-12-22 Thread Mark Johnston
Author: markj Date: Sun Dec 22 22:10:20 2019 New Revision: 356030 URL: https://svnweb.freebsd.org/changeset/base/356030 Log: Compile uart_cpu_acpi.c, added in r348195, into uart.ko. PR: 242771 MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sys/modu

svn commit: r356029 - in head: sbin/ifconfig share/man/man4 sys/net

2019-12-22 Thread Mark Johnston
Author: markj Date: Sun Dec 22 21:56:47 2019 New Revision: 356029 URL: https://svnweb.freebsd.org/changeset/base/356029 Log: lagg: Clean up handling of the rr_limit option. - Don't allow an unprivileged user to set the stride. [1] - Only set the stride under the softc lock. - Rename the

svn commit: r356028 - head/sys/vm

2019-12-22 Thread Doug Moore
Author: dougm Date: Sun Dec 22 21:53:05 2019 New Revision: 356028 URL: https://svnweb.freebsd.org/changeset/base/356028 Log: Fix typo using RB_INITIALIZER. The macro RB_INITIALIZER ignores its argument, but is documented to require "&head" as argument to initialize "head". So using "_v

svn commit: r356026 - head/sys/vm

2019-12-22 Thread Jeff Roberson
Author: jeff Date: Sun Dec 22 20:35:50 2019 New Revision: 356026 URL: https://svnweb.freebsd.org/changeset/base/356026 Log: Fix a bug introduced in r356002. Prior versions of this patchset had vm_page_remove() rather than !vm_page_wired() as the condition for free. When this changed back to

svn commit: r356005 - in head/contrib/llvm-project/libcxx/include: . ext

2019-12-22 Thread Dimitry Andric
Author: dim Date: Sun Dec 22 11:58:44 2019 New Revision: 356005 URL: https://svnweb.freebsd.org/changeset/base/356005 Log: Merge commit f97936fab from llvm git (by Eric Fiselier): [libc++] Cleanup and enable multiple warnings. Too many warnings are being disabled too quickly. Warni

svn commit: r356004 - in head: . contrib/llvm-project/clang/include/clang/CodeGen contrib/llvm-project/clang/lib/Basic/Targets contrib/llvm-project/clang/lib/CodeGen contrib/llvm-project/clang/lib/...

2019-12-22 Thread Dimitry Andric
; # done +# 20191222: new clang import which bumps version from 9.0.0 to 9.0.1. +OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/algorithm +OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/complex +OLD_FILES+=usr/lib/clang/9.0.0/include/cuda_wrappers/new +OLD_DIRS+=usr/lib/clang/9.0.0