| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize AMD 486 CPUs. | kato | 1997-05-19 | 1 | -1/+16 |
* | Ignore the supplied nfs_diskless structure from the bootstrap loader | tegge | 1997-05-15 | 2 | -2/+6 |
* | Bring in some kernel bootp support. This removes the need for netboot | tegge | 1997-05-11 | 1 | -1/+8 |
* | Fixed initialization of ldt[]. Unused entries were garbage. A comment | bde | 1997-05-11 | 1 | -4/+8 |
* | Cleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludges | bde | 1997-05-10 | 1 | -15/+11 |
* | fix bug in get_isa_apic_mask() where EISA bus was ignored. | fsmp | 1997-05-07 | 3 | -9/+21 |
* | Don't allow access to illegal addresses in /dev/kmem to panic kernel | peter | 1997-05-07 | 1 | -2/+7 |
* | clean up forked child creation. This is simplified also by having | peter | 1997-05-07 | 1 | -17/+36 |
* | md_regs is struct trapframe * now, rather than int [] | peter | 1997-05-07 | 1 | -69/+58 |
* | md_regs is now a struct trapframe * | peter | 1997-05-07 | 1 | -3/+3 |
* | forgotten comment | peter | 1997-05-07 | 2 | -2/+12 |
* | simplify IOPL gain/remove privs code. It's easier with md_regs | peter | 1997-05-07 | 1 | -8/+3 |
* | remove now redundant (struct trapframe *) cast | peter | 1997-05-07 | 2 | -4/+4 |
* | Convert md_regs from an int[] to a struct trapframe *. It simplifies | peter | 1997-05-07 | 1 | -7/+4 |
* | remove #include "opt_smp.h" | peter | 1997-05-07 | 1 | -6/+1 |
* | remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate on | peter | 1997-05-07 | 1 | -7/+3 |
* | remove #include opt_smp.h | peter | 1997-05-07 | 1 | -3/+5 |
* | Force user to config SMP kernel with "options APIC_IO". | fsmp | 1997-05-06 | 1 | -1/+5 |
* | Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15. | fsmp | 1997-05-05 | 4 | -20/+102 |
* | Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15. | fsmp | 1997-05-05 | 1 | -1/+25 |
* | Use `MediaGX' instead of `Gx86'. | kato | 1997-05-05 | 1 | -2/+2 |
* | Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially. | kato | 1997-05-05 | 1 | -3/+3 |
* | correct the order of the variables | peter | 1997-05-05 | 3 | -9/+15 |
* | Make sure that *fork() always returns with %edx == 1 in the | dyson | 1997-05-05 | 1 | -1/+2 |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 1 | -15/+47 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | peter | 1997-05-04 | 3 | -9/+15 |
* | added declaration for get_isa_apic_mask(). | fsmp | 1997-05-03 | 1 | -1/+2 |
* | new function to turn an APIC pin# into an INT mask. | fsmp | 1997-05-03 | 3 | -3/+75 |
* | cleaned up FAST_IPI code. | fsmp | 1997-05-01 | 1 | -1/+2 |
* | fixed spelling error. | fsmp | 1997-05-01 | 3 | -6/+6 |
* | changed expect_lock() to try_lock(), the real name used in mplock.s | fsmp | 1997-04-30 | 1 | -2/+2 |
* | Enabled 'FIX_MP_TABLE_WORKS' code. | fsmp | 1997-04-29 | 3 | -99/+117 |
* | Use a common numbering of the tty and net software interrupt levels | peter | 1997-04-29 | 2 | -20/+14 |
* | cleaned out an old FIXME. | fsmp | 1997-04-28 | 2 | -10/+2 |
* | removed TEST_CPUHITS code. | fsmp | 1997-04-28 | 2 | -84/+2 |
* | removed all the TEST_UPPERPRIO crud. | fsmp | 1997-04-28 | 4 | -116/+15 |
* | remove all the SMP_INVLTLB defines, making the code default for APIC_IO. | fsmp | 1997-04-28 | 5 | -146/+54 |
* | informal discussion between Bruce Evans <bde@zeta.org.au>, | fsmp | 1997-04-27 | 4 | -133/+37 |
* | informal discussion between Bruce Evans <bde@zeta.org.au>, | fsmp | 1997-04-27 | 4 | -400/+22 |
* | Whoops.. We forgot to turn off the 4MB Virtual==Physical mapping at address | peter | 1997-04-27 | 1 | -1/+4 |
* | Try and make these usermode safe, Steve beat me in finding these.. | peter | 1997-04-26 | 1 | -3/+5 |
* | Remove the curproc printing on trap/interrupt/etc. It's outlived it's | peter | 1997-04-26 | 1 | -7/+1 |
* | Back out bogus code that slipped past my read of the pre-merge diff | peter | 1997-04-26 | 1 | -3/+1 |
* | Fix some SMP merge bugs (from Bruce) - | peter | 1997-04-26 | 1 | -12/+6 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 35 | -153/+7537 |
* | Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs, | kato | 1997-04-26 | 3 | -7/+37 |
* | Fixed longstanding profiling bug. The frame pointer wasn't set up | bde | 1997-04-23 | 1 | -63/+23 |
* | Make the necessary changes so that an ELF kernel can be built. I | jdp | 1997-04-22 | 9 | -35/+67 |
* | Fix up the "hlt vector" change I made. | phk | 1997-04-20 | 2 | -14/+14 |
* | Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486, | kato | 1997-04-19 | 1 | -3/+1 |