aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs/pseudofs.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "pseudofs: defer initialization until first mount"Kyle Evans2025-09-041-19/+14
* pseudofs: return errors from pfs_create_*()Kyle Evans2025-09-041-9/+10
* pseudofs: defer initialization until first mountKyle Evans2025-09-041-14/+19
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* pseudofs: Microoptimize struct pfs_nodeDmitry Chagin2023-04-021-1/+1
* Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-051-0/+1
* Make pseudofs(9) create directory entries in order, insteadEdward Tomasz Napierala2019-09-141-0/+1
* PFS: Bump NAMELEN and don't require clients to be sleepableMatt Macy2019-02-201-1/+2
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+2
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Delete declarations of struct pfs_bitmap, removed in r143841.Mark Johnston2017-10-221-3/+0
* Bump the maximum file name length in pseudofs filesystems to 48.Mark Johnston2017-08-031-1/+1
* PFS_DELEN is the sum of the permanent part of the struct dirent andDmitry Chagin2017-06-251-1/+1
* Remove Giant asserts. Update comment.Konstantin Belousov2016-08-031-3/+3
* Some style changes. Fix a typo in comment.Konstantin Belousov2016-08-031-4/+4
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-2/+6
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-11/+7
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.Dag-Erling Smørgrav2007-04-151-15/+42
* Further pseudofs improvements:Dag-Erling Smørgrav2007-04-141-2/+6
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-Dag-Erling Smørgrav2007-04-111-0/+1
* Whitespace nits.Dag-Erling Smørgrav2007-04-051-1/+1
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-3/+16
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-151-0/+4
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+2
* Use subr_unitPoul-Henning Kamp2005-03-191-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-5/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-1/+2
* Constify, and add an API function to find a named node in a directory.Dag-Erling Smørgrav2003-12-071-3/+4
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-15/+6
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Get rid of caddr_t.Dag-Erling Smørgrav2003-03-021-1/+1
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-10/+0
* '&' not used for pointers to functions.Poul-Henning Kamp2002-10-201-2/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+10
* Gratuitous whitespace cleanup.Dag-Erling Smørgrav2002-06-061-9/+9
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).Maxime Henrion2002-05-021-6/+6
* Part I: Update extended attribute API and ABI:Robert Watson2002-02-101-1/+1
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.Brian Feldman2001-12-111-0/+13
* Add support for a last-close handler.Dag-Erling Smørgrav2001-11-271-1/+11
* Reduce the number of #include dependencies by declaring some of the structsDag-Erling Smørgrav2001-11-031-1/+15
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file orDag-Erling Smørgrav2001-10-261-1/+11
* Switch to dynamic rather than static initialization.Dag-Erling Smørgrav2001-10-191-33/+39
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setDag-Erling Smørgrav2001-10-021-0/+7
* YA pseudofs megacommit, part 1:Dag-Erling Smørgrav2001-10-011-14/+24
* pseudofs.h:Dag-Erling Smørgrav2001-09-301-3/+4
* Pseudofs take 2:Dag-Erling Smørgrav2001-09-291-22/+34
* Clean up my source tree to avoid getting hit too badly by the next KSE orDag-Erling Smørgrav2001-09-251-2/+13