freebsd-dev/sys/i386/i386
Peter Wemm 18c3dd1745 s/main/mi_startup/ for the kernel entry point so that egcs doesn't get
upset about it (and generate things like __main() calls that are reserved
for main()).  Renaming was phk's suggestion, but I'd already thought about
it too.  (phk liked my suggested name tada() but I decided against it :-)

Reviewed by:	phk
1999-05-09 19:01:49 +00:00
..
apic_vector.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
autoconf.c Oops. If ROOTDEVNAME isn't defined, have -r call -a. 1999-05-09 16:56:09 +00:00
bios.c Look for the right ACPI table signature. 1999-03-16 21:11:28 +00:00
bioscall.s Support functions for working with x86 PC-architecture BIOS. 1997-08-01 06:07:13 +00:00
busdma_machdep.c author was assuming that nextpaddr declared *inside* the do loop would 1998-12-14 05:35:56 +00:00
cons.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
cons.h Fixed pedantic syntax errors caused by a trailing semicolon in a macro 1999-01-09 14:07:37 +00:00
db_disasm.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
db_interface.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
db_trace.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
elf_machdep.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
exception.s Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
genassym.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
globals.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
i386-gdbstub.c add some amount of sanity to the way the gdb stuff finds its device. 1999-05-09 10:51:13 +00:00
i686_mem.c Add a hook that can be called to initialise a slave processor's memory 1999-04-30 22:09:45 +00:00
identcpu.c Add sysctl descriptions to many SYSCTL_XXXs 1999-05-03 23:57:32 +00:00
in_cksum.c Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
initcpu.c There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the 1999-01-16 13:41:33 +00:00
legacy.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
locore.s s/main/mi_startup/ for the kernel entry point so that egcs doesn't get 1999-05-09 19:01:49 +00:00
machdep.c Initialize dblfault_tss.tss_fs to the per-cpu private data segment selector. 1999-05-06 00:54:54 +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 Staticize. 1999-04-11 03:06:07 +00:00
mem.c Make sure the mem_range_AP_init() prototype is seen where it's needed, and 1999-05-08 17:48:22 +00:00
mp_machdep.c Make sure the mem_range_AP_init() prototype is seen where it's needed, and 1999-05-08 17:48:22 +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 Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
mplock.s Removed unused includes. 1998-06-21 14:53:44 +00:00
mptable.c Make sure the mem_range_AP_init() prototype is seen where it's needed, and 1999-05-08 17:48:22 +00:00
nexus.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
perfmon.c Silence warnings. 1999-01-12 00:19:33 +00:00
pmap.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
procfs_machdep.c Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +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 Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
swtch.s Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
symbols.raw This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
sys_machdep.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
trap.c Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
tsc.c Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the 1999-04-25 09:00:00 +00:00
userconfig.c Update for new resource_set_*() interface. Also deal with the conflicts 1999-05-08 18:12:03 +00:00
vm86.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
vm86bios.s Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
vm_machdep.c unifdef -DVM_STACK - it's been on for a while for x86 and was checked 1999-04-19 14:14:14 +00:00