NetBSD/sys/arch/macppc
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 appease gcc 4.8 2014-11-11 23:08:37 +00:00
include Consistently define WARN in a way that passes format string checks, i.e. 2014-08-06 21:57:48 +00:00
macppc in the initial asm code, save the interesting caller-saved registers 2014-11-09 00:05:06 +00:00
pci add G5 support 2013-05-01 14:24:48 +00:00
stand Put GCC/GAS specific options under ACTIVE_CC == "gcc". 2014-08-10 17:44:26 +00:00
Makefile