summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303704:kib2016-08-101-5/+1
* Hide vfs.pfs.trace variable if it is not used.dchagin2015-05-241-0/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* 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-6/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.des2007-04-151-138/+164
* Further pseudofs improvements:des2007-04-141-21/+13
* Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process-des2007-04-111-3/+11
* Whitespace nits.des2007-04-051-3/+3
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-4/+13
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-0/+9
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Use subr_unitphk2005-03-191-2/+0
* fbsdidize.des2005-03-141-2/+5
* Use vfs_mountedfrom().phk2004-12-061-2/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-2/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+2
* Constify, and add an API function to find a named node in a directory.des2003-12-071-3/+17
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+4
* Gratuitous whitespace cleanup.des2002-06-061-17/+17
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-021-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-8/+8
* Add support for a last-close handler.des2001-11-271-1/+1
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-031-0/+4
* Argh! I updated the version number in the MODULE_DEPEND() thingamagook butdes2001-10-191-1/+1
* Switch to dynamic rather than static initialization.des2001-10-191-1/+216
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
* Pseudofs take 2:des2001-09-291-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Add support for process-dependent directories. This means that save fordes2001-06-101-1/+1
* Add missing #include of <sys/mutex.h>.des2001-06-101-0/+1
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-071-0/+172
OpenPOWER on IntegriCloud