freebsd-nq/sys/i386/i386
Eivind Eklund 38cc2d9316 Move the declaration of PPro_vmtrr from the header file to pmap.c,
replacing the one in the header file with a definition.  This makes it
easier to work with tools that grok ANSI C only.
1998-11-24 20:25:52 +00:00
..
apic_vector.s Maintain a mapping from irq number to (ioapic number, int pin) tuple, 1998-09-06 22:41:42 +00:00
autoconf.c Check the major number of the boot device more carefully. There was only 1998-10-26 07:05:34 +00:00
bios.c Cast virtual addresses that happen to be represented as u_longs to 1998-07-15 03:58:57 +00:00
bioscall.s Support functions for working with x86 PC-architecture BIOS. 1997-08-01 06:07:13 +00:00
busdma_machdep.c Fixed two potentially serious classes of bugs: 1998-10-13 08:24:45 +00:00
cons.c Added D_TTY to the cdevswitch flags for all tty drivers. This is required 1998-08-23 08:26:42 +00:00
cons.h Some staticized variables were still declared to be extern. 1997-07-01 00:54:37 +00:00
db_disasm.c Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. 1998-07-08 10:53:58 +00:00
db_interface.c Fix more of my DDB breakage. 1998-06-08 09:23:24 +00:00
db_trace.c %n in a comment was a poor abbreviation for Immediate-byte-signed, 1998-07-15 11:27:11 +00:00
elf_machdep.c *gulp*. Jordan specifically OK'ed this.. 1998-10-16 03:55:01 +00:00
exception.s Fixed restoring of cpl after trap handling. The wrong cpl (SWI_AST_MASK 1998-08-10 19:41:07 +00:00
genassym.c Fix up the kernel environment and module data pointers in the bootinfo if 1998-10-08 21:03:41 +00:00
gensetdefs.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
globals.s Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is used 1998-09-28 12:20:46 +00:00
i386-gdbstub.c Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
identcpu.c - Implement enabling write allocate on AMD K5/K6/K6-2 cpus. 1998-10-06 13:16:29 +00:00
in_cksum.c Support compiling with gcc -ansi'. Fix missing volatile's in __asm() 1998-04-15 17:26:17 +00:00
initcpu.c - Implement enabling write allocate on AMD K5/K6/K6-2 cpus. 1998-10-06 13:16:29 +00:00
locore.s Remove the USERCONFIG_BOOT option. Userconfig script data is searched 1998-11-03 21:07:51 +00:00
machdep.c Remove the USERCONFIG_BOOT option. Userconfig script data is searched 1998-11-03 21:07:51 +00:00
math_emu.h Don't cast pointers to longs in asms. Changed all remaining longs 1998-07-15 09:01:18 +00:00
math_emulate.c Finished updating module event handlers to be compatible with 1998-11-15 15:33:52 +00:00
mem.c * Fix a couple of places in the device pager where an address was 1998-11-08 12:39:07 +00:00
mp_machdep.c mp_machdep.c: Set a vector to boot code (PC-98). 1998-10-10 13:37:16 +00:00
mpapic.c Fix (?) EISA interrupt configuration based on observation of what we've 1998-09-28 13:47:23 +00:00
mpboot.s PC-98 doesn't have CMOS ram. 1998-10-10 10:36:12 +00:00
mplock.s Removed unused includes. 1998-06-21 14:53:44 +00:00
mptable.c mp_machdep.c: Set a vector to boot code (PC-98). 1998-10-10 13:37:16 +00:00
perfmon.c Fix a include gottcha in the SMP case. 1997-12-29 23:36:56 +00:00
pmap.c Move the declaration of PPro_vmtrr from the header file to pmap.c, 1998-11-24 20:25:52 +00:00
procfs_machdep.c Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
setdef0.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
setdef1.c This commit affects ELF kernels only. 1997-05-21 23:21:30 +00:00
simplelock.s Change simple lock handling to not depend upon having a local apic 1998-05-17 23:08:04 +00:00
support.s Support better performance with P6 architectures and in SMP 1998-05-11 02:13:47 +00:00
swapgeneric.c Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted 1998-10-25 19:26:18 +00:00
swtch.s Micro-optimized and cleaned up the clearing of switchtime in idle(). 1998-07-28 17:35:09 +00:00
symbols.raw autoconf.c: 1998-09-15 10:03:43 +00:00
sys_machdep.c Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
trap.c Fixed printf format errors. 1998-08-23 10:16:26 +00:00
tsc.c Update timecounters to new interface. 1998-10-23 10:46:20 +00:00
userconfig.c Remove stray(?) debugging printf's and cngetc()'s that freeze boot several 1998-11-04 13:37:43 +00:00
vm86.c vm86_datacall: always use workaround since temp. malloced buffer or stack 1998-09-29 22:06:33 +00:00
vm86bios.s Don't try to save FP state if npxproc is null. 1998-10-01 20:45:28 +00:00
vm_machdep.c Add John Dyson's SYSCTL descriptions, and an export of more stats to 1998-10-31 17:21:31 +00:00