NetBSD/sys/fs/ntfs
atatat 10a7ba9ef6 Tweak sysctl setup functions (the macros, actually) for use in lkms,
and tweak lkminit_*.c (where applicable) to call them, and to call
sysctl_teardown() when being unloaded.

This consists of (1) making setup functions not be static when being
compiled as lkms (change to sys/sysctl.h), (2) making prototypes
visible for the various setup functions in header files (changes to
various header files), and (3) making simple "load" and "unload"
functions in the actual lkminit stuff.

linux_sysctl.c also needs its root exposed (ie, made not static) for
this (when built as an lkm).
2004-05-20 06:34:24 +00:00
..
files.ntfs move NTFS code from sys/ntfs to sys/fs/ntfs 2002-12-23 17:38:19 +00:00
Makefile move NTFS code from sys/ntfs to sys/fs/ntfs 2002-12-23 17:38:19 +00:00
ntfs_compr.c
ntfs_compr.h
ntfs_conv.c
ntfs_ihash.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ntfs_ihash.h move NTFS code from sys/ntfs to sys/fs/ntfs 2002-12-23 17:38:19 +00:00
ntfs_inode.h
ntfs_subr.c caddr_t -> void * and removal of some more casts. 2004-05-12 02:07:37 +00:00
ntfs_subr.h move NTFS code from sys/ntfs to sys/fs/ntfs 2002-12-23 17:38:19 +00:00
ntfs_vfsops.c Remove caddr_t inlines. Approved by christos@NetBSD.org. 2004-05-04 13:26:58 +00:00
ntfs_vfsops.h Tweak sysctl setup functions (the macros, actually) for use in lkms, 2004-05-20 06:34:24 +00:00
ntfs_vnops.c use global prtactive setting instead of ntfs-specific variable; 2004-02-29 11:08:55 +00:00
ntfs.h
ntfsmount.h terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
TODO