NetBSD/sys/ufs/ffs
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
Makefile
ffs_alloc.c use arc4random instead of random (mask with INT32_MAX to avoid getting 2003-09-05 21:58:35 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_tables.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ffs_vfsops.c Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
ffs_vnops.c Remove the present incarnation of FSYNC_DATAONLY use from ffs_fsync() and 2003-10-25 19:52:21 +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