| Commit message (Expand) | Author | Age | Files | Lines |
* | Some reorganization of sysarch() interface: | luoqi | 1999-09-02 | 2 | -5/+17 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 93 | -93/+93 |
* | Reference the correct gdt[] entry on SMP. Remove the `generation' flag, | jlemon | 1999-08-27 | 1 | -2/+1 |
* | Remove unneeded prototypes. | phk | 1999-08-24 | 1 | -8/+1 |
* | Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK | alc | 1999-08-23 | 1 | -7/+3 |
* | Make "s_unlock" an inline function. (Inlining this function takes | alc | 1999-08-22 | 1 | -2/+8 |
* | Undo my previous commit and do it differently. Break the ffs() etc macros | peter | 1999-08-19 | 1 | -14/+27 |
* | Try using the builtin ffs() for egcs, it (by random inspection) | peter | 1999-08-19 | 1 | -1/+5 |
* | Update for MI switch code, and trim a heap of unused (I believe) entries. | peter | 1999-08-19 | 1 | -56/+3 |
* | Create callable (non-inline) versions of the atomic_OP_TYPE functions | alc | 1999-08-18 | 1 | -3/+14 |
* | Remove the SMBIOS detection and definitions; this should be handled in a | msmith | 1999-08-18 | 1 | -29/+1 |
* | Add definitions for Interlink VersaPad. | yokota | 1999-08-17 | 1 | -1/+25 |
* | Search for and interrogate the PnP BIOS if found. This code just prints | msmith | 1999-08-17 | 1 | -4/+68 |
* | Mindbogglingly, many BIOS vendors expect to be able to load %ds with | msmith | 1999-08-17 | 1 | -8/+9 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 2 | -11/+2 |
* | updating isdn4bsd to beta version 0.83 | hm | 1999-08-06 | 4 | -12/+124 |
* | Reenable the APMIO_BIOS ioctl and translate arguments into the new format | msmith | 1999-07-30 | 1 | -1/+11 |
* | Remove all vestiges of APMIO_BIOS | msmith | 1999-07-30 | 1 | -2/+1 |
* | Major update to the kernel's BIOS-calling ability. | msmith | 1999-07-29 | 4 | -38/+89 |
* | Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are | dfr | 1999-07-28 | 1 | -4/+6 |
* | Various formatting fixes on my FPE trapcode commit. | cracauer | 1999-07-26 | 1 | -15/+9 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 2 | -4/+21 |
* | Increased max kmem to 200MB. This should fix some out-of-kmem panics on | dg | 1999-07-24 | 1 | -2/+2 |
* | atomic.h: | alc | 1999-07-23 | 2 | -16/+5 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 3 | -3/+93 |
* | Commit the correct patch, i.e., the one that actually corresponds | alc | 1999-07-13 | 1 | -35/+55 |
* | Changed the implementation of the primitives to guarantee atomicity | alc | 1999-07-13 | 1 | -22/+42 |
* | Improve Logitech MouseMan+ protocol support. | yokota | 1999-07-12 | 1 | -1/+4 |
* | Correct a couple of spelling errors in comments. | kris | 1999-07-12 | 1 | -2/+2 |
* | Add apmd support code. | iwasaki | 1999-07-10 | 1 | -1/+10 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 3 | -13/+12 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 4 | -4/+30 |
* | Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more | cracauer | 1999-07-06 | 1 | -8/+32 |
* | Improve compatibility with other systems by changing the default | imp | 1999-07-03 | 4 | -4/+40 |
* | Changes in the way that the APs are started appears to have removed the | msmith | 1999-06-23 | 1 | -11/+3 |
* | Do not setup 4M pdir until all APs are up. | luoqi | 1999-06-23 | 2 | -16/+13 |
* | Remove an unnecessary panic when sparse PCI bus numbering is encountered. | msmith | 1999-06-22 | 1 | -3/+1 |
* | The second phase of syscons reorganization. | yokota | 1999-06-22 | 1 | -632/+5 |
* | Changed the global `idt' from an array to a pointer so that npx.c | bde | 1999-06-18 | 1 | -2/+2 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 6 | -22/+8 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -1/+2 |
* | Fixed style bugs in previous commit. | bde | 1999-05-22 | 2 | -10/+10 |
* | Set CHAR_{MIN,MAX} according to -funsigned-char flag given or not | ache | 1999-05-20 | 2 | -6/+18 |
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 3 | -24/+63 |
* | Bt848 driver release 1.65 | roger | 1999-05-18 | 1 | -2/+3 |
* | Unbreak VESA on SMP. | luoqi | 1999-05-12 | 5 | -6/+12 |
* | Yet another place I missed when increasing trapframe size, which causes problem | luoqi | 1999-05-11 | 1 | -1/+3 |
* | loadandclear() uses an atomic instruction (even on SMP, where it's an | peter | 1999-05-09 | 1 | -2/+2 |
* | s/main/mi_startup/ for the kernel entry point so that egcs doesn't get | peter | 1999-05-09 | 1 | -2/+2 |
* | Make sure the mem_range_AP_init() prototype is seen where it's needed, and | peter | 1999-05-08 | 1 | -1/+3 |