NetBSD/sys/arch/arm26/include
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
..
Makefile Add <machine/int_types.h>, which provides namespace-pure definitions 2000-06-26 15:42:16 +00:00
ansi.h G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_. 2000-06-27 05:53:22 +00:00
aout_machdep.h
armreg.h
asm.h Add a WEAK_ALIAS() macro. 2000-06-23 12:18:45 +00:00
boot.h
bswap.h
bus.h sys/dev/ic/i82586var.h needs bus_dmamap_t 2000-06-08 23:23:41 +00:00
cdefs.h
cpu.h
db_machdep.h remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:32:34 +00:00
disklabel.h
disklabel_acorn.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
fp.h
frame.h
ieee.h
ieeefp.h
int_types.h Resolve some formatting nits; add __intptr_t and __uintptr_t. 2000-06-27 04:58:51 +00:00
intr.h
ipkdb.h
irq.h
limits.h
lock.h
machdep.h
math.h
memcreg.h
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h
pmap.h
proc.h
profile.h rename mcount functions out of user namespace 2000-06-08 23:25:05 +00:00
pte.h
ptrace.h
reg.h
setjmp.h
signal.h
softintr.h
spl.h Bring spl stuff closer to specs 2000-06-08 23:26:10 +00:00
stdarg.h
trap.h
types.h
undefined.h
varargs.h
vmparam.h