| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Copy powerpc ficl files sysdep files (maybe we need a common one) | Warner Losh | 2006-08-18 | 2 | -0/+533 |
| * | Build at91 | Warner Losh | 2006-08-18 | 1 | -1/+1 |
| * | Support compiling as part of world | Warner Losh | 2006-08-18 | 1 | -1/+1 |
| * | Wordsmithing on the ixgb(4) and mxge(4) descriptions. | Christian Brueffer | 2006-08-18 | 1 | -2/+2 |
| * | Add more modules, correct alphabetical order. | Christian Brueffer | 2006-08-18 | 1 | -1/+3 |
| * | kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va. | Dmitry Morozovsky | 2006-08-18 | 1 | -3/+3 |
| * | Remove references to NMBCLUSTERS which is obsoleted. | Dmitry Morozovsky | 2006-08-18 | 2 | -5/+3 |
| * | MFp4: changes since .s -> .S rename. Use correct header for size | Warner Losh | 2006-08-17 | 1 | -2/+17 |
| * | MFp4: First cut at making spi and/or sd card booting work, needs work | Warner Losh | 2006-08-16 | 19 | -119/+2940 |
| * | MFp4: | Warner Losh | 2006-08-16 | 3 | -41/+23 |
| * | MFp4: | Warner Losh | 2006-08-16 | 3 | -48/+5 |
| * | Several updates: | Christian Brueffer | 2006-08-14 | 1 | -14/+21 |
| * | MFp4: Integrate a boatload of bug fixes from p4. We're right on the | Warner Losh | 2006-08-10 | 7 | -2/+705 |
| * | MFp4: | Warner Losh | 2006-08-10 | 1 | -6/+23 |
| * | MFp4: remove obsolete files | Warner Losh | 2006-08-10 | 2 | -109/+0 |
| * | MFp4: | Warner Losh | 2006-08-10 | 3 | -2/+294 |
| * | MFp4: Numerous changes from p4 to try to improve tftp downloading, | Warner Losh | 2006-08-10 | 2 | -242/+230 |
| * | MFp4: consolidate #include files down to lib.h | Warner Losh | 2006-08-10 | 4 | -69/+24 |