NetBSD/sys/arch/m68k/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
asm.h Add a WEAK_ALIAS() macro. 2000-06-23 12:18:45 +00:00
asm_single.h no semicolon, please 1998-07-25 09:24:17 +00:00
bswap.h Include <sys/bswap.h> for function prototypes. i386, pc532 and vax 1999-08-21 05:39:51 +00:00
cacheops.h Bug fixes for 68020only or 68030only machines, by Aymeric Vincent. 2000-04-05 19:38:33 +00:00
cacheops_20.h Add register prefixes. 1999-11-06 17:42:31 +00:00
cacheops_30.h Add register prefixes. 1999-11-06 17:42:31 +00:00
cacheops_40.h Add register prefixes. 1999-11-06 17:42:31 +00:00
cacheops_60.h Add register prefixes. 1999-11-06 17:42:31 +00:00
cdefs.h Garbage-collect. 1999-03-20 01:40:25 +00:00
cpu.h Move the (boiled down) interface declarations into m68k.h 1997-10-21 18:03:56 +00:00
db_machdep.h <vm/vm_param.h> -> <uvm/uvm_param.h> 2000-06-26 14:58:58 +00:00
elf_machdep.h Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian_machdep.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
float.h The smallest positive normalized number in extended precision is 2^-16383. 1998-09-27 04:54:49 +00:00
frame.h Move linux_reenter_syscall() to a common location and rename it to 1999-04-19 20:58:37 +00:00
ieee.h
ieeefp.h RCSID Police. 1998-01-05 07:02:46 +00:00
int_types.h Resolve some formatting nits; add __intptr_t and __uintptr_t. 2000-06-27 04:58:51 +00:00
kcore.h
limits.h Define ISO C99 (unsigned) long long (min, max) symbols. 2000-03-07 19:31:49 +00:00
lock.h On the m68k, the most efficient type for __cpu_simple_lock_t is 2000-05-02 05:17:45 +00:00
m68k.h comments 1997-10-21 19:15:33 +00:00
math.h Improve namespace test macros a bit. 2000-02-05 14:04:36 +00:00
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h Provide multiple inclusion protection. 1999-11-03 00:47:21 +00:00
profile.h Add register prefixes. 1999-11-06 17:42:31 +00:00
psl.h Add register prefixes. 1999-11-06 17:42:31 +00:00
ptrace.h
reg.h Define FP as a synonym for A6. 1999-04-19 21:19:08 +00:00
setjmp.h Need 21 longs for jmp_buf now, due to 128-bit signal mask (and use 1998-09-15 23:06:41 +00:00
signal.h Pull in <m68k/frame.h> if __M68K_SIGNAL_PRIVATE, for sigstate. 1998-09-30 21:52:45 +00:00
stdarg.h Add a C99-style va_copy macro. 2000-02-03 16:16:06 +00:00
svr4_machdep.h Add COMPAT_SVR4 for m68k. 1999-04-19 21:22:56 +00:00
sync_icache.h * Declaration mismatch: len is a size_t, not a pointer to one. 1999-04-13 16:52:37 +00:00
sysctl.h
trap.h
types.h Merge paddr_t changes into the main branch. 1998-08-13 02:10:37 +00:00
varargs.h