NetBSD/sys/arch
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
..
alpha add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
amiga add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
amigappc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
arc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
arm26 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
arm32 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
atari add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
bebox raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
cobalt raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
evbsh3 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
hp300 add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
hpcmips raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
i386 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
luna68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
m68k raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
mac68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
macppc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
mips remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:10:45 +00:00
mmeye raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
mvme68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
news68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
newsmips raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
next68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
ofppc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pc532 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pmax raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
powerpc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
prep raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
sgimips raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
sh3 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
sparc raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
sparc64 raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
sun3 add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
vax raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
x68k add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
Makefile Add new SUBDIRs. 2000-02-19 02:03:29 +00:00