summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* pseudofs.h:des2001-09-302-37/+54
* Pseudofs take 2:des2001-09-293-54/+170
* 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-252-6/+67
* KSE Milestone 2julian2001-09-124-13/+13
* #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-113-0/+3
* Bail out if the fill function failed.des2001-06-101-0/+10
* Whoops, some of my test code snuck in here.des2001-06-101-1/+1
* Argh. Fix braino in previous commit.des2001-06-101-1/+1
* Add a 'flags' argument to the PFS_PROCDIR macro.des2001-06-101-2/+2
* Add support for process-dependent directories. This means that save fordes2001-06-106-147/+195
* 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
* Add missing #include of <sys/mutex.h>.des2001-06-103-0/+3
* 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-076-0/+1289
OpenPOWER on IntegriCloud