.. |
pc
|
…
|
|
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
|
…
|
|
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
|
Generate dependencies on the USER_LDT option.
|
1998-01-22 00:39:16 +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
|
Generate dependencies on the CPU type options (I386_CPU, I486_CPU, ...)
|
1998-01-15 19:47:36 +00:00 |
float.h
|
…
|
|
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
|
…
|
|
npx.h
|
…
|
|
param.h
|
remove unused and misleading KERNSIZE definition
|
1998-01-20 13:11:25 +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
|
Generate dependencies on the VM86 option.
|
1998-01-15 22:25:52 +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
|
Generate dependencies on the VM86 option.
|
1998-01-15 22:25:52 +00:00 |
setjmp.h
|
…
|
|
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
|
…
|
|
stdarg.h
|
Stylistic changes.
|
1995-12-25 23:15:31 +00:00 |
svr4_machdep.h
|
…
|
|
sysarch.h
|
VM86 support, by John Kohl, touched up a bit by me.
|
1996-01-08 13:51:30 +00:00 |
trap.h
|
…
|
|
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
|
Just commit to using MACHINE_NEW_NONCONTIG.
|
1998-01-15 22:20:15 +00:00 |