sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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 ...
hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionwhich installs /dev/uhid# alias to hidraw character device forcompatibility with some existing uhid(4) users like Firefox.As side effect it rena
hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionwhich installs /dev/uhid# alias to hidraw character device forcompatibility with some existing uhid(4) users like Firefox.As side effect it renames traditional uhid(4) driver to hidrawto make possible using of common unit number allocator.Requested by: Greg V <greg_unrelenting.technology>Reviewed by: hselasky (as part of D27992)
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Hook up new USB modules.