freebsd-skq/sys/i386/i386
Bruce Evans 73571d2d9e Removed "optimization" using gcc's builtin memcpy instead of bcopy.
There is little difference now since the amount copied is large,
and bcopy will become much faster on some machines.
1996-07-12 07:18:12 +00:00
..
autoconf.c Removed recently introduced unnecessary #includes of <machine/cpu.h> 1996-06-08 09:37:51 +00:00
cons.c Removed unused #include. 1996-05-01 03:32:46 +00:00
cons.h Move sysctl machdep.consdev to cons.c 1995-12-09 20:39:47 +00:00
db_disasm.c Fixed operand order for shld and shrd. 1996-07-12 04:40:21 +00:00
db_interface.c Another sweep over the pmap/vm macros, this time with more focus on 1996-05-03 21:01:54 +00:00
db_trace.c Fixed traceback for the following cases: 1996-03-27 17:06:03 +00:00
exception.s Jump some hoops to have the *.s code being able to be run through both an 1996-05-31 01:08:08 +00:00
genassym.c Move atdevbase out of locore.s and into machdep.c 1996-05-02 22:25:18 +00:00
identcpu.c Fix something that's been bugging me for a long time: move the CPU 1996-07-08 19:44:39 +00:00
in_cksum.c Completed function declarations and/or added prototypes. 1995-12-03 18:35:28 +00:00
locore.s Renamed upa to p0upa to match p0upt. 1996-07-12 06:48:55 +00:00
machdep.c Export `dumpmag' to utilities but not to the kernel. 1996-07-12 06:09:49 +00:00
math_emu.h Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
math_emulate.c Fixed the type of some sysinit functions. 1995-12-14 20:21:58 +00:00
mem.c First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
microtime.s In microtime(), use pushfl/popfl to preserve the interrupt enable flag 1996-06-17 12:43:04 +00:00
perfmon.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
pmap.c Removed "optimization" using gcc's builtin memcpy instead of bcopy. 1996-07-12 07:18:12 +00:00
procfs_machdep.c Staticize and cleanup. 1995-12-10 13:36:34 +00:00
support.s A fast memory copy for Pentiums using floating point registers. 1996-06-13 07:17:21 +00:00
swapgeneric.c Externalize the declaration of dc_list. This is required in order to 1996-06-12 15:10:30 +00:00
swtch.s trap.c: 1996-06-25 20:02:16 +00:00
symbols.raw removed: 1996-05-02 14:21:14 +00:00
sys_machdep.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
trap.c Fixed cloned comments about npx traps to match context. 1996-07-12 06:03:14 +00:00
tsc.c Use the standard timer (interrupt) frequency while calibrating the clocks. 1996-07-01 18:00:47 +00:00
userconfig.c Fixed handling of device flags. The real flags were never used. 1996-04-13 18:33:04 +00:00
vm_machdep.c Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00