.. |
pc
|
new RCS ID format.
|
1994-10-27 04:14:23 +00:00 |
ansi.h
|
Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_
|
1996-11-15 22:38:45 +00:00 |
aout_machdep.h
|
new RCS ID format.
|
1994-10-27 04:14:23 +00:00 |
apmvar.h
|
add pre-probe step so that autoconfiguration does not print 'apm0 at
|
1996-11-22 00:19:07 +00:00 |
asm.h
|
Define the ALTENTRY() macro here.
|
1997-07-05 20:49:19 +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
|
Changed name of __weak_reference() to __indr_reference(). They really
|
1995-03-23 19:58:48 +00:00 |
conf.h
|
Implement poll(2).
|
1996-09-07 12:40:22 +00:00 |
cpu.h
|
Define "machdep.booted_kernel" for sysctl.
|
1997-09-20 12:40:25 +00:00 |
cpufunc.h
|
Remove some vestiges of BDB.
|
1997-09-09 21:42:38 +00:00 |
cputypes.h
|
Added types/definitions for changed CPU recognition code.
|
1996-12-03 23:54:54 +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 and use a machine-dependent header, which currently defines some
|
1996-09-26 21:50:55 +00:00 |
endian.h
|
Give the __GNUC__ versions of ntohl() and friends the proper (in_addr_t
|
1997-07-17 18:44:08 +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
|
add Advanced Power Management driver
|
1996-08-25 23:38:57 +00:00 |
ibcs2_machdep.h
|
Add an ibcs2_setregs().
|
1997-09-11 23:05:30 +00:00 |
ieeefp.h
|
Move fp_except and fp_rnd definitions to machine/include.
|
1995-04-09 21:31:58 +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
|
Minor cleanup.
|
1995-12-21 01:08:59 +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
|
Implement the kernel part of pr-1891. This allows for a more flexible sized
|
1997-09-19 13:52:37 +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
|
Nuke __VM_PMAP_HACK.
|
1997-06-12 23:57:26 +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
|
Remove _MCOUNT_DECL prototype once more.
|
1996-12-07 12:59:45 +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
|
Various changes from John Kohl and me:
|
1995-10-11 04:19:29 +00:00 |
segments.h
|
change APM to use new almost-generalized BIOS trampoline:
|
1996-09-08 15:43:37 +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
|
First step inn removing config_scan() and the hacks that gave devices
|
1996-12-05 00:13:47 +00:00 |
varargs.h
|
Make the type of __builtin_va_list a long.
|
1995-12-26 01:16:24 +00:00 |
vm86.h
|
Add missing prototypes.
|
1996-05-03 19:26:28 +00:00 |
vmparam.h
|
update comment from 1981 on memory and disk prices -- pr-2754 from Curt Sampson
|
1997-07-12 16:18:36 +00:00 |