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