..
pc
new RCS ID format.
1994-10-27 04:14:23 +00:00
ansi.h
Add _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_; do some space vs. tab formatting
1997-11-23 20:20:53 +00:00
aout_machdep.h
new RCS ID format.
1994-10-27 04:14:23 +00:00
apmvar.h
put in place a proper bioscall.h (sorry about that!)
1997-10-15 01:20:33 +00:00
asm.h
Define the ALTENTRY() macro here.
1997-07-05 20:49:19 +00:00
bioscall.h
put in place a proper bioscall.h (sorry about that!)
1997-10-15 01:20:33 +00:00
bootinfo.h
Data structures passed from the boot loader to the kernel.
1997-09-20 12:08:21 +00:00
bus.h
Provide workaround (by Charles Hannum) for error in register allocation that
1997-10-01 08:25:15 +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
Implement poll(2).
1996-09-07 12:40:22 +00:00
cpu.h
Add a cpu_setup() function to "struct cpu_nocpuid_nameclass" and
1997-11-27 11:53:45 +00:00
cpufunc.h
Remove some vestiges of BDB.
1997-09-09 21:42:38 +00:00
cputypes.h
cosmetic cleanup (newlines, comments)
1997-10-18 04:51:03 +00:00
db_machdep.h
#define DB_AOUT_SYMBOLS
1997-06-26 01:26:56 +00:00
disklabel.h
Fix PR/2782: Remove definition of dos_partitions[].
1996-10-01 00:06:05 +00:00
elf_machdep.h
Add ENDIANNESS constant
1997-10-11 19:11:10 +00:00
endian.h
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
1997-10-09 15:42:19 +00:00
float.h
Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif.
1995-06-20 20:45:22 +00:00
frame.h
Various changes from John Kohl and me:
1995-10-11 04:19:29 +00:00
freebsd_machdep.h
FreeBSD binary compatibility module, from Noriyuki Soda.
1995-10-10 01:22:31 +00:00
gdt.h
Some general cleanup:
1997-11-13 03:16:42 +00:00
ibcs2_machdep.h
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 08:48:33 +00:00
ieeefp.h
RCSID Police.
1998-01-05 07:02:46 +00:00
intr.h
Add IPL_AUDIO.
1997-03-21 04:34:18 +00:00
joystick.h
add joystick driver from Matthieu Herrb (pr #2267 )
1996-03-27 19:11:13 +00:00
limits.h
multiple include protect machine/limits.h, fixes pr 4473 (from Mika Nystrom)
1998-01-09 22:23:44 +00:00
linux_machdep.h
Add missing prototypes.
1996-05-03 19:26:28 +00:00
mouse.h
new RCS ID format.
1994-10-27 04:14:23 +00:00
npx.h
new RCS ID format.
1994-10-27 04:14:23 +00:00
param.h
Change various constants that depend on the kernel VM base address. Lower
1997-10-20 00:45:03 +00:00
pcb.h
VM86 support, by John Kohl, touched up a bit by me.
1996-01-08 13:51:30 +00:00
pccons.h
Put all console initialization into 1 exported function (pccnattach()).
1997-08-23 14:10:12 +00:00
pio.h
make this idempotent. bus.h needs to include it, and other things which
1996-03-08 20:15:23 +00:00
pmap.h
this is the i386 MD portion of the MACHINE_NEW_NONCONTIG code, as
1998-01-13 12:52:16 +00:00
proc.h
Move the `used fpu' flag into mdproc, so it can be referenced when a process
1995-08-06 05:32:59 +00:00
profile.h
asm -> __asm__
1997-11-05 03:53:20 +00:00
psl.h
Do not permit the user to set the nested task flag.
1997-03-19 03:52:02 +00:00
pte.h
LOCORE -> _LOCORE
1996-02-01 22:28:24 +00:00
ptrace.h
Move the `used fpu' flag into mdproc, so it can be referenced when a process
1995-08-06 05:32:59 +00:00
reg.h
Update a comment dating from 4.3/VAX.
1997-10-16 02:31:32 +00:00
segments.h
Some general cleanup:
1997-11-13 03:16:42 +00:00
setjmp.h
make the definition of _JBLEN mach. dep. header-dependent.
1994-12-20 10:36:27 +00:00
signal.h
VM86 support, by John Kohl, touched up a bit by me.
1996-01-08 13:51:30 +00:00
specialreg.h
add bits for %cr4 and cpu_feature [from freebsd and www.sandpile.org]
1997-09-05 22:28:12 +00:00
spkr.h
new RCS ID format.
1994-10-27 04:14:23 +00:00
stdarg.h
Stylistic changes.
1995-12-25 23:15:31 +00:00
svr4_machdep.h
Reorganization of the signal frame and ucontext to make it shareable with
1995-03-31 02:51:37 +00:00
sysarch.h
VM86 support, by John Kohl, touched up a bit by me.
1996-01-08 13:51:30 +00:00
trap.h
new RCS ID format.
1994-10-27 04:14:23 +00:00
tss.h
Various changes from John Kohl and me:
1995-10-11 04:19:29 +00:00
types.h
Mark uses of long long with /* LONGLONG */ for lint. From
1997-11-05 04:36:08 +00:00
varargs.h
Make the type of __builtin_va_list a long.
1995-12-26 01:16:24 +00:00
vm86.h
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 08:48:33 +00:00
vmparam.h
this is the i386 MD portion of the MACHINE_NEW_NONCONTIG code, as
1998-01-13 12:52:16 +00:00