| Commit message (Expand) | Author | Age | Files | Lines |
* | When loader tries to open GPT partition, but partition table is not GPT, | ae | 2012-10-22 | 1 | -0/+7 |
* | Add the flags parameter to the disk_open() function and DISK_F_NOCACHE | ae | 2012-10-21 | 2 | -10/+20 |
* | boot/console: handle consoles that fail to probe | avg | 2012-10-06 | 2 | -10/+17 |
* | Fix the style. | ae | 2012-09-30 | 1 | -4/+4 |
* | Remember the file format of the last loaded module and try to use it for | ae | 2012-09-30 | 1 | -2/+9 |
* | Fix disk_cleanup() to work without DISK_DEBUG too. | ae | 2012-09-30 | 1 | -1/+3 |
* | Almost each time when loader opens a file, this leads to calling | ae | 2012-09-29 | 2 | -34/+179 |
* | Make the loader a bit smarter, when it tries to open disk and the slice | ae | 2012-09-28 | 1 | -9/+11 |
* | Implement elfN(reloc) for powerpc. With this change the kernel is now able to | andreast | 2012-09-21 | 1 | -0/+25 |
* | The MBR data is not necessarily aligned. This is a problem on ARM. | kientzle | 2012-09-14 | 1 | -2/+2 |
* | boot: file_loadraw should strdup name argument | avg | 2012-09-11 | 1 | -1/+1 |
* | Fix loading of kernel modules at boot time for powerpc64. | andreast | 2012-09-08 | 1 | -3/+3 |
* | Add comment why the code has been disabled. | ae | 2012-08-16 | 1 | -2/+2 |
* | Some BIOSes return incorrect number of sectors, make checks less | ae | 2012-08-15 | 1 | -0/+4 |
* | Rework r239232 to unbreak ZFS detection on MBR slices. | ae | 2012-08-15 | 1 | -10/+18 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -11/+20 |
* | Restore the old behaviour. If requested partition is a BSD slice, | ae | 2012-08-13 | 1 | -3/+11 |
* | Remove colons from the debug message, device name returned by the | ae | 2012-08-13 | 1 | -4/+4 |
* | Unbreak booting from the true dedicated disks. | ae | 2012-08-13 | 2 | -3/+14 |
* | Add more debug messages. | ae | 2012-08-12 | 1 | -1/+6 |
* | As it turned out, there are some installations, where BSD label | ae | 2012-08-07 | 1 | -1/+1 |
* | Fix start offset calculation for the EBR partitions. | ae | 2012-08-06 | 1 | -1/+1 |
* | Introduce new API to work with disks from the loader's drivers. | ae | 2012-08-05 | 3 | -695/+211 |
* | Create the interface to work with various partition tables from the | ae | 2012-08-05 | 2 | -0/+921 |
* | Don't return an error if a kld does not contain any modules (e.g. a | jhb | 2012-06-20 | 2 | -2/+2 |
* | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | gleb | 2012-05-25 | 1 | -7/+9 |
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+1 |
* | zfs boot: try to set vfs.root.mountfrom from currdev as a fallback | avg | 2012-05-12 | 1 | -2/+16 |
* | zfsboot/zfsloader: support accessing filesystems within a pool | avg | 2012-05-12 | 1 | -0/+3 |
* | sys/boot: add common CTASSERT definition | avg | 2012-05-09 | 1 | -0/+6 |
* | Add multiple inclusion protection. | marius | 2012-04-29 | 1 | -0/+5 |
* | Read backup GPT header from the last LBA only when primary GPT header and | ae | 2012-04-12 | 1 | -7/+7 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Remove second consts in r233288 in order to appease C++ compilers. | marius | 2012-03-26 | 1 | -1/+1 |
* | Declare the CRC lookup-tables const as they hardly should change at | marius | 2012-03-21 | 1 | -1/+1 |
* | Declare some variables static in order to reduce the object size and | marius | 2012-03-18 | 1 | -31/+18 |
* | Fix a bug introduced in r223938; on big-endian machines coping a 32-bit | marius | 2012-03-11 | 1 | -0/+15 |
* | Document comconsole_port and comconsole_pcidev loader variables. | kib | 2012-01-07 | 1 | -1/+38 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Clean up from the 4.x era. | pluknet | 2011-12-27 | 1 | -3/+3 |
* | Remove the remnants of /stand/sysinstall. | pluknet | 2011-11-03 | 1 | -1/+1 |
* | With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we would | pjd | 2011-10-20 | 1 | -2/+3 |
* | Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORT | pjd | 2011-10-19 | 1 | -1/+1 |
* | Fix buffer overflow in sys/boot/common/util.c's printf(), when printing | dim | 2011-08-08 | 1 | -1/+1 |
* | Since r219452 the alignment of __dmadat has changed, revealing that fsread() | marius | 2011-07-11 | 1 | -31/+35 |
* | Fix r223695 to compile on architectures which don't use the MBR scheme; wrap | marius | 2011-07-01 | 1 | -5/+16 |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 5 | -3/+890 |
* | Minimize backward seeks when trying to load ELF relocatable modules. | kan | 2011-06-19 | 1 | -7/+30 |
* | New boot loader menus from Devin Teske. | julian | 2011-05-28 | 1 | -0/+7 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -1/+1 |