aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Add snd_envy24ht and remove the snd_ak4* module.Alexander Leidinger2006-09-301-1/+2
* Fix WARNS=2 warnings.Ruslan Ermilov2006-09-291-0/+2
* Fix most of the WARNS=2 warnings.Ruslan Ermilov2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have theJohn Baldwin2006-09-291-1/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shaveJohn Baldwin2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofJohn Baldwin2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.John Baldwin2006-09-282-0/+22
* Ignore a sub-topic match if it is inside the command description.John Baldwin2006-09-281-0/+3
* A couple of simple tweaks that trim BTX by 6 bytes. Since BTX isJohn Baldwin2006-09-281-3/+2
* Add -march=i386 to fix amd64 build by generating the same codeRuslan Ermilov2006-09-282-2/+2
* Emulate moving cr0, cr2, cr3, or cr4 into any i386 general registerJohn Baldwin2006-09-271-6/+18
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* - Include <sys/reboot.h> to get the RB_* defines.Ruslan Ermilov2006-09-051-6/+4
* Make the default "init_path" value breakable, so it fits on theRuslan Ermilov2006-08-201-1/+1
* Copy powerpc ficl files sysdep files (maybe we need a common one)Warner Losh2006-08-182-0/+533
* Build at91Warner Losh2006-08-181-1/+1
* Support compiling as part of worldWarner Losh2006-08-181-1/+1
* Wordsmithing on the ixgb(4) and mxge(4) descriptions.Christian Brueffer2006-08-181-2/+2
* Add more modules, correct alphabetical order.Christian Brueffer2006-08-181-1/+3
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.Dmitry Morozovsky2006-08-181-3/+3
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-182-5/+3
* MFp4: changes since .s -> .S rename. Use correct header for sizeWarner Losh2006-08-171-2/+17
* MFp4: First cut at making spi and/or sd card booting work, needs workWarner Losh2006-08-1619-119/+2940
* MFp4:Warner Losh2006-08-163-41/+23
* MFp4:Warner Losh2006-08-163-48/+5
* Several updates:Christian Brueffer2006-08-141-14/+21
* MFp4: Integrate a boatload of bug fixes from p4. We're right on theWarner Losh2006-08-107-2/+705
* MFp4:Warner Losh2006-08-101-6/+23
* MFp4: remove obsolete filesWarner Losh2006-08-102-109/+0
* MFp4:Warner Losh2006-08-103-2/+294
* MFp4: Numerous changes from p4 to try to improve tftp downloading,Warner Losh2006-08-102-242/+230
* MFp4: consolidate #include files down to lib.hWarner Losh2006-08-104-69/+24
* MFp4: These will migrate to the boot specific directories because theyWarner Losh2006-08-102-633/+0
* MFp4: Make it clearer that the address passed to the eeprom routines isWarner Losh2006-08-101-8/+8
* MFp4: Catchup with migration of some defines.Warner Losh2006-08-101-317/+1
* MFp4: Tweaks for our board.Warner Losh2006-08-101-1/+1
* MFp4: Increase character timeout to 10. Make it a #define for easierWarner Losh2006-08-101-8/+9
* Don't need to special case arm here anymoreWarner Losh2006-08-101-2/+0
* Add a dummy makefile to keep build happyWarner Losh2006-08-101-0/+5
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-042-2/+2
* Add snd_emu10kx_loadAndrey A. Chernov2006-07-261-0/+1
* Add an entry for the stge(4) module.Pyun YongHyeon2006-07-251-1/+1
* Don't descend into ${MACHINE} on the arm platforms.Warner Losh2006-06-181-0/+2
* Increment the disk block offset after writing, not before. ThisIan Dowse2006-05-311-3/+3
* - Replace the entry for the no longer existing lnc(4) module with anMarius Strobl2006-05-141-2/+3
* Add a bootable CD support.Yoshihiro Takahashi2006-05-144-1/+1169
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-1211-30/+8
* Remove Alpha bits for ficl.John Baldwin2006-05-124-544/+0
* First pass at removing Alpha kernel support.John Baldwin2006-05-1162-6642/+0
* Fix build (s:pc98/cbus/cbus.h:pc98/pc98/pc98_machdep.h:)Yoshihiro Takahashi2006-05-091-1/+1