NetBSD/sys/arch/vax/conf
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
..
GENERIC Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
GENERIC.MP First cut of multiprocessor support for vax. Still much to do before 2000-03-19 14:56:52 +00:00
INSTALL Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily 2001-05-16 05:36:53 +00:00
Makefile.vax Don't include -mno-pic on gcc 2.95 2001-06-25 05:12:01 +00:00
files.vax remove interlan np100 entry as the referenced files don't exist 2001-06-13 06:43:08 +00:00
std.vax Tpyo 2000-07-19 20:29:45 +00:00