aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Recognize AMD 486 CPUs.KATO Takenori1997-05-191-1/+16
* Ignore the supplied nfs_diskless structure from the bootstrap loaderTor Egge1997-05-152-2/+6
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-1/+8
* Fixed initialization of ldt[]. Unused entries were garbage. A commentBruce Evans1997-05-111-4/+8
* Cleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludgesBruce Evans1997-05-101-15/+11
* fix bug in get_isa_apic_mask() where EISA bus was ignored.Steve Passe1997-05-073-9/+21
* Don't allow access to illegal addresses in /dev/kmem to panic kernelPeter Wemm1997-05-071-2/+7
* clean up forked child creation. This is simplified also by havingPeter Wemm1997-05-071-17/+36
* md_regs is struct trapframe * now, rather than int []Peter Wemm1997-05-071-69/+58
* md_regs is now a struct trapframe *Peter Wemm1997-05-071-3/+3
* forgotten commentPeter Wemm1997-05-072-2/+12
* simplify IOPL gain/remove privs code. It's easier with md_regsPeter Wemm1997-05-071-8/+3
* remove now redundant (struct trapframe *) castPeter Wemm1997-05-072-4/+4
* Convert md_regs from an int[] to a struct trapframe *. It simplifiesPeter Wemm1997-05-071-7/+4
* remove #include "opt_smp.h"Peter Wemm1997-05-071-6/+1
* remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate onPeter Wemm1997-05-071-7/+3
* remove #include opt_smp.hPeter Wemm1997-05-071-3/+5
* Force user to config SMP kernel with "options APIC_IO".Steve Passe1997-05-061-1/+5
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-054-20/+102
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.Steve Passe1997-05-051-1/+25
* Use `MediaGX' instead of `Gx86'.KATO Takenori1997-05-051-2/+2
* Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially.KATO Takenori1997-05-051-3/+3
* correct the order of the variablesPeter Wemm1997-05-053-9/+15
* Make sure that *fork() always returns with %edx == 1 in theJohn Dyson1997-05-051-1/+2
* This mega-commit brings the following:Joerg Wunsch1997-05-041-15/+47
* Don't remove i586_ctr_freq from scope, leave it defined as zero. ThisPeter Wemm1997-05-043-9/+15
* added declaration for get_isa_apic_mask().Steve Passe1997-05-031-1/+2
* new function to turn an APIC pin# into an INT mask.Steve Passe1997-05-033-3/+75
* cleaned up FAST_IPI code.Steve Passe1997-05-011-1/+2
* fixed spelling error.Steve Passe1997-05-013-6/+6
* changed expect_lock() to try_lock(), the real name used in mplock.sSteve Passe1997-04-301-2/+2
* Enabled 'FIX_MP_TABLE_WORKS' code.Steve Passe1997-04-293-99/+117
* Use a common numbering of the tty and net software interrupt levelsPeter Wemm1997-04-292-20/+14
* cleaned out an old FIXME.Steve Passe1997-04-282-10/+2
* removed TEST_CPUHITS code.Steve Passe1997-04-282-84/+2
* removed all the TEST_UPPERPRIO crud.Steve Passe1997-04-284-116/+15
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.Steve Passe1997-04-285-146/+54
* informal discussion between Bruce Evans <bde@zeta.org.au>,Steve Passe1997-04-274-133/+37
* informal discussion between Bruce Evans <bde@zeta.org.au>,Steve Passe1997-04-274-400/+22
* Whoops.. We forgot to turn off the 4MB Virtual==Physical mapping at addressPeter Wemm1997-04-271-1/+4
* Try and make these usermode safe, Steve beat me in finding these..Peter Wemm1997-04-261-3/+5
* Remove the curproc printing on trap/interrupt/etc. It's outlived it'sPeter Wemm1997-04-261-7/+1
* Back out bogus code that slipped past my read of the pre-merge diffPeter Wemm1997-04-261-3/+1
* Fix some SMP merge bugs (from Bruce) -Peter Wemm1997-04-261-12/+6
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-2635-153/+7537
* Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs,KATO Takenori1997-04-263-7/+37
* Fixed longstanding profiling bug. The frame pointer wasn't set upBruce Evans1997-04-231-63/+23
* Make the necessary changes so that an ELF kernel can be built. IJohn Polstra1997-04-229-35/+67
* Fix up the "hlt vector" change I made.Poul-Henning Kamp1997-04-202-14/+14
* Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486,KATO Takenori1997-04-191-3/+1