| Commit message (Expand) | Author | Age | Files | Lines |
* | Chase the k8temp->amdtemp rename in NOTES and loader.conf. | dchagin | 2009-03-16 | 1 | -1/+1 |
* | The recent change to use memory > 1MB for the heap by default broke CD | jhb | 2009-03-12 | 3 | -47/+81 |
* | - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT | jhb | 2009-03-09 | 5 | -3/+40 |
* | Revert the part of change 107879 that employs the unused bytes after | marcel | 2009-03-07 | 2 | -5/+5 |
* | Fix some more issues with the real mode BTX. | jhb | 2009-02-24 | 1 | -35/+60 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 8 | -13/+8 |
* | Enable building of ficl on MIPS. It compiles, but needs more testing. | imp | 2009-02-19 | 1 | -4/+0 |
* | Add basic mips support. This has been compile tested only. | imp | 2009-02-19 | 2 | -0/+533 |
* | Add a helper function for loading geli keys from the loader. | thompsa | 2009-02-16 | 2 | -1/+50 |
* | - Use the generally more appropriate PROM base rather than the | marius | 2009-02-10 | 1 | -4/+4 |
* | - Remove superfluous comment | gabor | 2009-01-30 | 1 | -2/+0 |
* | Add an entry for the urtw(4) module. | weongyo | 2009-01-23 | 1 | -0/+1 |
* | remove a file which is, as far as I can tell, totally unused. | luigi | 2009-01-13 | 1 | -101/+0 |
* | comment out some debugging messages that slipped in by mistake. | luigi | 2009-01-13 | 1 | -4/+3 |
* | Allow VIA Nano processors to boot FreeBSD/amd64. | jkim | 2009-01-12 | 1 | -2/+3 |
* | This patch introduces a number of simplifications to the Forth | luigi | 2009-01-05 | 3 | -511/+315 |
* | A number of small changes to make the 'save choice to disk' safer, | luigi | 2008-12-30 | 2 | -28/+27 |
* | MFH @ 186335 | sam | 2008-12-20 | 7 | -24/+21 |
|\ |
|
| * | Use full 64bit arithmetic when converting file offsets to block numbers - fixes | dfr | 2008-12-17 | 3 | -11/+6 |
| * | Improve style(9) in PowerPC U-Boot support lib. | raj | 2008-12-17 | 3 | -12/+14 |
| * | Disconnect the efi from pc98. It's not needed. | nyan | 2008-12-14 | 1 | -1/+1 |
* | | add delays around 16-bit enable/disable a la the driver; w/o this | sam | 2008-12-19 | 1 | -0/+2 |
* | | merge WIP multi-board support; tested on Avila and Cambria, still | sam | 2008-12-13 | 4 | -75/+154 |
|/ |
|
* | Fix a leak introduced in r185902. We should free the devspec if | ps | 2008-12-11 | 1 | -0/+1 |
* | Avoid a double free in devopen by not freeing the device structure | ps | 2008-12-11 | 1 | -1/+0 |
* | Don't get confused if we encounter a device which is part of a raidz or raidz2 | dfr | 2008-12-10 | 1 | -2/+4 |
* | Remove now unused label. | sobomax | 2008-12-09 | 1 | -1/+1 |
* | Optimiza assembly in the previous r185779, to save whooping 16 bytes. | sobomax | 2008-12-08 | 1 | -9/+5 |
* | Respect RBX_MUTE flag from boot[012]. | sobomax | 2008-12-08 | 1 | -1/+18 |
* | Fix typo in the comment %is -> %si. | sobomax | 2008-12-08 | 1 | -1/+1 |
* | PROBLEM: putting in a loader config file a line of the form | luigi | 2008-12-07 | 1 | -26/+19 |
* | Correct include path for i386 specific includes. This allows zfs | ps | 2008-12-06 | 1 | -1/+1 |
* | - correct variable name | danger | 2008-12-06 | 1 | -1/+1 |
* | Another, hopefully final set of changes to boot0 and boot0cfg. | luigi | 2008-12-03 | 2 | -61/+71 |
* | This commits brings in a lot of documentation and some enhancement | luigi | 2008-12-02 | 2 | -248/+476 |
* | Let ARM loader(8) build with the man page. | raj | 2008-11-27 | 1 | -4/+3 |
* | Fix a typo in previous commit: must call "putn" to print a crlf, | luigi | 2008-11-26 | 1 | -1/+1 |
* | Pass the pointer to the selected partition in %si to the next stage | luigi | 2008-11-26 | 1 | -2/+3 |
* | Fix amd64 build and re-enable gptzfsboot. | dfr | 2008-11-22 | 3 | -6/+16 |
* | Disconnect gptzfsboot from the build until dfr@ gets his act together. | des | 2008-11-21 | 1 | -1/+1 |
* | As reported in kern/118222, pxeboot in RELENG7 (and presumably | luigi | 2008-11-20 | 1 | -5/+13 |
* | Initial storage functionality for U-Boot support library. | raj | 2008-11-19 | 9 | -90/+428 |
* | Some zfsboot fixes from Norikatsu Shigemura: | dfr | 2008-11-19 | 1 | -2/+3 |
* | Add a GPT-aware variant of zfsboot which should be used in a similar manner | dfr | 2008-11-19 | 4 | -5/+188 |
* | If we free the GPT partition list in bd_open_gpt() because of an error, don't | dfr | 2008-11-19 | 1 | -2/+4 |
* | Fix building without ZFS (can't find library) | ache | 2008-11-18 | 1 | -0/+2 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 14 | -15/+3512 |
* | Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet | yongari | 2008-11-12 | 1 | -0/+1 |
* | Modify our boot block to pick an output device, without which boot1 will fail | nwhitehorn | 2008-10-31 | 2 | -0/+5 |
* | Initial support of loader(8) for ARM machines running U-Boot. | raj | 2008-10-14 | 12 | -6/+436 |