summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Always update the hw.uart.console hint anytime a change is made to thejhb2013-01-231-18/+7
* Quiesce some clang warnings while we're here doing stuff.sbruno2013-01-143-2/+9
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-211-3/+7
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
* Almost each time when loader opens a file, this leads to callingae2012-09-291-1/+9
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probingdim2012-08-131-0/+2
* Add another debug message.ae2012-08-121-0/+2
* Add offset field to the i386_devdesc structure to be compatible withae2012-08-054-1070/+243
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-123-4/+18
* i386 boot: consolidate MAXBDDEV definitionavg2012-05-092-2/+2
* Fix a long standing bug. The caller expects a non-zero value for success.jkim2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-5/+4
* Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such thatsbruno2012-01-191-0/+2
* Add special loader environment variables 'comconsole_port' andkib2012-01-033-31/+195
* Make the RTC checking for QEMU even more aggressive.ed2011-12-211-4/+6
* Revert some debugging printfs that crept into 223695.jhb2011-11-091-5/+1
* - Add a new header for the x86 boot code that defines various structuresjhb2011-10-254-14/+8
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-256-20/+18
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-301-1/+5
* Fix clang warnings.benl2011-06-181-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+5
* Remove unused includes.nyan2010-11-131-6/+0
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-082-24/+1
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-171-1/+3
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-2/+2
* Fix debug messages of bd_io().nyan2009-12-171-4/+4
* Don't warn about an RSDP with a corrupt checksum. The kernel does a betterjhb2009-12-101-3/+1
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-072-2/+39
* Various small whitespace and style fixes.jhb2009-12-072-9/+9
* Whitespace-only: another instance of identation with spaces.sobomax2009-11-271-1/+1
* Whitespace on: use tabs for identation consistently.sobomax2009-11-271-4/+4
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-273-18/+124
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* If the pxe client is told to use / as the root path, honour that ratheremaste2009-09-101-1/+1
* On special systems where the MBR and the GPT are in sync (up to the 4thrpaulo2009-06-261-1/+1
* Instead of packing the individual fields in the PnP structures, pack thejhb2009-06-081-26/+26
* Don't attempt to free the GPT partition list for a disk with an empty GPT.jhb2009-06-081-2/+3
* Import ACPICA 20090521.jkim2009-06-052-2/+2
* Add a missing parameter when displaying GPT partitions with an unknownjhb2009-06-011-0/+1
* A simple rewrite of biossmap.c:jkim2009-04-151-44/+87
* Use a disk address instead of an int to hold the starting offset of anjhb2009-04-141-1/+1
* Rewrite SMBIOS for loader:jkim2009-04-072-152/+206
* Increase sprintf(3) buffer size, which I forgot from the previous commit.jkim2009-04-071-1/+1
* Probe size of installed memory modules from loader and display itjkim2009-03-311-6/+52
* The recent change to use memory > 1MB for the heap by default broke CDjhb2009-03-123-47/+81
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-093-2/+36
* Allow VIA Nano processors to boot FreeBSD/amd64.jkim2009-01-121-2/+3
OpenPOWER on IntegriCloud