NetBSD/sys/arch/vax
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
..
bi Add extra argument to scb_vecalloc (a struct evcnt *) 2000-06-04 02:19:24 +00:00
boot Variable "from" must be in first block read from disk, otherwise it will be 2000-06-19 20:05:17 +00:00
compile
conf add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
consolerl
floppy
if remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
include raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
mba remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
stand make printf happy. 2000-06-17 01:05:11 +00:00
uba remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
vax remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
vsa remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
Makefile Add an installboot. 2000-06-17 01:01:06 +00:00