freebsd-dev/sys/i386/include
Bruce Evans 835bd1ce62 Improved biasing of i586 clock by adjusting for hardclock() latency.
I decided to do this for every hardclock() call instead of lazily
in microtime().  The lazy method is simpler but has more overhead
if microtime() is called a lot.

CPU_THISTICKLEN() is now a no-op and should probably go away.
Previously it did nothing directly but had the side effect of
setting i586_last_tick for CPU_CLOCKUPDATE() and i586_avg_tick for
debugging.  CPU_CLOCKUPDATE() now uses a better method and
i586_avg_tick is too much trouble to maintain.

Reduced nesting of #includes in the usual case.

Increased nesting of #includes when CLOCK_HAIR is defined.  This
is a kludge to get typedefs for inline functions only when the
inline functions are used.  Normally only kern_clock.c defines
this.  kern_clock.c can't include the i386 headers directly.

Removed unused LOCORE support.
1996-10-25 13:01:56 +00:00
..
pc
_limits.h
ansi.h Oops, this should have been with the ctype changes. 1996-05-01 00:47:05 +00:00
apm_bios.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
apm_segments.h
asc_ioctl.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
asmacros.h Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These will 1996-10-16 18:13:25 +00:00
bootinfo.h
cdk.h Add $Id$ 1996-05-04 08:42:14 +00:00
clock.h Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
comstats.h Add $Id$ 1996-05-04 08:42:14 +00:00
conf.h
cons.h
console.h Fix a couble of nasties regarding mouse pointer and different 1996-09-30 23:00:58 +00:00
cpu.h trap.c: 1996-06-25 20:02:16 +00:00
cpufunc.h Added "memory" to clobber list in invlpg(). It needs it if invltlb() 1996-09-29 18:35:07 +00:00
cputypes.h
cronyx.h
db_machdep.h
endian.h When compiling with '-Wall -pedantic', the byte swapping macros gave the 1996-10-21 17:15:05 +00:00
exec.h
float.h
floatingpoint.h
frame.h
gsc.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ieeefp.h
in_cksum.h Add an incremental checksum update routine. Perhaps some i386 assembly 1996-05-23 20:11:48 +00:00
ioctl_ctx.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ioctl_fd.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ioctl_meteor.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ipl.h
joystick.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
limits.h
lpt.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
md_var.h Moved declarations of non-cpu things from <machine/cpufunc.h> to better 1996-07-01 18:12:24 +00:00
mouse.h
mtpr.h
npx.h
param.h Improved the btodb() and dbtob() macros. I made them give unsigned 1996-10-06 19:24:02 +00:00
pcaudioio.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
pcb.h Eliminated pcb_inl. It was always 0 because context switches don't occur 1996-07-31 12:36:11 +00:00
pcvt_ioctl.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
perfmon.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
pmap.h Pmap_resident_count was mistakenly removed from pmap.h, thereby 1996-10-13 03:14:57 +00:00
proc.h
profile.h Improved non-statistical (GUPROF) profiling: 1996-10-17 19:32:31 +00:00
psl.h
ptrace.h
qcam.h Update to 1.1beta5d 1996-05-04 07:05:55 +00:00
random.h Drat, missed this prototype for random_select(). 1996-09-27 13:29:41 +00:00
reg.h
reloc.h
segments.h Apparently, BSDI have a new system call gate. I was experimenting 1996-09-27 13:33:49 +00:00
si.h
signal.h
soundcard.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
speaker.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
specialreg.h Added missing CR0_NW define for Cyrix 486DLC support. It's still not 1996-06-03 19:37:38 +00:00
spigot.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
spl.h Fixed lots of warnings about unportable casts of pointers to volatile 1996-07-01 20:16:10 +00:00
stdarg.h
sysarch.h
trap.h Defined T_MCHK exception for i686; renumbered T_RESERVED to 29. 1996-08-11 17:29:39 +00:00
tss.h
types.h Cleaned up vm types. Cosmetic. 1996-10-06 19:13:37 +00:00
ultrasound.h
varargs.h
vmparam.h removed: 1996-05-02 14:21:14 +00:00
wtio.h