This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
fs
/
msdosfs
History
Poul-Henning Kamp
f4b423ae60
Give msdosfs a unique inode number which is really the byteoffset of
...
the directory entry. This solves the corruption problem I belive. Regression test script by: silby
2005-04-07 07:55:37 +00:00
..
bootsect.h
…
bpb.h
…
denode.h
Give msdosfs a unique inode number which is really the byteoffset of
2005-04-07 07:55:37 +00:00
direntry.h
…
fat.h
…
msdosfs_conv.c
Used unsigned version.
2005-03-12 06:06:04 +00:00
msdosfs_denode.c
Give msdosfs a unique inode number which is really the byteoffset of
2005-04-07 07:55:37 +00:00
msdosfs_fat.c
…
msdosfs_fileno.c
…
msdosfs_iconv.c
…
msdosfs_lookup.c
- Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c
2005-03-29 13:04:00 +00:00
msdosfs_vfsops.c
- Update vfs_root implementations to match the new prototype. None of
2005-03-24 07:36:16 +00:00
msdosfs_vnops.c
…
msdosfsmount.h
Eliminate cdev pointer in inodes, they're not used or needed.
2005-03-15 20:57:25 +00:00