NetBSD/sys/arch/mipsco
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
conf Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
include Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
isa Clear interrupt latch after interrupts are processed, not before. 2001-04-02 09:54:16 +00:00
mipsco Do a straight and simple cpu identification in cpu_attach(). 2001-06-27 08:20:44 +00:00
obio use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
stand use getprogname() 2001-02-20 23:51:59 +00:00
Makefile Add stand directory to build process 2000-09-26 11:45:06 +00:00