NetBSD/sys/arch/dreamcast
manu 2cab231d44 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)
2014-11-12 10:47:20 +00:00
..
compile
conf Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels 2014-11-12 10:47:20 +00:00
dev Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
dreamcast use cpu_{g,s}etmodel 2014-03-24 20:06:31 +00:00
include make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
Makefile