summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Correctly recognize both bogus and genuine BSD disklabels.phk2002-11-031-1/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-011-0/+1
* use __packed.alfred2002-09-233-26/+26
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-1/+1
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-83/+0
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-291-1/+1
* Restore autoloading of ACPI module.obrien2002-08-091-0/+8
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* Resolve conflicts arising from the ACPI CA 20020611 import.iwasaki2002-07-091-2/+1
* Fix a build problem for the ACPI CA 20020404 import.iwasaki2002-06-301-1/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-7/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+7
* Add boot_serial and boot_multicons variables to set RB_SERIAL andpeter2002-06-203-0/+6
* Fix one of the va_arg() with less than int sized type probelms.phk2002-05-181-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* -ffreestanding is the word for /sys.obrien2002-05-101-7/+7
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
* Add support for writing to BIOS disks.jhb2001-12-111-3/+169
* Add new boot flag to i386 boot: -p.guido2001-12-103-0/+9
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedjlemon2001-10-233-0/+9
* Whitespace fixes.jhb2001-10-041-3/+3
* Fix the ANSI color escape sequence \E[m.yokota2001-10-021-153/+118
* Fix the local macro: isvisible().yokota2001-10-021-1/+1
* Fix the function CD(): "Clear to the end of the screen".yokota2001-10-011-4/+15
* This is white-space only change. No functional difference.yokota2001-10-011-140/+167
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-1/+1
* Teach the loader how to find the system ACPI information, and autoloadmsmith2001-08-304-1/+141
* s/adress/address/kris2001-07-231-1/+1
* Don't set the gateway address if the netmask is zero or we're onps2001-03-141-1/+5
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-183-3/+3
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-4/+6
* The Number of Fixed Disks at memory location 0x475 is only 1 byte, not ajhb2000-11-021-1/+1
* Add support for the "nullconsole" console type, for systems witharchie2000-09-205-1/+105
* Export the salient configuration items in a non-pxe-specific namespacemsmith2000-09-051-5/+44
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-112-1/+4
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0318-83/+98
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
* - Add some more details to the 'lsdev' output for FAT file systems.jhb2000-06-191-27/+83
* Delay calling the device cleanup routines until the absolute lastps2000-06-144-0/+4
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.ps2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.bp2000-05-017-74/+74
* Fall back to /pxeroot as the location of the NFS exported directoryps2000-04-291-10/+4
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-291-118/+207
OpenPOWER on IntegriCloud