NetBSD/sys/arch/arm32
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
..
arm32 Add checks (make non DIAGNOSTIC) to make sure that we never call uvm_fault from an interrupt. 2001-06-26 22:09:19 +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
dev Merge arm32/dev/bus_space_notimpl.S and hpcarm/hpcarm/bus_space_notimpl.S 2001-06-18 22:26:15 +00:00
doc response', not responce' 2001-06-19 13:45:52 +00:00
fpe-arm
include Move <arm/arm32/bus.h> to <arm/bus.h>, since it looks like it's going to be 2001-06-18 21:37:32 +00:00
iomd Refer to the Risc PC IOMD by its real name (which appears to be IOMD20). 2001-05-13 14:30:00 +00:00
isa withough -> without 2001-06-13 10:45:57 +00:00
mainbus Part one of the COMCONSOLE repair ... it works now but the video console 2001-04-12 20:15:06 +00:00
ofw Split consinit functionality out of machdep.c into platform-specific 2001-06-11 11:56:57 +00:00
pci
podulebus receive, not recieve 2001-06-12 15:17:10 +00:00
rc7500 response', not responce' 2001-06-19 13:45:52 +00:00
riscpc response', not responce' 2001-06-19 13:45:52 +00:00
shark existent', not existant' 2001-06-19 13:42:07 +00:00
stand
vidc It looks like cninit() is necessary on Risc PCs using the old console 2001-06-23 16:47:41 +00:00
Makefile