This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
History
Tim J. Robbins
07a65634d9
Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid
...
truncation when files are larger than 4GB.
2003-12-22 12:33:31 +00:00
..
cd9660
…
coda
…
deadfs
…
devfs
…
fdescfs
Fix vnode locking in fdesc_setattr. Lock vnode before invoking
2003-11-19 04:14:42 +00:00
fifofs
…
hpfs
…
msdosfs
Make msdosfs long filenames matching case insensitive again.
2003-12-08 08:32:20 +00:00
ntfs
Avoid sign extension when casting signed characters to unsigned wide
2003-12-16 01:52:54 +00:00
nullfs
…
nwfs
Remove useless SMP check code.
2003-12-07 17:37:44 +00:00
portalfs
…
procfs
Minor whitespace and style issues.
2003-12-07 17:40:00 +00:00
pseudofs
Constify, and add an API function to find a named node in a directory.
2003-12-07 17:41:19 +00:00
smbfs
Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid
2003-12-22 12:33:31 +00:00
specfs
…
udf
Re-arrange and consolidate some random debugging stuff
2003-12-07 05:04:49 +00:00
umapfs
…
unionfs
…