NetBSD/sys/arch/m68k/include
scw 0dc48bfa8f Add a `/t' modifier to the m68k ddb's `trace' command. This enables
one to perform a kernel traceback of any (non-swapped-out) process in
the system. For example, to show the traceback for PID 178:

  db> t/t 0t178
  trace: pid 178 at 0xabcd68
  _mi_switch(0x109f60) + 164
  ...
  db>
2000-08-10 08:02:35 +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
bswap.h
cacheops.h Bug fixes for 68020only or 68030only machines, by Aymeric Vincent. 2000-04-05 19:38:33 +00:00
cacheops_20.h
cacheops_30.h
cacheops_40.h
cacheops_60.h
cdefs.h
cpu.h
db_machdep.h <vm/vm_param.h> -> <uvm/uvm_param.h> 2000-06-26 14:58:58 +00:00
elf_machdep.h
endian.h
endian_machdep.h
float.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
kcore.h
limits.h Preparation for the future introduction of multibyte locale. 2000-08-08 22:31:13 +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
math.h
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h Add a `/t' modifier to the m68k ddb's `trace' command. This enables 2000-08-10 08:02:35 +00:00
profile.h
psl.h
ptrace.h
reg.h
setjmp.h
signal.h
stdarg.h
svr4_machdep.h
sync_icache.h
sysctl.h
trap.h
types.h
varargs.h