summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PXE do a dhcp request to find out where its files are. Theps2000-04-271-15/+36
* Don't report errors when we UDP_WRITE fails with a status of 1.ps2000-04-271-1/+3
* Bring support in for Intel Wired for Management 1.1 (PXE 0.99 andps2000-04-262-45/+96
* Move the building of the PXE module into libi386.ps2000-04-211-1/+4
* Make the loader a little smarter about when it is and is not allowedps2000-04-211-3/+8
* Don't call the PXE cleanup routine if PXE is not enabled. Thisps2000-04-211-2/+8
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-7/+9
* Use !PXE api over PXENV+ api.ps2000-04-193-18/+106
* Nuke duplicate struct declaration from somebody's paste-ojkh2000-04-081-11/+0
* Make PXE use the UDP API. This allows for both TFTP and NFS support.ps2000-04-085-294/+228
* Add a missing PXE API call and structure.ps2000-04-041-0/+11
* Add all the PXE related structures from the 2.1 PXE spec from Intel.ps2000-04-042-155/+531
* Mega i386 loader commit.jhb2000-03-283-7/+673
* Remove some extra spammage that made it into this commit. This will bejhb2000-03-151-47/+0
* Pass an unit number to bcache_strategy, so it can flush the cache whendcs2000-03-151-7/+55
* Substantially revamp the way that we determine the amount of memory availablemsmith1999-12-297-54/+161
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
* Make the "machine" target a prequisite to all source files.dcs1999-10-191-0/+4
* $Id$ -> $FreeBSD$peter1999-08-2818-18/+18
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-213-6/+18
* Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.rnordier1999-06-215-11/+44
* Modify the boot loader to recognize the -C flag and pass the RB_CDROMghelmer1999-06-043-3/+15
* Avoid copying m_args if none exists. (Perhaps this is a better solution,dcs1999-03-183-6/+9
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-083-3/+12
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* biosdisk.cmsmith1999-01-244-13/+32
* Fix read error not being detected.rnordier1999-01-221-1/+2
* Remove redundant line of code.steve1999-01-101-2/+1
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-102-2/+12
* Extend bd_print() so that it displays slices and partitions on disks.msmith1999-01-091-7/+82
* Fix a potential sign extension bug on 8-bit chars.peter1999-01-041-3/+3
* Add back ability to make beeps when using new TERM_EMU.abial1998-12-311-6/+15
OpenPOWER on IntegriCloud