NetBSD/sys/arch/netwinder
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
..
compile Need a compile directory for netwinder 2001-05-22 22:48:09 +00:00
conf Add System V semaphore resource limits to each GENERIC file that has an 2001-06-30 11:00:31 +00:00
include Add <arm/endian.h> and remove the cats, dnard and netwinder versions, since 2001-06-23 12:20:27 +00:00
isa Move the footbridge dir out of arm32 into arm. 2001-06-09 10:29:11 +00:00
netwinder `response', not `responce' 2001-06-19 13:45:52 +00:00
pci Footbridge files have moved from arm32 to arm sub-tree. 2001-06-11 10:51:09 +00:00
Makefile Use command Makefile.arm. Move non-std LOADADDRESS to std.netwinder. Add 2001-06-11 17:46:23 +00:00