NetBSD/sys/arch/arc
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
..
arc introduce "struct platform", and remove "cputype" variable. 2001-06-13 15:39:13 +00:00
compile merge to NetBSD-current (DeskStation and Algor support is currently broken) 2000-01-23 20:45:01 +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 split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
dti remove "cputype", introduce "struct btl_config *btl_conf;" 2001-06-13 15:09:32 +00:00
include remove __BROKEN_CONFIG_UNIT_USAGE, finally (sorry to be late, cgd). 2001-06-13 15:38:15 +00:00
isa split pccons driver into "pccons" and "opms", 2001-06-13 15:05:43 +00:00
jazz make this compile without DIAGNOSTIC. 2001-06-24 05:00:40 +00:00
pci rename statically allocated software context which is needed for 2001-06-13 15:18:28 +00:00
stand Use ${COPY} instead of -c for ${INSTALL} commands. 2000-09-23 13:53:41 +00:00
Makefile Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
TODO remove resolved TODOs, reorder some entries, and some formating fixes. 2001-06-13 15:41:53 +00:00