| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFp4: boot2 should now build | Warner Losh | 2006-11-09 | 2 | -1/+3 |
| * | MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driver | Warner Losh | 2006-11-09 | 15 | -162/+330 |
| * | MFp4: Support KB9202 booting better | Warner Losh | 2006-11-09 | 1 | -0/+4 |
| * | Fix typo | Warner Losh | 2006-11-09 | 1 | -1/+1 |
| * | MFp4: Make boot2 work on Kwikbyte KB9202 boards. | Warner Losh | 2006-11-09 | 4 | -10/+67 |
| * | MFp4: Merge a slightly more generic build infrastructure. | Warner Losh | 2006-11-09 | 1 | -6/+8 |
| * | MFp4: Remove bogus \r | Warner Losh | 2006-11-09 | 1 | -2/+2 |
| * | Add a stub of bios_addsmapdata(). PC98 does not have BIOS SMAP. | Yoshihiro Takahashi | 2006-11-09 | 1 | -0/+38 |
| * | MFi386: revisions from 1.39 to 1.43. | Yoshihiro Takahashi | 2006-11-09 | 1 | -57/+49 |
| * | Major rework of the ia64 loaders. The two primary objectives are: | Marcel Moolenaar | 2006-11-05 | 39 | -2783/+1254 |
| * | Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is always | Marcel Moolenaar | 2006-11-03 | 1 | -1/+1 |
| * | Properly calculate the checksum of the APIC table. | Marcel Moolenaar | 2006-11-03 | 1 | -1/+2 |
| * | Unbreak compile with ELF_VERBOSE defined, and fix format warnings. | Ruslan Ermilov | 2006-11-02 | 1 | -3/+4 |
| * | Revert the last change. Masking only 2 MSBs of the virtual address | Ruslan Ermilov | 2006-11-02 | 5 | -10/+10 |
| * | Sync the EFI headers with version 1.10.14.62 of the Intel sample EFI | Marcel Moolenaar | 2006-11-02 | 20 | -637/+1245 |
| * | Extend struct devdesc with a unit field, called d_unit. Promote the | Marcel Moolenaar | 2006-11-02 | 19 | -70/+58 |
| * | Don't unconditionally compile-in the bcache code. It's only used on | Marcel Moolenaar | 2006-11-02 | 7 | -18/+10 |
| * | o Make sure to clear f->f_devdata if d_dev->dv_open() fails. It | Marcel Moolenaar | 2006-11-02 | 1 | -12/+17 |
| * | Because the BTX mini-kernel now uses flat memory mode and clients | Ruslan Ermilov | 2006-10-29 | 5 | -10/+10 |
| * | Adopt comments borrowed from aout_freebsd.c. | Ruslan Ermilov | 2006-10-26 | 2 | -2/+2 |
| * | Restore support for -c and -d that were treacherously murdered in | Ruslan Ermilov | 2006-10-26 | 2 | -4/+8 |
| * | Back out rev. 1.71 as it breaks directly loading (i386) kernels. | Ruslan Ermilov | 2006-10-26 | 2 | -6/+6 |
| * | Don't descend into at91 until we sort out the boot loader issues more generally | Warner Losh | 2006-10-23 | 1 | -1/+1 |
| * | MFp4: default to not loading the fpga | Warner Losh | 2006-10-21 | 5 | -5/+170 |
| * | MFp4: Update to smaller code footprint. | Warner Losh | 2006-10-21 | 5 | -17/+67 |
| * | MFp4: Move to smaller code footprint. | Warner Losh | 2006-10-21 | 2 | -20/+20 |
| * | MFp4: Move to smaller code. This was somehow forgotten before. | Warner Losh | 2006-10-21 | 1 | -5/+5 |
| * | There's no fpga.c, so omit it. | Warner Losh | 2006-10-20 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2006-10-20 | 25 | -1050/+1157 |
| * | Replace a rarely used "depuration" with "debugging". | Ruslan Ermilov | 2006-10-13 | 3 | -3/+3 |
| * | more sun4v fallout - missed add | Kip Macy | 2006-10-09 | 1 | -0/+143 |
| * | unbreak sparc64 loader build | Kip Macy | 2006-10-09 | 1 | -1/+0 |
| * | add sun4v support to the sparc64 boot loader | Kip Macy | 2006-10-09 | 5 | -10/+1109 |
| * | - Update URL of Intel documentation | Pav Lucistnik | 2006-10-07 | 1 | -1/+1 |
| * | - Fix a couple of improper uses of leal in the previous space saving | John Baldwin | 2006-10-05 | 1 | -5/+7 |
| * | Add module loading option for Intel High Definition Audio Controller | Ariff Abdullah | 2006-10-01 | 1 | -0/+1 |
| * | Add snd_envy24ht and remove the snd_ak4* module. | Alexander Leidinger | 2006-09-30 | 1 | -1/+2 |
| * | Fix WARNS=2 warnings. | Ruslan Ermilov | 2006-09-29 | 1 | -0/+2 |
| * | Fix most of the WARNS=2 warnings. | Ruslan Ermilov | 2006-09-29 | 4 | -6/+5 |
| * | Oops, add return values for the smap command function. We must have the | John Baldwin | 2006-09-29 | 1 | -1/+2 |
| * | Tweak the code to handle intercepting BIOS calls to int 0x15 to shave | John Baldwin | 2006-09-28 | 1 | -17/+10 |
| * | Optimize the int 15/87 handler for space to shave another 16 bytes off of | John Baldwin | 2006-09-28 | 1 | -31/+17 |
| * | Add an 'smap' command that dumps out the BIOS SMAP. | John Baldwin | 2006-09-28 | 2 | -0/+22 |
| * | Ignore a sub-topic match if it is inside the command description. | John Baldwin | 2006-09-28 | 1 | -0/+3 |
| * | A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is | John Baldwin | 2006-09-28 | 1 | -3/+2 |
| * | Add -march=i386 to fix amd64 build by generating the same code | Ruslan Ermilov | 2006-09-28 | 2 | -2/+2 |
| * | Emulate moving cr0, cr2, cr3, or cr4 into any i386 general register | John Baldwin | 2006-09-27 | 1 | -6/+18 |
| * | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 1 | -1/+1 |
| * | - Include <sys/reboot.h> to get the RB_* defines. | Ruslan Ermilov | 2006-09-05 | 1 | -6/+4 |
| * | Make the default "init_path" value breakable, so it fits on the | Ruslan Ermilov | 2006-08-20 | 1 | -1/+1 |