aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak introduced in r185902. We should free the devspec ifPaul Saab2008-12-111-0/+1
* Avoid a double free in devopen by not freeing the device structurePaul Saab2008-12-111-1/+0
* Don't get confused if we encounter a device which is part of a raidz or raidz2Doug Rabson2008-12-101-2/+4
* Remove now unused label.Maxim Sobolev2008-12-091-1/+1
* Optimiza assembly in the previous r185779, to save whooping 16 bytes.Maxim Sobolev2008-12-081-9/+5
* Respect RBX_MUTE flag from boot[012].Maxim Sobolev2008-12-081-1/+18
* Fix typo in the comment %is -> %si.Maxim Sobolev2008-12-081-1/+1
* PROBLEM: putting in a loader config file a line of the formLuigi Rizzo2008-12-071-26/+19
* Correct include path for i386 specific includes. This allows zfsPaul Saab2008-12-061-1/+1
* - correct variable nameDaniel Gerzo2008-12-061-1/+1
* Another, hopefully final set of changes to boot0 and boot0cfg.Luigi Rizzo2008-12-032-61/+71
* This commits brings in a lot of documentation and some enhancementLuigi Rizzo2008-12-022-248/+476
* Let ARM loader(8) build with the man page.Rafal Jaworowski2008-11-271-4/+3
* Fix a typo in previous commit: must call "putn" to print a crlf,Luigi Rizzo2008-11-261-1/+1
* Pass the pointer to the selected partition in %si to the next stageLuigi Rizzo2008-11-261-2/+3
* Fix amd64 build and re-enable gptzfsboot.Doug Rabson2008-11-223-6/+16
* Disconnect gptzfsboot from the build until dfr@ gets his act together.Dag-Erling Smørgrav2008-11-211-1/+1
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyLuigi Rizzo2008-11-201-5/+13
* Initial storage functionality for U-Boot support library.Rafal Jaworowski2008-11-199-90/+428
* Some zfsboot fixes from Norikatsu Shigemura:Doug Rabson2008-11-191-2/+3
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerDoug Rabson2008-11-194-5/+188
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tDoug Rabson2008-11-191-2/+4
* Fix building without ZFS (can't find library)Andrey A. Chernov2008-11-181-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-1714-15/+3512
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetPyun YongHyeon2008-11-121-0/+1
* Modify our boot block to pick an output device, without which boot1 will failNathan Whitehorn2008-10-312-0/+5
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-1412-6/+436
* Add a simple HFS boot block implementation for booting PowerPC macs. It createsNathan Whitehorn2008-10-147-1/+906
* Don't close OF disk devices on PowerPC. This fixes loader when booting fromNathan Whitehorn2008-10-131-0/+2
* More diff reductions against ixp425/boot2/boot2.c. This time, weWarner Losh2008-10-071-0/+87
* Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statementWarner Losh2008-10-071-1/+1
* don't hardcode ccSam Leffler2008-10-071-3/+3
* Use CPUID to see if the current CPU supports long mode when attemping toJohn Baldwin2008-10-071-1/+47
* Add a boot loader for ixp425 based boards like the Gateworks AvilaJohn Hay2008-10-067-0/+1473
* Bring in the trivial differences between this code and John Hay's newWarner Losh2008-10-051-17/+26
* Remove XMODEM_DL support. It never was complete and only serves toWarner Losh2008-10-053-14/+0
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425Warner Losh2008-10-051-165/+169
* Disable ATAPI DMA as it's once again broken in that it causes dataMarius Strobl2008-10-051-1/+1
* Minor style(9) fixes for U-Boot API glue.Rafal Jaworowski2008-10-044-25/+23
* U-Boot API glue improvements:Rafal Jaworowski2008-10-044-42/+45
* - Add ae(4) to loader.conf.Stanislav Sedov2008-10-041-0/+1
* Backout rev 183181. It appears that I should have been using boot-deviceMaxim Sobolev2008-09-192-30/+1
* On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unlessMaxim Sobolev2008-09-192-1/+30
* No FORTH for MIPS.David E. O'Brien2008-09-181-0/+4
* 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