summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface
Commit message (Expand)AuthorAgeFilesLines
...
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+2
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-7/+7
* [int13] Provide a permanently closed window via the control interfaceMichael Brown2011-06-281-0/+15
* [int13] Catch INT 13,4b when no explicit drive number is presentMichael Brown2011-04-281-2/+7
* [int13] Add support for INT 13,4bMichael Brown2011-04-281-4/+46
* [int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2011-04-271-48/+353
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-7/+5Star
* [pxe] Report an IRQ number only if device supports interruptsMichael Brown2011-03-101-1/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-41/+8Star
* [image] Simplify image managementMichael Brown2011-03-071-1/+1
* [int13] Automatically reopen underlying block device as neededMichael Brown2011-03-021-34/+50
* [int13] Add missing "static" modifierMichael Brown2011-02-221-2/+2
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-5/+5
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-3/+2Star
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-274-5/+11
* [pxe] Report SUPPORTED_IRQ only if device supports interruptsMichael Brown2011-01-251-1/+3
* [pxe] Improve pxe_udp debug messagesMichael Brown2010-12-151-9/+14
* [pxe] Set correct PktType in PXENV_UNDI_ISRMichael Brown2010-12-091-1/+9
* [pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPEMichael Brown2010-12-091-5/+5
* [pxe] Use network device receive queue freezingMichael Brown2010-11-201-6/+11
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2Star
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-221-0/+2
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-221-23/+216
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-148-1064/+696Star
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-1/+1
* [ioapi] Move get_memmap() to the I/O API groupPiotr JaroszyƄski2010-08-162-2/+2
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-012-0/+45
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-222-69/+58Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-32/+33
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-311-103/+0Star
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-273-2/+16
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-251-0/+3
* [pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown2010-05-212-7/+13
* [librm] Use libflat to enable A20 line on each real-to-protected transitionMichael Brown2010-04-201-10/+0Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-2027-106/+106
* [pxe] Remove pxe_set_cached_filename()Michael Brown2010-03-262-35/+0Star
* [pxe] Avoid potential interrupt storms when using shared interruptsMichael Brown2010-03-231-4/+21
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-1/+1
* [comboot] Match version strings to SYSLINUX styleDaniel Verkamp2010-03-011-2/+2
* [pxe] Introduce PXE exit hook for NBP chainingShao Miller2010-01-242-0/+45
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-202-2/+16
* [pxe] Support cached DHCP packets in .kkpxe imagesJoshua Oreman2010-01-201-0/+69
* [pxe] Separate parent PXE API caller from UNDINET driverJoshua Oreman2010-01-201-0/+201
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-181-5/+8
* [sanboot] Prevent leaking a stack reference for "keep-san" AoEStefan Hajnoczi2010-01-151-21/+33
* [int13] Guard against BIOSes that "fix" the drive countMichael Brown2009-11-181-6/+48
* [int13] Fix number of sectors returned by INT 13,15Michael Brown2009-11-181-2/+6