| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to handle interrupts delivered to all IO APICs by using the first | tegge | 1998-11-26 | 1 | -2/+17 |
* | Staticize. | eivind | 1998-11-26 | 1 | -3/+3 |
* | Move the declaration of PPro_vmtrr from the header file to pmap.c, | eivind | 1998-11-24 | 1 | -3/+4 |
* | - Added support for Genius Kidspad tablet. | yokota | 1998-11-20 | 1 | -1/+3 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 2 | -4/+2 |
* | A small fragment of new ISA framework: manifest constants for the resources | wollman | 1998-10-29 | 1 | -0/+43 |
* | Add an ELF_MACHINE_OK() macro for compatability with the Alpha version. | peter | 1998-10-18 | 1 | -1/+3 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -3/+3 |
* | mp_machdep.c: Set a vector to boot code (PC-98). | kato | 1998-10-10 | 1 | -4/+4 |
* | PC-98 doesn't have CMOS ram. | kato | 1998-10-10 | 1 | -2/+8 |
* | BIOS ROM base address is 0xe8000 on PC-98. | kato | 1998-10-08 | 1 | -1/+6 |
* | - Implement enabling write allocate on AMD K5/K6/K6-2 cpus. | kato | 1998-10-06 | 1 | -1/+6 |
* | Two new C symbols were added to apm_setup.s but not put into | jdp | 1998-10-03 | 1 | -1/+3 |
* | Remove the bi_vesa field, as vesa modeswitching is no longer performed | msmith | 1998-10-01 | 1 | -2/+2 |
* | Pass the BIOS unit number from which the kernel/loader was obtained in | msmith | 1998-10-01 | 1 | -2/+2 |
* | Yet another round of fixes for the VESA support code. | yokota | 1998-10-01 | 1 | -3/+1 |
* | Changed tuner code to autodetect tuner i2c address. | sos | 1998-09-30 | 1 | -0/+2 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just | bde | 1998-09-29 | 5 | -19/+19 |
* | Goodbye BOUNCE_BUFFERS, for a hack it has served us well. | peter | 1998-09-25 | 1 | -9/+1 |
* | Cosmetic change: adjust copyright notice. | yokota | 1998-09-25 | 1 | -17/+14 |
* | Fix and update for VESA BIOS support in syscons. | yokota | 1998-09-23 | 1 | -1/+23 |
* | Fix breakage of ELF kernel builds caused by the addition of an | jdp | 1998-09-19 | 1 | -1/+2 |
* | Add VESA support to syscons. | sos | 1998-09-15 | 2 | -3/+251 |
* | Add new functions fill_fpregs() and set_fpregs(), like fill_regs() | jdp | 1998-09-14 | 2 | -2/+5 |
* | Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give | jdp | 1998-09-14 | 1 | -1/+3 |
* | Add extra bootinfo fields for the three-stage bootloader; the end of the | msmith | 1998-09-14 | 1 | -1/+5 |
* | Correct SECAM B-Delay and add XUSSR channel set. | sos | 1998-09-10 | 1 | -1/+2 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 1 | -1/+12 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 1 | -1/+5 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 4 | -37/+130 |
* | Reviewed by: Doug Rabson | nsouch | 1998-09-03 | 2 | -0/+103 |
* | Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA. | sos | 1998-08-31 | 1 | -2/+2 |
* | Added Capture Area ioctl - BT848[SG]CAPAREA. | sos | 1998-08-31 | 1 | -0/+15 |
* | - hw.machine_arch returns cpu architecture type. | kato | 1998-08-31 | 2 | -14/+5 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -0/+58 |
* | Fixed printf format errors. Only one left in LINT on i386's. | bde | 1998-08-24 | 1 | -2/+2 |
* | Presently there is only one `currentldt' variable for all cpus | msmith | 1998-08-18 | 3 | -3/+13 |
* | Add macros for accessing device memory. | dfr | 1998-08-17 | 1 | -1/+9 |
* | Make ELF kernels build again. | jdp | 1998-08-16 | 1 | -1/+2 |
* | Revamp the ELF include files to better support architecture-independent | jdp | 1998-08-16 | 1 | -1/+6 |
* | pmap.c: | bde | 1998-08-16 | 1 | -4/+4 |
* | Removed a bogus ifdef that broke using SWI_* in LKMs. | bde | 1998-08-11 | 1 | -6/+2 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 2 | -2/+6 |
* | 1. Reorganized screen saver related code so that both the LKM screen | yokota | 1998-08-03 | 1 | -2/+10 |
* | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | jlemon | 1998-07-28 | 1 | -3/+3 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 1 | -1/+4 |
* | Add missing register name defines. | msmith | 1998-07-14 | 1 | -1/+7 |
* | Changed to the C9x draft spelling of the (unsigned) integral type | bde | 1998-07-14 | 2 | -17/+14 |
* | Don't pretend to support ix86's with 16-bit ints by using longs just to | bde | 1998-07-11 | 1 | -11/+10 |
* | Don't pretend to support ix86's with 16-bit ints by using longs | bde | 1998-07-11 | 1 | -32/+32 |