| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 1 | -1/+5 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 1 | -0/+5 |
* | Remove unused includes. | nyan | 2010-11-13 | 1 | -6/+0 |
* | Remove support for autoloading ACPI from the loader. Leave in the code to | jhb | 2010-11-08 | 2 | -24/+1 |
* | Before VirtualBox is fixed, mark with #ifdef what has to be done to make | pjd | 2010-09-17 | 1 | -1/+3 |
* | Modify pxe.c to use the version of nfs_getrootfh() that returns | rmacklem | 2010-09-02 | 1 | -0/+59 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH | imp | 2010-08-23 | 1 | -2/+2 |
* | Fix debug messages of bd_io(). | nyan | 2009-12-17 | 1 | -4/+4 |
* | Don't warn about an RSDP with a corrupt checksum. The kernel does a better | jhb | 2009-12-10 | 1 | -3/+1 |
* | Improve the algorithm the loader uses to choose a memory range for its | jhb | 2009-12-07 | 2 | -2/+39 |
* | Various small whitespace and style fixes. | jhb | 2009-12-07 | 2 | -9/+9 |
* | Whitespace-only: another instance of identation with spaces. | sobomax | 2009-11-27 | 1 | -1/+1 |
* | Whitespace on: use tabs for identation consistently. | sobomax | 2009-11-27 | 1 | -4/+4 |
* | Add new loader console type: "spinconsole". This console selects the | sobomax | 2009-11-27 | 3 | -18/+124 |
* | Be nice, don't use the f-word. | trasz | 2009-11-25 | 2 | -2/+2 |
* | If the pxe client is told to use / as the root path, honour that rather | emaste | 2009-09-10 | 1 | -1/+1 |
* | On special systems where the MBR and the GPT are in sync (up to the 4th | rpaulo | 2009-06-26 | 1 | -1/+1 |
* | Instead of packing the individual fields in the PnP structures, pack the | jhb | 2009-06-08 | 1 | -26/+26 |
* | Don't attempt to free the GPT partition list for a disk with an empty GPT. | jhb | 2009-06-08 | 1 | -2/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 2 | -2/+2 |
* | Add a missing parameter when displaying GPT partitions with an unknown | jhb | 2009-06-01 | 1 | -0/+1 |
* | A simple rewrite of biossmap.c: | jkim | 2009-04-15 | 1 | -44/+87 |
* | Use a disk address instead of an int to hold the starting offset of an | jhb | 2009-04-14 | 1 | -1/+1 |
* | Rewrite SMBIOS for loader: | jkim | 2009-04-07 | 2 | -152/+206 |
* | Increase sprintf(3) buffer size, which I forgot from the previous commit. | jkim | 2009-04-07 | 1 | -1/+1 |
* | Probe size of installed memory modules from loader and display it | jkim | 2009-03-31 | 1 | -6/+52 |
* | 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 | 3 | -2/+36 |
* | Allow VIA Nano processors to boot FreeBSD/amd64. | jkim | 2009-01-12 | 1 | -2/+3 |
* | If we free the GPT partition list in bd_open_gpt() because of an error, don't | dfr | 2008-11-19 | 1 | -2/+4 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 2 | -0/+3 |
* | Use CPUID to see if the current CPU supports long mode when attemping to | jhb | 2008-10-07 | 1 | -1/+47 |
* | Dereferencing uninitialized pointers considered harmful. Prior to this | cperciva | 2008-08-04 | 1 | -0/+4 |
* | Implement a workaround for a long-standing problem in | olli | 2008-06-16 | 1 | -8/+32 |
* | Workaround a bug in the BIOS of Dell R900 machines. Specifically, each | jhb | 2008-06-07 | 1 | -1/+4 |
* | Tweak the verbose disk printing a bit: | jhb | 2008-02-28 | 1 | -59/+51 |
* | Though we are currently not interested in the EDD3 flag, | bz | 2007-11-12 | 1 | -1/+1 |
* | - Add constants for the different memory types in the SMAP table. | jhb | 2007-10-28 | 2 | -31/+18 |
* | Break out of the I/O retry loop as soon as an I/O operation succeeds rather | jhb | 2007-10-25 | 1 | -0/+2 |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 2 | -47/+336 |
* | Rework the read/write support in the bios disk driver some to cut down | jhb | 2007-10-24 | 1 | -196/+112 |
* | Reindent the read/write code of bd_realstrategy() so it is more readable. | jhb | 2007-10-24 | 1 | -39/+30 |
* | Slightly cleanup the 'bootdev' concept on x86 by changing the various | jhb | 2007-10-24 | 2 | -6/+3 |
* | Do not attempt to make an NFS rpc call if using tftp | ps | 2007-10-12 | 2 | -0/+9 |
* | Use lower cases for UUID string to conform RFC4122 and ISO/IEC-9834-8:2005. | jkim | 2007-05-21 | 1 | -3/+3 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -9/+11 |
* | Revert the last change. Masking only 2 MSBs of the virtual address | ru | 2006-11-02 | 1 | -1/+1 |
* | Extend struct devdesc with a unit field, called d_unit. Promote the | marcel | 2006-11-02 | 5 | -27/+19 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 1 | -1/+1 |