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
/
ntfs
History
Craig Rodrigues
b575132598
Cast bf_sysid to const char * when passing it to strncmp(), because
...
strncmp does not take an unsigned char *. Eliminates warning with GCC 4.0.
2005-09-11 16:02:14 +00:00
..
ntfs_compr.c
…
ntfs_compr.h
…
ntfs_iconv.c
…
ntfs_ihash.c
/* -> /*- for copyright notices, minor format tweaks as necessary
2005-01-06 18:10:42 +00:00
ntfs_ihash.h
Do the dreaded s/dev_t/struct cdev */
2004-06-16 09:47:26 +00:00
ntfs_inode.h
Do the dreaded s/dev_t/struct cdev */
2004-06-16 09:47:26 +00:00
ntfs_subr.c
The printf(9) `%p' conversion specifier puts an "0x" in
2005-05-06 00:15:57 +00:00
ntfs_subr.h
…
ntfs_vfsops.c
Cast bf_sysid to const char * when passing it to strncmp(), because
2005-09-11 16:02:14 +00:00
ntfs_vfsops.h
make M_NTFSMNT and ntfs_calccfree() static
2005-02-10 12:09:49 +00:00
ntfs_vnops.c
- Correct the dprintf format int the _lookup routine.
2005-03-28 14:26:01 +00:00
ntfs.h
Do not declare M_NTFSMNT with extern linkage here, since
2005-09-11 15:57:07 +00:00
ntfsmount.h
…