NetBSD/lib/libukfs
pooka d5aab2d6c4 Do not flock() block devices. The kernel recently started to guard
against opening a block device twice and flock requires that we
keep the device open.  Hence, the same mount would attempt to open
for locking and then VOP_OPEN for kernel access and run into
problems.  This makes it possible to rump_foofs block devices again,
i.e. take the same command line arguments as regular mounts.
Noticed by apb.
2009-02-11 14:35:58 +00:00
..
Makefile LIBDPLIBS on librumpvfs 2008-11-27 16:14:46 +00:00
shlib_version merge christos-time_t 2009-01-11 02:45:45 +00:00
ukfs.3 Fix two mdoclint warnings. 2008-11-26 19:05:55 +00:00
ukfs.c Do not flock() block devices. The kernel recently started to guard 2009-02-11 14:35:58 +00:00
ukfs.h Embed library build version into the init call and refuse to init 2008-10-07 23:16:59 +00:00