NetBSD/sys/arch/sun3
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
dev (locally defined) HZ -> hz 2001-06-05 05:20:20 +00:00
include replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
stand Put longjmp's return value in the proper %d0. 2001-05-10 16:50:22 +00:00
sun3 accessible' only has one a'. 2001-06-19 12:52:20 +00:00
sun3x existent', not existant' 2001-06-19 13:42:07 +00:00
Makefile