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
/
ext2fs
History
bouyer
3bf1a6ad00
ufs_getlbns needs an array of NIADDR+1 struct indir's, and not NIADDR.
...
This fixes a panic due to stack corruption when reading larges files.
1997-07-24 17:18:03 +00:00
..
ext2fs_alloc.c
…
ext2fs_balloc.c
…
ext2fs_bmap.c
ufs_getlbns needs an array of NIADDR+1 struct indir's, and not NIADDR.
1997-07-24 17:18:03 +00:00
ext2fs_dinode.h
…
ext2fs_dir.h
…
ext2fs_extern.h
…
ext2fs_inode.c
Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many
1997-07-04 20:22:09 +00:00
ext2fs_lookup.c
…
ext2fs_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
ext2fs_subr.c
…
ext2fs_vfsops.c
Add a lock locking around inode hashing.
1997-07-17 16:56:44 +00:00
ext2fs_vnops.c
…
ext2fs.h
…