aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Revert r177108 and restore r60506 for sparc64 as long as libstandMarius Strobl2008-09-101-0/+3
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingMarius Strobl2008-09-101-0/+110
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-101-0/+1
* USIII and beyond CPUs have stricter requirements when it comesMarius Strobl2008-09-081-1/+2
* Ensure interrupts are off while in {d,i}tlb_va_to_pa_sun4u().Marius Strobl2008-09-041-2/+10
* Improve loader support for U-Boot.Rafal Jaworowski2008-09-033-65/+188
* Show info about net devices in loader's 'lsdev' command. While there fix style.Rafal Jaworowski2008-09-032-169/+182
* Use current SP instead of global data ptr for the U-Boot API signature search...Rafal Jaworowski2008-09-031-1/+1
* Make metadata.c shared across all platforms using U-Boot.Rafal Jaworowski2008-09-033-3/+4
* Move U-Boot compatibility library to WARNS=2 level.Rafal Jaworowski2008-09-038-40/+49
* - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work aroundMarius Strobl2008-08-301-21/+60
* Add geom_journalMatteo Riondato2008-08-261-0/+1
* cosmetic changes and style fixesMarius Strobl2008-08-221-4/+7
* Add an entry for the upgt(4) module.Weongyo Jeong2008-08-111-0/+1
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysJohn Baldwin2008-08-084-4/+18
* Fix the hangs reported with the real mode BTX:John Baldwin2008-08-081-11/+22
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'sMarius Strobl2008-08-072-121/+108
* Add coretemp(4) and k8temp(4).Rui Paulo2008-08-041-0/+2
* Dereferencing uninitialized pointers considered harmful. Prior to thisColin Percival2008-08-041-0/+4
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-041-1/+1
* Only descend into the boot directory for the architecture if itWarner Losh2008-07-231-1/+4
* Add an accept filter for TCP based DNS requests. It waits until theDavid Malone2008-07-181-0/+1
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-041-1/+0
* Remove the oltr(4) driver. No one responded to calls for testing onJohn Baldwin2008-07-041-2/+0
* Remove Japanese document.Yoshihiro Takahashi2008-07-041-65/+0
* Fix off-by-one error.Yoshihiro Takahashi2008-07-011-1/+1
* Fix a fallout from SSP commit, and make this compile again.Ruslan Ermilov2008-06-261-2/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-2518-0/+39
* Implement a workaround for a long-standing problem inOliver Fromme2008-06-161-8/+32
* Fix the incorrect calculation of a block address within a single indirectKonstantin Belousov2008-06-071-1/+1
* Workaround a bug in the BIOS of Dell R900 machines. Specifically, eachJohn Baldwin2008-06-071-1/+4
* Add an entry for the jme(4) module.Pyun YongHyeon2008-05-271-0/+1
* Add an entry for the age(4) module.Pyun YongHyeon2008-05-191-0/+1
* Revert the previous change and let PROBE_KEYBOARD function identical to -PJohn Baldwin2008-04-091-4/+2
* Add a couple of missing wireless NIC driver modules.Weongyo Jeong2008-04-081-0/+5
* Add a couple of missing NIC driver modules.Christian Brueffer2008-03-281-0/+6
* Fix some "in in" typos in comments.Christian Brueffer2008-03-262-2/+2
* style(9) & style.Makefile(9)David E. O'Brien2008-03-1314-251/+290
* Improve handling U-Boot's "eth%daddr" while PowerPC metadata preparation.Rafal Jaworowski2008-03-121-3/+20
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...Rafal Jaworowski2008-03-127-87/+101
* Change the BTX kernel to drop all the way out to real mode to invoke BIOSJohn Baldwin2008-03-101-400/+315
* In the PROBE_KEYBOARD case, always enable multiple consoles and set theJohn Baldwin2008-03-061-2/+4
* MFi386: revision 1.43Yoshihiro Takahashi2008-02-291-0/+7
* MFi386: revision 1.55.Yoshihiro Takahashi2008-02-291-4/+27
* Tweak the verbose disk printing a bit:John Baldwin2008-02-281-59/+51
* MFi386:Yoshihiro Takahashi2008-02-282-57/+2
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsJohn Baldwin2008-02-282-4/+6
* Retire the support for using paging in BTX. It hasn't been used sinceJohn Baldwin2008-02-272-57/+2
* o Build and install the U-Boot loader as ubldr.Marcel Moolenaar2008-02-232-10/+6
* style(9) commit.Marcel Moolenaar2008-02-231-196/+203