| Age | Commit message (Expand) | Author |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-20 | Fix kassert in lfs by initializing vp first. | riastradh |
| 2019-09-23 | Restore binary compatibility by using the statvfs90 structure internally. | christos |
| 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 | 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 |
| 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 |