index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libp2k
Age
Commit message (
Expand
)
Author
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
2009-11-21
document P2K_WIZARDUID
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
2009-05-03
make it possible to disable puffs caches
pooka
2009-05-03
rump_cred_destroy -> rump_cred_put
pooka
2009-04-02
ARGSUSED makes lindt a happy camper
pooka
2009-03-26
Don't abort() if the kernel complains we supplied an invalid type
pooka
2009-02-22
PR kern/26878 FFSv2 + softdep = livelock (no free ram)
ad
2009-02-10
document P2K_DEBUG and P2K_NODETACH
pooka
2009-02-10
If P2K_NODETACH is set in the env, do not .. well .. detach.
pooka
2009-01-11
bump shared libraries.
christos
2008-12-12
Defer ukfs (and hence rump) init until after detaching from console.
pooka
2008-11-27
LIBDPLIBS on librumpvfs
pooka
2008-11-14
Detach from console by default unless P2K_DEBUG is set in the
pooka
2008-11-12
reference rump_nfs
pooka
2008-10-07
check ukfs_init() return value
pooka
2008-09-30
Do not clear curlwp after request if we have unmounted. This avoids
pooka
2008-08-12
void * -> puffs_cookie_t
pooka
2008-08-01
__{BEGIN,END}_DECLS
pooka
2008-07-30
Nuke __VFSOPS_EXPOSE, it hasn't been used in ages.
pooka
2008-07-29
Install rump libraries and utilities to the base system and remove the
pooka