| Commit message (Expand) | Author | Age | Files | Lines |
* | Ifdefed some SMP and VM86 code. Note that although VM86 is not a global | bde | 1998-02-03 | 3 | -3/+24 |
* | Forward declare a union so that this file is self-sufficient. | bde | 1998-02-03 | 1 | -11/+10 |
* | Fixed a gratuitous ANSIism. | bde | 1998-02-03 | 1 | -1/+1 |
* | Ifdefed use of a GNU feature. | bde | 1998-02-03 | 1 | -1/+3 |
* | Moved misplaced idempotency ifdef. Multiple inclusion was fatal since | bde | 1998-02-03 | 1 | -3/+3 |
* | Changed `inline' to `__inline' so that this file can be compiled by | bde | 1998-02-03 | 1 | -3/+3 |
* | Don't declare prototypes for driver functions unless KERNEL is defined. | bde | 1998-02-03 | 1 | -0/+2 |
* | Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>, | bde | 1998-02-03 | 2 | -21/+37 |
* | Bugs/Enhancements: | ahasty | 1998-02-02 | 1 | -0/+4 |
* | Fixed disordering of busdma* and swi_vm. | bde | 1998-02-01 | 1 | -4/+4 |
* | Fixed a recently broken comment. | bde | 1998-02-01 | 1 | -4/+4 |
* | Don't set even parity uselessly in the line control register (parity | bde | 1998-02-01 | 1 | -5/+4 |
* | Use <machine/*.h> instead of <i386/include/*.h>. | bde | 1998-02-01 | 2 | -3/+5 |
* | Fixed a sloppy common-style declaration again. | bde | 1998-02-01 | 1 | -1/+1 |
* | Fixed disordering of *cam* and splsoftvm. | bde | 1998-02-01 | 1 | -14/+14 |
* | Removed unused #includes. | bde | 1998-02-01 | 1 | -5/+1 |
* | Forward declare more structs that are used in prototypes here - don't | bde | 1998-02-01 | 1 | -0/+1 |
* | Fixed the search for free wd drives. The search was terminated | bde | 1998-02-01 | 1 | -3/+4 |
* | Declare printf() instead of including <stdio.h>, so that this doesn't | bde | 1998-02-01 | 1 | -4/+3 |
* | Declare printf() instead of including <stdio.h>, so that this doesn't | bde | 1998-02-01 | 1 | -3/+2 |
* | Make RAWBOOT functional again; don't read `boot.config' and `boot.help' | yokota | 1998-02-01 | 1 | -1/+3 |
* | add the SUIDDIR option and tell people what it is for. (And when NOT to use it) | julian | 1998-01-31 | 2 | -2/+32 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -7/+21 |
* | Make the debug options new-style. | eivind | 1998-01-31 | 5 | -12/+7 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | eivind | 1998-01-31 | 2 | -4/+6 |
* | Add support for cleandepend, ${DESTDIR}, and there not being a file named | eivind | 1998-01-31 | 1 | -6/+11 |
* | Add various options people have ignored. | eivind | 1998-01-31 | 2 | -4/+46 |
* | Skip probing devices which have already probed true. | eivind | 1998-01-31 | 1 | -1/+13 |
* | Include "opt_nfs.h" | eivind | 1998-01-31 | 1 | -1/+2 |
* | Include "opt_devfs.h". | eivind | 1998-01-31 | 1 | -0/+2 |
* | Synchronize with ../biosboot/Makefile. | yokota | 1998-01-31 | 1 | -16/+4 |
* | Don't clobber pp_flags when PP_KEEPALIVE must be set. | jhay | 1998-01-30 | 1 | -3/+4 |
* | Retire LFS. | phk | 1998-01-30 | 3 | -30/+7 |
* | Make the bounce buffer code a little more robust when space isn't | dyson | 1998-01-30 | 2 | -19/+25 |
* | Remove obsolete strategy code that was replaced by the disk slice mapping code. | pst | 1998-01-29 | 1 | -9/+3 |
* | Correct usage of unit to t->lun. This fixes the DEVFS case and the | msmith | 1998-01-29 | 1 | -5/+5 |
* | APM calls inittodr(0) which is stupid, but at least stop setting the | phk | 1998-01-28 | 2 | -10/+14 |
* | Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'key | yokota | 1998-01-28 | 1 | -5/+5 |
* | Symlink bootblocks for 'wfd' disks as well. | msmith | 1998-01-27 | 1 | -2/+2 |
* | Fix operation with the Iomega Zip 100 ATAPI. | msmith | 1998-01-27 | 1 | -13/+92 |
* | Check the status port after waiting for DRQ; some drives seem to be very | msmith | 1998-01-27 | 1 | -0/+9 |
* | Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU. | kato | 1998-01-27 | 1 | -4/+13 |
* | Move DPT related options out of i386 specific files | julian | 1998-01-26 | 2 | -14/+2 |
* | Add the DPT driver and options. | julian | 1998-01-26 | 2 | -2/+88 |
* | Add Simon Shapiro's DPT driver | julian | 1998-01-26 | 4 | -5/+19 |
* | re-sort back into order | peter | 1998-01-26 | 1 | -8/+8 |
* | Add missing definition for swi_vm | peter | 1998-01-26 | 1 | -1/+2 |
* | Undo previous commit. The cpuid symbol has been already used by SMP | kato | 1998-01-25 | 2 | -23/+5 |
* | Added cpuid instruction. | kato | 1998-01-25 | 1 | -1/+10 |
* | Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU, | kato | 1998-01-25 | 1 | -4/+13 |