summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.h
Commit message (Expand)AuthorAgeFilesLines
* Add procfs to jail-mountable filesystems.mm2012-02-291-2/+6
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-11/+7
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.des2007-04-151-15/+42
* Further pseudofs improvements:des2007-04-141-2/+6
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-des2007-04-111-0/+1
* Whitespace nits.des2007-04-051-1/+1
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-3/+16
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-0/+4
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+2
* Use subr_unitphk2005-03-191-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+2
* Constify, and add an API function to find a named node in a directory.des2003-12-071-3/+4
* Initialize struct vfsops C99-sparsely.phk2003-06-121-15/+6
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Get rid of caddr_t.des2003-03-021-1/+1
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-10/+0
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+10
* Gratuitous whitespace cleanup.des2002-06-061-9/+9
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-021-6/+6
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-1/+1
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-111-0/+13
* Add support for a last-close handler.des2001-11-271-1/+11
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-031-1/+15
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file ordes2001-10-261-1/+11
* Switch to dynamic rather than static initialization.des2001-10-191-33/+39
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-021-0/+7
* YA pseudofs megacommit, part 1:des2001-10-011-14/+24
* pseudofs.h:des2001-09-301-3/+4
* Pseudofs take 2:des2001-09-291-22/+34
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-2/+13
* KSE Milestone 2julian2001-09-121-6/+6
* Whoops, some of my test code snuck in here.des2001-06-101-1/+1
* Argh. Fix braino in previous commit.des2001-06-101-1/+1
* Add a 'flags' argument to the PFS_PROCDIR macro.des2001-06-101-2/+2
* Add support for process-dependent directories. This means that save fordes2001-06-101-12/+10
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-071-0/+181
OpenPOWER on IntegriCloud