NetBSD/sys/arch/macppc/conf
darcy ce0ec1e208 Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores.  It appears that there are no overrides
in the code and each file has the following added.

 options    SYSVSEM     # System V semaphores
+#options   SEMMNI=10   # number of semaphore identifiers
+#options   SEMMNS=60   # number of semaphores in system
+#options   SEMUME=10   # max number of undo entries per process
+#options   SEMMNU=30   # number of undo structures in system
 options    SYSVSHM     # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten.  It was done separately.
2001-06-30 11:00:31 +00:00
..
GENERIC Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
GENERIC_MD Change base address to 0x800000. 2000-11-27 14:41:47 +00:00
INSTALL Remove options NMBCLUSTERS=1024 -- it's default now. 2001-06-10 15:41:13 +00:00
Makefile.macppc Add -Wstrict-prototypes. 2001-06-19 13:00:42 +00:00
POWERMAC Remove options NMBCLUSTERS=1024 -- it's default now. 2001-06-10 15:41:13 +00:00
files.macppc Adapt to linux emul trap change. 2001-06-24 17:38:28 +00:00
std.macppc Change comment. 2001-06-12 17:36:55 +00:00