| Commit message (Expand) | Author | Age | Files | Lines |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 2 | -57/+0 |
* | '&' not used for pointers to functions. | phk | 2002-10-20 | 1 | -2/+2 |
* | Plug an infrequent (I think) memory leak. | phk | 2002-10-15 | 1 | -1/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -2/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -1/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -2/+11 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 2 | -0/+60 |
* | Lock down pseudofs: | jeff | 2002-07-08 | 2 | -0/+29 |
* | Gratuitous whitespace cleanup. | des | 2002-06-06 | 5 | -88/+88 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | s/pfs_badop/vop_eopnotsupp/ | des | 2002-05-03 | 1 | -17/+9 |
* | Convert the pseudofs framework to nmount (thus procfs and linprocfs). | mux | 2002-05-02 | 2 | -8/+8 |
* | Remove stale XXX comment. | jhb | 2002-04-14 | 1 | -1/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 3 | -3/+4 |
* | Part I: Update extended attribute API and ABI: | rwatson | 2002-02-10 | 2 | -2/+2 |
* | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily. | rwatson | 2002-02-04 | 1 | -4/+2 |
* | Return EPERM instead of 0 in the un-implemented pseudofs_setattr(). | rwatson | 2002-02-04 | 1 | -2/+1 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Do not derefer null. | tanimura | 2002-01-04 | 1 | -0/+4 |
* | Pseudofs was leaking VFS cache entries badly due to its cache and use of | dillon | 2001-12-19 | 2 | -4/+22 |
* | Add VOP_GETEXTATTR(9) passthrough support to pseudofs. | green | 2001-12-11 | 2 | -0/+55 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -8/+8 |
* | Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__. | des | 2001-12-09 | 1 | -3/+3 |
* | Add support for a last-close handler. | des | 2001-11-27 | 3 | -3/+38 |
* | Reduce the number of #include dependencies by declaring some of the structs | des | 2001-11-03 | 4 | -6/+19 |
* | Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or | des | 2001-10-26 | 2 | -4/+58 |
* | Argh! I updated the version number in the MODULE_DEPEND() thingamagook but | des | 2001-10-19 | 1 | -1/+1 |
* | Switch to dynamic rather than static initialization. | des | 2001-10-19 | 3 | -62/+288 |
* | Add missing includes of sys/lock.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is set | des | 2001-10-02 | 3 | -10/+57 |
* | Only print "XXX (un)registered" message if bootverbose. | des | 2001-10-02 | 1 | -2/+4 |
* | [the previous commit to pseudofs_vncache.c got the wrong log message] | des | 2001-10-01 | 1 | -0/+2 |
* | YA pseudofs megacommit, part 1: | des | 2001-10-01 | 3 | -79/+181 |
* | pseudofs.h: | des | 2001-09-30 | 2 | -37/+54 |
* | Pseudofs take 2: | des | 2001-09-29 | 3 | -54/+170 |
* | The previous commit introduced some references to "curproc" which should have | des | 2001-09-28 | 1 | -2/+2 |
* | Clean up my source tree to avoid getting hit too badly by the next KSE or | des | 2001-09-25 | 2 | -6/+67 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -13/+13 |
* | #if 0 out pfs_null() to silence the warning about it not being referenced. | des | 2001-06-15 | 1 | -0/+2 |
* | For some reason, though the module builds just fine without <sys/lock.h>, | des | 2001-06-11 | 3 | -0/+3 |
* | Bail out if the fill function failed. | des | 2001-06-10 | 1 | -0/+10 |
* | Whoops, some of my test code snuck in here. | des | 2001-06-10 | 1 | -1/+1 |
* | Argh. Fix braino in previous commit. | des | 2001-06-10 | 1 | -1/+1 |
* | Add a 'flags' argument to the PFS_PROCDIR macro. | des | 2001-06-10 | 1 | -2/+2 |
* | Add support for process-dependent directories. This means that save for | des | 2001-06-10 | 6 | -147/+195 |
* | Blah, not my day. This file needs <sys/mutex.h> now. | des | 2001-06-10 | 1 | -0/+1 |
* | Remember to unlock the process pfind() returns. | des | 2001-06-10 | 1 | -1/+5 |
* | Add missing #include of <sys/mutex.h>. | des | 2001-06-10 | 3 | -0/+3 |