.. |
Makefile
|
Rework the way kernel include files are installed. In the new method,
|
1998-06-12 23:22:30 +00:00 |
ansi.h
|
Provide definitions for intptr_t and uintptr_t, signed resp. unsigned integral
|
1998-04-27 17:39:10 +00:00 |
aout_machdep.h
|
…
|
|
asm.h
|
Implement WARN_REFERENCES().
|
1998-12-02 00:58:42 +00:00 |
bsd-aout.h
|
RCSID Police.
|
1998-01-05 07:02:46 +00:00 |
cachectl.h
|
Prototype ANSI-safe gcc trampoline entrypoint.
|
1997-10-18 02:25:14 +00:00 |
cdefs.h
|
Bug fixes and cleanup from Chris Demetriou <cgd@pa.dec.com>:
|
1997-11-04 23:09:23 +00:00 |
conf.h
|
lint: Create mips/include/conf.h with prototypes for {mem device.
|
1997-05-24 08:57:59 +00:00 |
cpu.h
|
Changes to support fork_kthread():
|
1998-11-11 06:41:23 +00:00 |
cpuregs.h
|
- Fix an error in primary cache line size detection logic; when IC and/or DC
|
1998-12-04 10:32:08 +00:00 |
db_machdep.h
|
Define PC_ADVANCE() to advance the PC around the break instruction only
|
1997-11-18 21:13:17 +00:00 |
ecoff_machdep.h
|
#ifdef _KERNEL around cpu_exec_ecoff_setregs() prototype.
|
1998-12-05 07:26:11 +00:00 |
elf.h
|
…
|
|
elf_machdep.h
|
Define ELF dynamic types for MIPS (some will be used by ld.elf_so).
|
1998-03-25 04:06:50 +00:00 |
endian.h
|
(Always) (practice) (safe) (macro expansion).
|
1998-07-31 15:07:41 +00:00 |
float.h
|
DBL_MIN and DBL_MAX were less precise than they should have been.
|
1998-02-18 10:37:04 +00:00 |
ieeefp.h
|
RCSID Police.
|
1998-01-05 07:02:46 +00:00 |
intr.h
|
* Create /sys/arch/mips/include/intr.h, with extern declaration of
|
1998-03-26 12:46:33 +00:00 |
kcore.h
|
New crash dump format definition for NetBSD/mips.
|
1998-02-19 23:06:11 +00:00 |
kdbparam.h
|
* Change Sprite MACH_xxx prefix to MIPS_xxx.
|
1997-06-22 07:42:25 +00:00 |
limits.h
|
_POSIX_SOURCE -> _POSIX_C_SOURCE
|
1998-08-06 11:25:04 +00:00 |
locore.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
mips1_pte.h
|
Changes for configuring both MIPS1 and MIPS3, from a merge of
|
1997-06-16 23:41:40 +00:00 |
mips3_pte.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
mips_opcode.h
|
Add bi-endian support to mips locore, <mips/endian.h>, and mips_opcode.h.
|
1997-10-17 04:43:57 +00:00 |
mips_param.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
pcb.h
|
From Toru Nishimura: user pcb/proc changes for exception handling and
|
1997-06-15 17:36:24 +00:00 |
pmap.h
|
Add PV_REFERENCED and track as for PV_MODIFIED,.
|
1998-11-29 03:18:32 +00:00 |
proc.h
|
DDB for mips.
|
1997-07-07 03:54:24 +00:00 |
profile.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
psl.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
pte.h
|
Cast mips1-only and mips3-only pfn_to_vad() macros to match the mips1/mips3
|
1997-06-21 04:10:42 +00:00 |
ptrace.h
|
Comment out PT_STEP for 1.3. Defining it causes gdb 4.16 to break.
|
1997-10-20 07:29:23 +00:00 |
reg.h
|
* Re-apply changes from rev 1.6 of sys/arch/mips/include/reg.h accidentally
|
1997-07-19 09:54:23 +00:00 |
regdef.h
|
…
|
|
regnum.h
|
"PS" alias for "SR" clashes with netccitt/pk.h. ifdef out.
|
1998-07-05 04:14:56 +00:00 |
reloc.h
|
…
|
|
setjmp.h
|
Need 87 longs for a jmp_buf now (we use sigcontext, which grew).
|
1998-09-16 23:15:08 +00:00 |
signal.h
|
sigset13_t -> int.
|
1998-09-14 02:48:33 +00:00 |
stdarg.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
sysarch.h
|
change second parm of sysarch() from char * to void *
|
1998-02-25 21:24:56 +00:00 |
trap.h
|
Cleanup kdbpeek() definition as noted in PR port-mips/5252.
|
1998-10-24 01:36:09 +00:00 |
types.h
|
Merge paddr_t changes into the main branch.
|
1998-08-13 02:10:37 +00:00 |
varargs.h
|
Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.
|
1998-09-11 16:46:31 +00:00 |
vmparam.h
|
Implement and switch to MACHINE_NEW_NONCONTIG.
|
1998-02-25 23:26:41 +00:00 |