aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pseudofs
Commit message (Collapse)AuthorAgeFilesLines
* Remove opt_mac.h generation for various kernel modules that no longerRobert Watson2009-06-061-2/+1
| | | | | | | | | require it. Submitted by: pjd Notes: svn path=/head/; revision=193588
* Add PSEUDOFS_TRACE option.Dag-Erling Smørgrav2005-03-141-0/+1
| | | | Notes: svn path=/head/; revision=143594
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+2
| | | | | | | | | | | | | | | | | | kernel access control. Modify pseudofs so that it can support synthetic file systems with the 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 does not implement pn_refreshlabel() for the node. Otherwise, permit the file system to determine how the service is provided. Approved by: des Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=101130
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.Dag-Erling Smørgrav2002-02-041-0/+25
Keeping them there seemed like a good idea at the time, but it annoys bde and confuses people who do not understand how MODULES_OVERRIDE works. Notes: svn path=/head/; revision=90223