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
/
libukfs
Age
Commit message (
Expand
)
Author
2010-03-08
mfs is a bit off in the sense that mount(2) doesn't return since
pooka
2010-03-05
Update to use newstyle rump_module interfaces.
pooka
2009-12-13
Refcount ukfs_part. Otherwise it's not possible to call ukfs_mount()
pooka
2009-12-12
fix error branch
pooka
2009-12-11
uncommit accidental changes
pooka
2009-12-11
Use range locking (fnctl(F_SETLK)) instead of file locking (flock()).
pooka
2009-12-11
Init ukfs__part_{na,none} statically instead of at runtime to avoid
pooka
2009-12-03
Improve the ukfs magicpath interface a bit:
pooka
2009-11-22
Update. Especially, describe ukfs_mount_disk(), ukfs_release() flags
pooka
2009-11-16
Add RTLD_LAZY to dlopen call, to make it work on Linux hosts.
njoly
2009-11-05
default to UKFS_PARTITION_NONE in argvprobe
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-07
fix warning whine
pooka
2009-10-07
Add what is essentially disklabel support. All disk-based file
pooka
2009-10-02
* allow callers to store a private data pointer behind the ukfs handle
pooka
2009-09-29
Give rump_sys_unmount() in ukfs_release() a curlwp context. This
pooka
2009-09-14
fix markup
pooka
2009-08-04
If opening the device fails, skip etfs registration only if it is
pooka
2009-08-03
fix errno reporting
pooka
2009-08-03
* use new etfs interface
pooka
2009-07-23
return proper errno from mount
pooka
2009-07-22
delint
pooka
2009-07-22
Since rump rootfs now supports creating directories, mount ukfs
pooka
2009-07-21
Can't see any reason to stat() the .so before dlopen(), so get rid
pooka
2009-05-22
use compat syscalls if necessary
pooka
2009-05-15
Fix calls to rump syscalls now that the padding argument is no
pooka
2009-05-02
Since rump_module_load() doesn't actually load the module, change
pooka
2009-05-02
Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened
pooka
2009-04-26
Provide a stateful mode for readdir/read/write. Using them gives
pooka
2009-04-11
Use .Bl -ohang instead of physical markup.
joerg
2009-04-06
MNT_SOFTDEP -> MNT_LOG in example. pointed out by mrg.
pooka
2009-04-06
release root vnode at unmount
pooka
2009-02-11
Do not flock() block devices. The kernel recently started to guard
pooka
2009-01-23
Adjust for explicit errno parameter removal from rump syscalls
pooka
2009-01-23
Add #ifdef to disable pthread linkage requirement at compile-time.
pooka
2009-01-13
Update per rump_sys call __RENAME().
pooka
2009-01-11
merge christos-time_t
christos
2008-12-31
Nuke macros which haven't been used since the advent of RUMP_VOPs.
pooka
2008-12-30
Closing file in ukfs_release
stacktic
2008-11-27
LIBDPLIBS on librumpvfs
pooka
2008-11-26
Fix two mdoclint warnings.
wiz
2008-11-25
Add BUGS section which notes that dynamic linker features in dealing
pooka
2008-11-24
Return ENODEV instead of ENOENT if the file system is not available.
pooka
2008-11-21
rump_vfs_load -> rump_module_load
pooka
2008-11-21
dlerror() resets the error message, so save it since we want to
pooka
2008-11-17
Use RUMP_VOP instead of prehistoric rump_vp.
pooka
2008-11-07
* use advisory file locks to avoid multiple mounts on the same device
pooka
2008-10-07
Embed library build version into the init call and refuse to init
pooka
2008-09-30
adapt to RUMPCRED_SUSER change
pooka
[next]