| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | Add a simple HFS boot block implementation for booting PowerPC macs. It creates | nwhitehorn | 2008-10-14 | 7 | -1/+906 |
* | Don't close OF disk devices on PowerPC. This fixes loader when booting from | nwhitehorn | 2008-10-13 | 1 | -0/+2 |
* | More diff reductions against ixp425/boot2/boot2.c. This time, we | imp | 2008-10-07 | 1 | -0/+87 |
* | Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statement | imp | 2008-10-07 | 1 | -1/+1 |
* | don't hardcode cc | sam | 2008-10-07 | 1 | -3/+3 |
* | Use CPUID to see if the current CPU supports long mode when attemping to | jhb | 2008-10-07 | 1 | -1/+47 |
* | Add a boot loader for ixp425 based boards like the Gateworks Avila | jhay | 2008-10-06 | 7 | -0/+1473 |
* | Bring in the trivial differences between this code and John Hay's new | imp | 2008-10-05 | 1 | -17/+26 |
* | Remove XMODEM_DL support. It never was complete and only serves to | imp | 2008-10-05 | 3 | -14/+0 |
* | Indent with 8-space tabs. This reduces the diffs to the newer ixp425 | imp | 2008-10-05 | 1 | -165/+169 |
* | Disable ATAPI DMA as it's once again broken in that it causes data | marius | 2008-10-05 | 1 | -1/+1 |
* | Minor style(9) fixes for U-Boot API glue. | raj | 2008-10-04 | 4 | -25/+23 |
* | U-Boot API glue improvements: | raj | 2008-10-04 | 4 | -42/+45 |
* | - Add ae(4) to loader.conf. | stas | 2008-10-04 | 1 | -0/+1 |
* | Backout rev 183181. It appears that I should have been using boot-device | sobomax | 2008-09-19 | 2 | -30/+1 |
* | On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unless | sobomax | 2008-09-19 | 2 | -1/+30 |
* | No FORTH for MIPS. | obrien | 2008-09-18 | 1 | -0/+4 |
* | Revert r177108 and restore r60506 for sparc64 as long as libstand | marius | 2008-09-10 | 1 | -0/+3 |
* | Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocating | marius | 2008-09-10 | 1 | -0/+110 |
* | Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and | jhb | 2008-09-10 | 1 | -0/+1 |
* | USIII and beyond CPUs have stricter requirements when it comes | marius | 2008-09-08 | 1 | -1/+2 |