summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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