summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic in pseudofs(9) that could occur when doing an I/Onectar2004-02-101-0/+5
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-021-15/+17
* 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
* Don't unlock the parent directory vnode twice if the ISDOTDOT flagtruckman2003-06-011-1/+2
* Get rid of caddr_t.des2003-03-021-1/+1
* 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-261-47/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+50
* Lock down pseudofs:jeff2002-07-081-0/+24
* Gratuitous whitespace cleanup.des2002-06-061-47/+47
* 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
* Remove stale XXX comment.jhb2002-04-141-1/+0
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-1/+1
* 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
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-191-1/+13
* Add VOP_GETEXTATTR(9) passthrough support to pseudofs.green2001-12-111-0/+42
* 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-271-1/+26
* Add VOP_IOCTL support, and fix a bug that would cause a panic if a file ordes2001-10-261-3/+47
* Switch to dynamic rather than static initialization.des2001-10-191-28/+33
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-021-10/+12
* YA pseudofs megacommit, part 1:des2001-10-011-37/+89
* pseudofs.h:des2001-09-301-34/+50
* Pseudofs take 2:des2001-09-291-31/+135
* The previous commit introduced some references to "curproc" which should havedes2001-09-281-2/+2
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-4/+54
* KSE Milestone 2julian2001-09-121-3/+3
* #if 0 out pfs_null() to silence the warning about it not being referenced.des2001-06-151-0/+2
* For some reason, though the module builds just fine without <sys/lock.h>,des2001-06-111-0/+1
* Bail out if the fill function failed.des2001-06-101-0/+10
* Add support for process-dependent directories. This means that save fordes2001-06-101-90/+129
* Blah, not my day. This file needs <sys/mutex.h> now.des2001-06-101-0/+1
* Remember to unlock the process pfind() returns.des2001-06-101-1/+5
* Catch up with the change in sbuf_new's prototype.des2001-06-101-8/+8
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-071-0/+419
OpenPOWER on IntegriCloud