| Age | Commit message (Expand) | Author |
| 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 |
| 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-01-07 | Make P2K_WIZARDUID require a valid integer instead of defaulting to root. | 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 | support extended attributes | pooka |
| 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-20 | Report actual group array size instead of 0 (which always gives back 0 grousp). | pooka |
| 2009-11-20 | Add "wizardmode", which allows to specify the uid which is used to | pooka |
| 2009-10-19 | Default "recycle" to false in inactive. File system drivers do | pooka |
| 2009-10-18 | Split init routines a bit more to allow for p2k init without having | pooka |
| 2009-10-17 | Implement abortop. | pooka |
| 2009-10-15 | use newstyle rump lwp interfaces | pooka |
| 2009-10-14 | Adjust names of external rump control interfaces to match the | pooka |
| 2009-10-13 | Expand rump curlwp macro. | pooka |
| 2009-10-09 | Expose a separate mount and run interface for those servers which | pooka |
| 2009-10-07 | puffs might call getattr after we decided to recycle node. protect. | pooka |
| 2009-10-07 | Provide p2k_run_diskfs(), which acts like p2k_run_fs(), but taps | pooka |
| 2009-10-06 | don't double free p2m | pooka |
| 2009-10-06 | Give a p2k node an internal state. This allows us to do proper | pooka |
| 2009-08-04 | supply proper flags to pager | pooka |
| 2009-07-22 | * catch up with the ukfs changes | pooka |
| 2009-05-22 | Support mounting post-time_t rump file systems on a pre-time_t host. | pooka |