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
/
ntfs
History
enami
fee96e1746
Check if the type of device node isn't VBAD before touching v_specinfo. If
...
the device vnode is revoked, the field is NULL and touching it causes null pointer derefercence.
1999-10-20 14:32:09 +00:00
..
Makefile
move definition of ntfs_fget() and ntfs_frele() to ntfs_subr.h and g/c
1999-09-29 15:36:07 +00:00
ntfs_compr.c
…
ntfs_compr.h
…
ntfs_ihash.c
convert ntfs_ntlookup() to use lockmgr()-style locking, instead of it's
1999-09-30 16:56:40 +00:00
ntfs_ihash.h
convert ntfs_ntlookup() to use lockmgr()-style locking, instead of it's
1999-09-30 16:56:40 +00:00
ntfs_inode.h
* convert ntfs_nt{get|put|rele}() to lockmgr()-style locking and
1999-10-09 14:27:42 +00:00
ntfs_subr.c
update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode"
1999-10-10 14:48:37 +00:00
ntfs_subr.h
update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode"
1999-10-10 14:48:37 +00:00
ntfs_vfsops.c
Check if the type of device node isn't VBAD before touching v_specinfo. If
1999-10-20 14:32:09 +00:00
ntfs_vfsops.h
s/ntfs_loadnode/ntfs_loadntnode()/
1999-10-10 14:20:33 +00:00
ntfs_vnops.c
ntfs_lookup()
1999-10-10 14:19:54 +00:00
ntfs.h
Argh, actually commit the update of ntfsmount structure for NFS
1999-09-11 15:55:12 +00:00
ntfsmount.h
…
TODO
ntfs_nt{get|put|rele}() really are necessary, since ntnode may be
1999-10-09 14:29:36 +00:00