| Age | Commit message (Expand) | Author |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2016-01-25 | Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed | pooka |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2016-01-23 | Don't include <sys/vnode.h> to get the pager constants. | christos |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-04-20 | Release dir after create/mknod/mkdir/symlink as 6.99.29 required. | riastradh |
| 2014-03-10 | rump_pub_getversion -> rump_getversion | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-09-11 | If a library needs a symbol from another library, pull that library in | joerg |
| 2012-11-23 | Explicitly cast enum type. | joerg |
| 2012-11-18 | s/EJUSTRETURN/RUMP_EJUSTRETURN/ | pooka |
| 2012-11-18 | Finally remove the "temporary" __VTYPE_DEFINED stuff I added >5 years ago. | pooka |
| 2012-08-16 | Fix regression that has been introduced when the lookup/reclaim race | manu |
| 2012-08-12 | libpuffs and libp2k both use the cookie to different structure, which now | manu |
| 2011-07-04 | Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the | manu |
| 2011-03-21 | update copyright | pooka |
| 2011-01-07 | Make P2K_WIZARDUID require a valid integer instead of defaulting to root. | pooka |
| 2011-01-07 | Document how to get debug info for the mount. | pooka |
| 2011-01-07 | In case of a P2K_DEBUG mount, dump mount point contents when the | pooka |
| 2011-01-07 | in case unmount fails (it never should), do a full mountpoint dump | pooka |
| 2011-01-07 | Remove the componentname-saving code since it was addressing | pooka |
| 2011-01-07 | Fix file handles. Problem reported & fix tested by kefren. | pooka |
| 2011-01-02 | rump_lwproc_newproc -> rump_lwproc_rfork | pooka |
| 2011-01-02 | Add an INRELOOKUP namei flag. Sigh. (We don't need more namei flags.) | dholland |
| 2010-11-30 | Remove dead code from previous revision. | pooka |
| 2010-11-30 | SAVENAME and HASBUF namei flags have been removed; update accordingly. | dholland |
| 2010-11-26 | update comment | pooka |
| 2010-09-07 | Simplify now that ukfs deals with being called from a thread which | pooka |
| 2010-09-07 | Migrate from rump private interfaces to syscalls. | pooka |
| 2010-09-01 | update to new rump proc/lwp interfaces | pooka |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-06-07 | no need to typecast in pathconf anymore | pooka |
| 2010-06-06 | Pass VOP_PATHCONF to backend file server. inspired by njoly. | pooka |
| 2010-05-21 | bump major of libs NEEDING libpuffs | pooka |
| 2010-05-21 | support extended attributes | pooka |
| 2010-05-20 | Use standard section headers. | jruoho |
| 2010-05-20 | Initialize "hasdebug" default deterministically. | pooka |
| 2010-05-01 | If P2K_DEBUG is given, also dump rump kernel event counters when | pooka |
| 2010-04-29 | If vfstype is MOUNT_RUMPFS, assume we don't actually want to mount | pooka |
| 2010-04-14 | Some _t purification. no functional change. | pooka |
| 2009-12-23 | Technically we're supposed to use flags from the RUMP_NAMEI namespace | pooka |
| 2009-12-23 | Use NAMEI_INRENAME to improve the situation with detecting on when | pooka |
| 2009-12-16 | Don't VOP_PUTPAGES(PGO_FREE) in inactive for tmpfs, since we now | pooka |
| 2009-12-03 | Adapt ukfs users to the new ukfs_part interface. | pooka |
| 2009-11-21 | Fix typo and uppercase UID. | wiz |
| 2009-11-21 | Update for recent interface additions. | pooka |
| 2009-11-21 | nuke leading whitespace | pooka |