Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Enable CRC64 checksums in xz.Reviewed by: impSponsored by: Juniper Networks, Inc.Sponsored by: Klara, Inc.MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D35668
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
show more ...
Modularize xz.Embedded lzma decompression library becomes a module usable by otherconsumers, in addition to geom_uzip.Most important code changes are- removal of XZ_DEC_SINGLE define, we need t
Modularize xz.Embedded lzma decompression library becomes a module usable by otherconsumers, in addition to geom_uzip.Most important code changes are- removal of XZ_DEC_SINGLE define, we need the code to work with XZ_DEC_DYNALLOC;- xz_crc32_init() call is removed from geom_uzip, xz module handles initialization on its own.xz is no longer embedded into geom_uzip, instead the depend line forthe module is provided, and corresponding kernel option is added toeach MIPS kernel config file using geom_uzip.The commit also carries unrelated cleanup by removing excess "device geom_uzip"in places which were missed in r344479.Reviewed by: cem, hselasky, ray, slavash (previous versions)Sponsored by: Mellanox TechnologiesDifferential revision: https://reviews.freebsd.org/D19266MFC after: 3 weeks