This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
rump
/
librump
/
rumpvfs
History
pooka
1fe7a9e1bb
If RUMP_BLKSECTSHIFT is set in the environment, use that as
...
device sector size instead of DEV_BSHIFT.
2010-01-31 13:15:08 +00:00
..
compat.c
…
devnodes.c
* implement rump_vfs_makeonedevnode(), where the interface for creating
2009-12-17 00:29:46 +00:00
devnull.c
* implement rump_vfs_makeonedevnode(), where the interface for creating
2009-12-17 00:29:46 +00:00
fstrans_stub.c
…
Makefile
…
Makefile.rumpvfs
Add devnull.c to sources (forgot to do it yesterday).
2009-12-17 12:49:22 +00:00
rump_vfs_private.h
* implement rump_vfs_makeonedevnode(), where the interface for creating
2009-12-17 00:29:46 +00:00
rump_vfs.c
* implement rump_vfs_makeonedevnode(), where the interface for creating
2009-12-17 00:29:46 +00:00
rumpblk.c
If RUMP_BLKSECTSHIFT is set in the environment, use that as
2010-01-31 13:15:08 +00:00
rumpfs.c
…
rumpvfs_if_priv.h
…
rumpvfs_if_wrappers.c
…
rumpvfs.ifspec
…
rumpvnode_if.c
…
vfsops_stub.c
…
vm_vfs.c
…