aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs/pseudofs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-6/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.Dag-Erling Smørgrav2007-04-151-138/+164
* Further pseudofs improvements:Dag-Erling Smørgrav2007-04-141-21/+13
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-Dag-Erling Smørgrav2007-04-111-3/+11
* Whitespace nits.Dag-Erling Smørgrav2007-04-051-3/+3
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-4/+13
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-151-0/+9
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Use subr_unitPoul-Henning Kamp2005-03-191-2/+0
* fbsdidize.Dag-Erling Smørgrav2005-03-141-2/+5
* Use vfs_mountedfrom().Poul-Henning Kamp2004-12-061-2/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-2/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* Constify, and add an API function to find a named node in a directory.Dag-Erling Smørgrav2003-12-071-3/+17
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+4
* Gratuitous whitespace cleanup.Dag-Erling Smørgrav2002-06-061-17/+17
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).Maxime Henrion2002-05-021-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-8/+8
* Add support for a last-close handler.Dag-Erling Smørgrav2001-11-271-1/+1
* Reduce the number of #include dependencies by declaring some of the structsDag-Erling Smørgrav2001-11-031-0/+4
* Argh! I updated the version number in the MODULE_DEPEND() thingamagook butDag-Erling Smørgrav2001-10-191-1/+1
* Switch to dynamic rather than static initialization.Dag-Erling Smørgrav2001-10-191-1/+216
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* Only print "XXX (un)registered" message if bootverbose.Dag-Erling Smørgrav2001-10-021-2/+4
* Pseudofs take 2:Dag-Erling Smørgrav2001-09-291-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Add support for process-dependent directories. This means that save forDag-Erling Smørgrav2001-06-101-1/+1
* Add missing #include of <sys/mutex.h>.Dag-Erling Smørgrav2001-06-101-0/+1
* Let pseudofs into the warmth of the FreeBSD CVS repo.Dag-Erling Smørgrav2001-04-071-0/+172