summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs
Commit message (Expand)AuthorAgeFilesLines
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* fix grammar in commentjmg2003-06-201-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-15/+6
* Don't unlock the parent directory vnode twice if the ISDOTDOT flagtruckman2003-06-011-1/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-5/+7
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Get rid of caddr_t.des2003-03-022-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-193-8/+8
* Do not allow a cached vnode to be shared among multiple mounts of the sametjr2003-01-281-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-8/+8
* GC an unused reference to vop_refreshlabel_desc; reference torwatson2003-01-211-3/+0
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-262-57/+0
* '&' not used for pointers to functions.phk2002-10-201-2/+2
* Plug an infrequent (I think) memory leak.phk2002-10-151-1/+3
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-2/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-2/+11
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-0/+60
* Lock down pseudofs:jeff2002-07-082-0/+29
* Gratuitous whitespace cleanup.des2002-06-065-88/+88
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* s/pfs_badop/vop_eopnotsupp/des2002-05-031-17/+9
* Convert the pseudofs framework to nmount (thus procfs and linprocfs).mux2002-05-022-8/+8
* Remove stale XXX comment.jhb2002-04-141-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-043-3/+4
* Part I: Update extended attribute API and ABI:rwatson2002-02-102-2/+2
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.rwatson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().rwatson2002-02-041-2/+1
* Staticise pfs_vncache, it's not used anywhere else.msmith2002-01-081-1/+1
* Do not derefer null.tanimura2002-01-041-0/+4
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-192-4/+22
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-112-0/+55
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-8/+8
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.des2001-12-091-3/+3
* Add support for a last-close handler.des2001-11-273-3/+38
* Reduce the number of #include dependencies by declaring some of the structsdes2001-11-034-6/+19
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file ordes2001-10-262-4/+58
* 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-193-62/+288
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-023-10/+57
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
* [the previous commit to pseudofs_vncache.c got the wrong log message]des2001-10-011-0/+2
* YA pseudofs megacommit, part 1:des2001-10-013-79/+181
OpenPOWER on IntegriCloud