| Commit message (Expand) | Author | Age | Files | Lines |
* | Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time | yokota | 1999-01-06 | 1 | -3/+4 |
* | Part 1 of pcvt/voxware revival. I hope I have not clobbered any other | peter | 1999-01-01 | 1 | -1/+8 |
* | Improved DDB_UNATTENDED behaviour. From the submitter: | msmith | 1998-12-28 | 2 | -4/+9 |
* | From the submitter: | msmith | 1998-12-27 | 2 | -9/+86 |
* | Pre 3.0 branch cleanup sos#1: wcd | sos | 1998-12-27 | 1 | -2/+2 |
* | Pre 3.0 branch cleanup casualty #6: ft | phk | 1998-12-27 | 1 | -5/+1 |
* | Add commented out SMP stuff in GENERIC, remove stale configs. | phk | 1998-12-27 | 1 | -1/+10 |
* | Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uha | phk | 1998-12-27 | 1 | -2/+1 |
* | Pre 3.0 branch cleanup casualty #4: pcvt | phk | 1998-12-27 | 1 | -8/+1 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 1 | -2/+2 |
* | Removed bogus casts of USRSTACK and/or the other operand in binary | bde | 1998-12-16 | 2 | -11/+8 |
* | Moved the declaration of another non-SMP variable into the non-SMP section. | bde | 1998-12-14 | 2 | -4/+4 |
* | Ifdefed the declarations of conditionally used variables. | bde | 1998-12-14 | 1 | -3/+6 |
* | Fix tabs that should have been spaces. Some were in kernel error messages. | mckay | 1998-12-14 | 2 | -44/+44 |
* | Get rid of uninitialized variable warnings. No bugs found, just | dillon | 1998-12-14 | 1 | -2/+3 |
* | author was assuming that nextpaddr declared *inside* the do loop would | dillon | 1998-12-14 | 1 | -30/+37 |
* | Change local ddb_mode variable to volatile to handle GCC warning about | dillon | 1998-12-14 | 1 | -2/+2 |
* | dded the stubs for umodem and ucom (communications class driver). They are no... | n_hibma | 1998-12-13 | 1 | -1/+4 |
* | Cleanup up the wording for the F00F bug workaround message. | steve | 1998-12-10 | 1 | -2/+2 |
* | Preliminary support for OHCI motherboards | n_hibma | 1998-12-09 | 1 | -1/+2 |
* | Use CNAME macro for pc98_system_parameter, which is referenced from C | kato | 1998-12-08 | 2 | -6/+6 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 8 | -25/+27 |
* | Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUG | archie | 1998-12-06 | 1 | -2/+2 |
* | Print out information for write-allocate of AMD CPUs. | kato | 1998-12-05 | 1 | -1/+20 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 2 | -4/+4 |
* | An early Christmas present: add driver support for a whole bunch of | wpaul | 1998-12-04 | 1 | -1/+5 |
* | - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. This | kato | 1998-12-02 | 2 | -29/+61 |
* | don't print '?' for ioaddr the device may legitimately not have an | phk | 1998-11-29 | 1 | -2/+2 |
* | Don't forget to update the pmap associated with aio daemons when adding | tegge | 1998-11-27 | 1 | -1/+8 |
* | Attempt to handle interrupts delivered to all IO APICs by using the first | tegge | 1998-11-26 | 3 | -6/+51 |
* | Initial commit of ported NetBSD USB stack | n_hibma | 1998-11-26 | 1 | -1/+20 |
* | Staticize. | eivind | 1998-11-26 | 4 | -12/+12 |
* | Move the declaration of PPro_vmtrr from the header file to pmap.c, | eivind | 1998-11-24 | 2 | -4/+10 |
* | Remove `amd', `nca' SCSI devices to match Mike's LINT commit. | obrien | 1998-11-12 | 1 | -6/+2 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -2/+2 |
* | Enable 686 class optimisations for all 686-class processors, not just the | msmith | 1998-11-08 | 1 | -7/+7 |
* | Back out previous commit. The bpfilter -> bpf transition will have to be a | des | 1998-11-03 | 1 | -3/+3 |
* | Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal | des | 1998-11-03 | 1 | -3/+3 |
* | Remove the USERCONFIG_BOOT option. Userconfig script data is searched | msmith | 1998-11-03 | 3 | -29/+4 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 1 | -2/+3 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 2 | -17/+2 |
* | A small fragment of new ISA framework: manifest constants for the resources | wollman | 1998-10-29 | 1 | -0/+43 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -4/+3 |
* | Check the major number of the boot device more carefully. There was only | bde | 1998-10-26 | 1 | -5/+3 |
* | Update timecounters to new interface. | phk | 1998-10-23 | 2 | -22/+22 |
* | Quote port names that have a digit in them. IO_TIMER1 was lexed as | bde | 1998-10-22 | 1 | -5/+5 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -30/+30 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 3 | -5/+14 |
* | Decrement the now unused page table page's wire_count prior to freeing it. | dg | 1998-10-21 | 1 | -1/+3 |
* | Add driver support for PCI fast ethernet adapters based on the | wpaul | 1998-10-18 | 1 | -1/+2 |