NetBSD/sys/arch/cobalt
itojun d738f90fd7 raise MSIZE from 128 to 256.
- for sizeof(void *) == 8 arch, this is mandatory.  MHLEN is too small
  already (less than 80) and there are chances for unwanted packet loss due
  to m_pullup restriction.
- for other cases, the change should avoid allocating clusters in most cases
  (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of
  extension header)

portmasters: if your arch chokes with the change (high memory usage or
whatever), please backout the change for your arch.
2000-06-30 17:55:11 +00:00
..
cobalt Don't include <vm/vm.h>. 2000-06-27 18:10:04 +00:00
compile
conf add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
dev Static poisoning. 2000-05-29 15:43:32 +00:00
include raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pci Don't include <vm/vm.h>. 2000-06-27 18:10:04 +00:00
stand s/installboot/installkernel/, so it won't be confused with a real installboot. 2000-06-20 00:24:03 +00:00
Makefile Fix tags directory list. 2000-06-28 09:47:55 +00:00
TODO Update. 2000-04-03 00:20:11 +00:00