NetBSD/sys/arch/sun2
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
..
compile Added. 2001-04-22 21:00:27 +00:00
conf Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
dev Converted to use the new bus-specific attach args. 2001-06-27 17:41:03 +00:00
include Added a Makefile for the sun2 includes. 2001-06-27 19:22:18 +00:00
sun2 Added support for the PROM console. 2001-06-27 17:04:59 +00:00
Makefile Removed stand from SUBDIRS. 2001-06-27 19:23:16 +00:00