summaryrefslogtreecommitdiff
path: root/sys/fs/pseudofs/pseudofs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* 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