| Commit message (Expand) | Author | Age | Files | Lines |
* | remove now redundant (struct trapframe *) cast | peter | 1997-05-07 | 3 | -6/+6 |
* | Convert md_regs from an int[] to a struct trapframe *. It simplifies | peter | 1997-05-07 | 2 | -14/+8 |
* | remove #include "opt_smp.h" | peter | 1997-05-07 | 3 | -18/+3 |
* | remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate on | peter | 1997-05-07 | 2 | -14/+6 |
* | remove #include "opt_smp.h" | peter | 1997-05-07 | 2 | -9/+2 |
* | remove #include opt_smp.h | peter | 1997-05-07 | 2 | -6/+10 |
* | remove opt_smp.h | peter | 1997-05-07 | 1 | -2/+4 |
* | remove #include "opt_smp.h" | peter | 1997-05-07 | 1 | -6/+5 |
* | Round 1 of a long series of commits.. | peter | 1997-05-07 | 2 | -8/+12 |
* | This is the kernel linker. To use it, you will first need to apply | dfr | 1997-05-07 | 15 | -5/+1885 |
* | Add accessors for STAILQ. | dfr | 1997-05-07 | 1 | -1/+6 |
* | 1. Added cast and parenthesis in block size calculaion in | kato | 1997-05-07 | 4 | -156/+156 |
* | Synchronize with sys/i386/isa/syscons.c revision 1.214. | kato | 1997-05-07 | 1 | -48/+46 |
* | Synchronize with sys/i386/isa/isa.c revision 1.84. | kato | 1997-05-07 | 1 | -1/+25 |
* | Hide the kernel-only stuff inside #ifdef KERNEL. | joerg | 1997-05-07 | 2 | -10/+28 |
* | Now that we have replaced video-related block copy calls with | yokota | 1997-05-07 | 3 | -102/+96 |
* | Make a lot of include-files self-contained. I excluded the patches changing | eivind | 1997-05-07 | 2 | -2/+8 |
* | Force user to config SMP kernel with "options APIC_IO". | fsmp | 1997-05-06 | 3 | -3/+15 |
* | Pull up the IP header in ip_mloopback(). This makes sure that the | fenner | 1997-05-06 | 1 | -6/+8 |
* | Make ident equal file name, ie SMP-GENERIC. | fsmp | 1997-05-06 | 1 | -3/+3 |
* | A *little* more descriptive test for options. | fsmp | 1997-05-06 | 3 | -18/+12 |
* | Added a generic config file for SMP kernels. | fsmp | 1997-05-06 | 1 | -0/+180 |
* | Fix a race condition that did, after all, exist. | phk | 1997-05-06 | 2 | -6/+10 |
* | Add SMPHDRS to CLEANFILES instead of replacing its current value. | dfr | 1997-05-06 | 1 | -2/+2 |
* | removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART. | fsmp | 1997-05-06 | 1 | -3/+2 |
* | Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT. | alex | 1997-05-06 | 1 | -1/+2 |
* | Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15. | fsmp | 1997-05-05 | 10 | -48/+240 |
* | Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15. | fsmp | 1997-05-05 | 2 | -2/+50 |
* | use frames instead of fields, and restore full meteor compatibility for | jmg | 1997-05-05 | 2 | -2/+8 |
* | Use `MediaGX' instead of `Gx86'. | kato | 1997-05-05 | 2 | -4/+4 |
* | Use `M2' instead of `6x86 with MMX'. Cyrix seems to use `M2' officially. | kato | 1997-05-05 | 2 | -6/+6 |
* | Duplicate the TOC handling ioctls from the cd(4) driver. Duplicating | joerg | 1997-05-05 | 1 | -2/+182 |
* | Extended copyright of PC-98 to 1997. | kato | 1997-05-05 | 1 | -2/+2 |
* | Synchornize with sys/i386/isa/clock.c revision upto 1.94. | kato | 1997-05-05 | 3 | -6/+18 |
* | Synchronize with sys/i386/i386/trap.c revision 1.94. | kato | 1997-05-05 | 1 | -1/+2 |
* | correct the order of the variables | peter | 1997-05-05 | 7 | -21/+35 |
* | Make sure that *fork() always returns with %edx == 1 in the | dyson | 1997-05-05 | 3 | -3/+6 |
* | Oops. The function cd9660_mountroot() is gone, but i've committed an | joerg | 1997-05-04 | 2 | -6/+2 |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 18 | -80/+623 |
* | Now I can even execute "df" on my diskless :-) | phk | 1997-05-04 | 2 | -62/+64 |
* | don't #ifdef out reference to i586_ctr_freq. | peter | 1997-05-04 | 2 | -6/+6 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | peter | 1997-05-04 | 7 | -21/+35 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 7 | -221/+226 |
* | Finish off and activate the smp_active sysctl handler.. | peter | 1997-05-04 | 1 | -40/+21 |
* | Add the Archive 4586NP tape changer. | joerg | 1997-05-03 | 1 | -1/+9 |
* | Fix the umount problems for DEVFS. | joerg | 1997-05-03 | 2 | -4/+17 |
* | add SIOC{S,G}IFMEDIA ioctl support | peter | 1997-05-03 | 2 | -2/+29 |
* | add net/if_media.c | peter | 1997-05-03 | 1 | -0/+1 |
* | define SIOC{SG}IFMEDIA ioctls | peter | 1997-05-03 | 1 | -1/+3 |
* | Make it compile on FreeBSD, add $Id$ | peter | 1997-05-03 | 2 | -3/+5 |