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 ...
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
Hide vfs.pfs.trace variable if it is not used.
Remove opt_mac.h generation for various kernel modules that no longerrequire it.Submitted by: pjd
Add PSEUDOFS_TRACE option.
Introduce support for Mandatory Access Control and extensiblekernel access control.Modify pseudofs so that it can support synthetic file systems withthe multilabel flag set. In particular, imple
Introduce support for Mandatory Access Control and extensiblekernel access control.Modify pseudofs so that it can support synthetic file systems withthe multilabel flag set. In particular, implement vop_refreshlabel()as pn_refreshlabel(). Implement pfs_refreshlabel() to invoke this,and have it fall back to the mount label if the file system doesnot implement pn_refreshlabel() for the node. Otherwise, permitthe file system to determine how the service is provided.Approved by: desObtained from: TrustedBSD ProjectSponsored by: DARPA, NAI Labs
Move the pseudofs, procfs and linprocfs modules out from the fs directory.Keeping them there seemed like a good idea at the time, but it annoys bdeand confuses people who do not understand how MODU
Move the pseudofs, procfs and linprocfs modules out from the fs directory.Keeping them there seemed like a good idea at the time, but it annoys bdeand confuses people who do not understand how MODULES_OVERRIDE works.