| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and | eivind | 1998-03-09 | 4 | -4/+32 |
* | "Correct behaviour" involves being consistent with the canonical names of | msmith | 1998-03-09 | 1 | -2/+2 |
* | Merge from 2.2; behave correctly in the presence of a slice number that | msmith | 1998-03-09 | 1 | -1/+4 |
* | Correct an ethernet framesize mismatch that caused poor | steve | 1998-03-09 | 1 | -1/+1 |
* | Construct the minor number for the root device taking into account the | msmith | 1998-03-08 | 1 | -8/+10 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 2 | -2/+16 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 2 | -6/+4 |
* | Reenable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-07 | 1 | -2/+2 |
* | The APs now reload the interrupt descriptor table pointer after | tegge | 1998-03-07 | 4 | -4/+21 |
* | Make this handle -j<large>, and avoid .depend pointing at /usr/include. | eivind | 1998-03-07 | 5 | -58/+33 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 7 | -102/+21 |
* | Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT. | tegge | 1998-03-05 | 1 | -2/+7 |
* | Disable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-04 | 1 | -2/+2 |
* | Defined CCR6 and CCR7 (configuration registers of M2 CPU.) | kato | 1998-03-04 | 1 | -1/+5 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -3/+13 |
* | Fix recent breakage when compiling under elf. | peter | 1998-03-04 | 1 | -1/+5 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 13 | -115/+912 |
* | Forward the signal if the process runs on a different CPU. This reduces | tegge | 1998-03-03 | 7 | -22/+179 |
* | Reduce timeout before assuming that forwarding of hardclock or softclock | tegge | 1998-03-03 | 3 | -21/+33 |
* | When sending an IPI to a specific target, disable interrupts inside the | tegge | 1998-03-03 | 1 | -8/+70 |
* | forward_statclock and forward_hardclock are located in mp_machdep.c. | tegge | 1998-03-03 | 1 | -3/+5 |
* | Update the ELF image activator to use some of the exec resources rather | peter | 1998-03-02 | 1 | -2/+2 |
* | First pre alpha Work In Progress commit of a IDE/ATAPI tape driver. | sos | 1998-03-01 | 3 | -7/+853 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 4 | -39/+17 |
* | Prevent the TSC from being used on APM machines, we have no idea if | phk | 1998-02-28 | 2 | -4/+12 |
* | Support for "MAC address in CIS" type cards. | hosokawa | 1998-02-27 | 1 | -1/+9 |
* | make sys/netkey/key{,_debug}.c compile. I believe it works but not tested. | itojun | 1998-02-27 | 2 | -6/+6 |
* | PCCARD-code related style nits, as requested. | msmith | 1998-02-27 | 3 | -22/+22 |
* | Move "geometry disk" device (not yet implemented) to major 95 to | jkh | 1998-02-27 | 1 | -2/+3 |
* | Fix some style nits and remove an unused header. | msmith | 1998-02-27 | 5 | -14/+9 |
* | Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl> | ahasty | 1998-02-26 | 1 | -0/+5 |
* | Fixed syntax error by recent changes to the queue macros. | kato | 1998-02-26 | 1 | -3/+3 |
* | Removed redundant test against MAXDSIZ (the rlimit test is stronger). | bde | 1998-02-25 | 1 | -3/+3 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 2 | -32/+38 |
* | Removed vestiges of previous microtime() implementation. | bde | 1998-02-25 | 1 | -6/+2 |
* | Add loran0 to LINT | phk | 1998-02-24 | 2 | -2/+4 |
* | Add the smallest and least useful device-driver by a fair margin... | phk | 1998-02-24 | 3 | -2/+125 |
* | Use port 0x110 to avoid PNP conflicts. | steve | 1998-02-23 | 2 | -3/+3 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -2/+18 |
* | Quick fix for the i8254 timecounter often gaining 10 msec. | bde | 1998-02-23 | 2 | -2/+4 |
* | Add missing CLOCK_UNLOCK() before write_eflags(). | jkh | 1998-02-21 | 2 | -2/+4 |
* | there is a minor bug in sb_dsp.c -- the driver | nate | 1998-02-21 | 1 | -1/+0 |
* | A minor bugfix for my audio driver and pcaudio. The problem is with | nate | 1998-02-21 | 1 | -2/+2 |
* | Make pc98 options new-style. | kato | 1998-02-21 | 1 | -0/+1 |
* | Make TUNE_1542 a new-style option, and enable this option in LINT. It | eivind | 1998-02-21 | 4 | -6/+8 |
* | Reserve cdev 93 for CODA filesystem. | jkh | 1998-02-20 | 1 | -1/+2 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 6 | -460/+235 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -2/+2 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 2 | -4/+4 |
* | Removed unused #includes. | bde | 1998-02-20 | 4 | -25/+3 |