NetBSD/sys/arch/vax
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
..
bi
boot Remove forgotten VAX_BTYP_690. From Michael Kukat. 2001-05-04 14:13:50 +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
consolerl
floppy
if Giant update from Michael Kukat (michael@unixiron.org). 2001-02-04 20:36:26 +00:00
include constraint, not contraint. 2001-06-21 12:15:03 +00:00
mba
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
uba Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily 2001-05-16 05:36:53 +00:00
vax Panic if page fault on interrupt stack, per request from Jason Thorpe. 2001-06-28 21:54:23 +00:00
vsa Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily 2001-05-16 05:36:53 +00:00
Makefile