NetBSD/sys/arch/arm26
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
..
arm26 Change the DUBUG check on interrupt depth in do_fault() into a KASSERT, since 2001-06-26 19:37:18 +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
include Don't need to prototype child_return() here, it's in <sys/proc.h>. 2001-06-14 22:56:55 +00:00
iobus `existent', not `existant' 2001-06-19 13:42:07 +00:00
ioc receive, not recieve 2001-06-12 15:17:10 +00:00
podulebus Gratuitous spelling corrections: 2001-06-28 23:01:55 +00:00
stand Fix "Unknown or missing variable at line 3210". I'm sure this isn't the first 2001-05-26 15:58:26 +00:00
vidc Correct return type of arcvideo_show_screen(). 2001-02-17 18:45:19 +00:00
Makefile New mechanism for building the tokenised version of BBBB under NetBSD. This 2000-11-21 23:47:37 +00:00