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
/
ufs
/
ufs
History
fvdl
f2377e977b
When allocating a new block, store the result obtained through counting
...
indirect blocks in a 64 bit integer, to prevent overflows when computing NINDIR^3
1997-07-17 23:40:07 +00:00
..
dinode.h
…
dir.h
…
inode.h
…
quota.h
…
ufs_bmap.c
When allocating a new block, store the result obtained through counting
1997-07-17 23:40:07 +00:00
ufs_extern.h
…
ufs_ihash.c
Give the hash lock a better name, it's not just ffs that uses it.
1997-07-15 19:08:18 +00:00
ufs_inode.c
…
ufs_lookup.c
…
ufs_quota.c
…
ufs_readwrite.c
Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many
1997-07-04 20:22:09 +00:00
ufs_vfsops.c
…
ufs_vnops.c
…
ufsmount.h
…