NetBSD/sys/arch/mipsco
manu 239cf5506d Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
2014-11-16 16:01:39 +00:00
..
compile
conf Remove unused extended attributes kernel options 2014-11-16 16:01:39 +00:00
include Consistently define WARN in a way that passes format string checks, i.e. 2014-08-06 21:57:48 +00:00
isa split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
mipsco Kill a pair of set-but-not-used local variables. 2014-06-08 07:01:30 +00:00
obio Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
stand make sure kernel is initialized properly. 2014-02-14 16:04:44 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00