NetBSD/sys/ufs/ffs
atatat 13f8d2ce5f Dynamic sysctl.
Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al.  Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.

Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded.  Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.

All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.

PS - I'm sorry, but there's a distinct lack of documentation at the
moment.  I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
2003-12-04 19:38:21 +00:00
..
Makefile
ffs_alloc.c Remove part of previous -- there is NO reason for directory allocation to use 2003-11-27 04:52:55 +00:00
ffs_appleufs.c Whitespace nits. 2003-10-13 17:07:55 +00:00
ffs_balloc.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_bswap.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_extern.h Dynamic sysctl. 2003-12-04 19:38:21 +00:00
ffs_inode.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ffs_softdep.c Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
ffs_softdep.stub.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ffs_subr.c clarify comments, especially since ffs_isfreeblock is non-intuitive: 2003-12-02 04:40:43 +00:00
ffs_tables.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_vfsops.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
ffs_vnops.c Kernel portion of the fsync_range(2) system call. Written by Bill 2003-11-15 01:19:38 +00:00
fs.h Declare fs_old_flags and fs_flags as unsigned. 2003-09-29 20:34:23 +00:00
softdep.h Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00