NetBSD/sys/arch/mac68k/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
GENERICSBC Fix PR port-mac68k/11343 2000-12-07 10:57:17 +00:00
INSTALL Ensure all INSTALL* kernels have two ptys, and a note explaining why: 2000-10-02 18:43:34 +00:00
INSTALLSBC Fix PR port-mac68k/11343 2000-12-07 10:57:17 +00:00
MYSTERY don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
Makefile.mac68k define _KERNEL_OPT as well as _KERNEL. we will use this in the future to 2001-05-29 02:20:20 +00:00
PUMA don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
RAMDISK
SPOT don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
files.mac68k Add an e_trapsignal member to struct emul, so that emulated processes can 2001-06-18 02:00:48 +00:00
std.mac68k Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC. 2000-06-22 20:27:49 +00:00