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
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
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
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
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
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
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
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
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
;
# 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
10 matches
Mail list logo