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