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
/
sbin
/
newfs
History
dsl
8b6d0cec38
Speed up mkfs of ffsv1 by writing inodes more than 8k at a time.
...
Use mmap() instead of malloc() for temporary buffers so that they can be unmapped for mfs.
2004-03-18 20:35:55 +00:00
..
extern.h
…
Makefile
…
mkfs.c
Speed up mkfs of ffsv1 by writing inodes more than 8k at a time.
2004-03-18 20:35:55 +00:00
mount_mfs.8
…
newfs.8
…
newfs.c
…