summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [http] Eliminate polling while waiting for window to openMichael Brown2011-06-281-32/+46
* [scsi] Eliminate polling while waiting for window to openMichael Brown2011-06-281-6/+13
* [hw] Eliminate polling while waiting for window to openMichael Brown2011-06-281-1/+2
* [infiniband] Use a one-shot process for CMRC shutdownMichael Brown2011-06-281-4/+2Star
* [fc] Use a one-shot process for Fibre Channel name server queriesMichael Brown2011-06-281-4/+1Star
* [fc] Use a one-shot process for Fibre Channel ELS requestsMichael Brown2011-06-281-4/+1Star
* [resolv] Use a one-shot process for the numeric resolverMichael Brown2011-06-281-2/+1Star
* [process] Add support for one-shot processesMichael Brown2011-06-282-2/+24
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-2816-101/+229
* [xfer] Send xfer_window_changed() after xfer_vredirect()Michael Brown2011-06-281-1/+16
* [tcp] Send xfer_window_changed() when window opensMichael Brown2011-06-281-19/+27
* [infiniband] Send xfer_window_changed() when CMRC connection is establishedMichael Brown2011-06-281-0/+3
* [tls] Send xfer_window_changed() when TLS session is establishedMichael Brown2011-06-281-0/+4
* [fc] Send xfer_window_changed() when FCP link is establishedMichael Brown2011-06-283-13/+100
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-284-39/+73
* [ftp] Remove redundant ftp_data_deliver() methodMichael Brown2011-06-281-25/+4Star
* [prefix] Cope with BOOT_IMAGE= anywhere within command lineMichael Brown2011-06-281-4/+14
* [ipv4] Record ARP resolution errorsMichael Brown2011-06-281-0/+2
* [netdevice] Allow non-completion TX errors to be recordedMichael Brown2011-06-282-7/+27
* [build] Allow APPEND lines in ipxe.iso to function as expectedDominic Cleal2011-05-191-1/+1
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [romprefix] Force PnP header to a 16-byte boundary for IBM BIOSesMichael Brown2011-05-171-0/+5
* [romprefix] Do not fall back to hooking INT19 by defaultMichael Brown2011-05-172-0/+8
* [romprefix] Remove special treatment for IBM BIOSesMichael Brown2011-05-171-20/+6Star
* [ipv4] Include network device metadata in packet tracesMichael Brown2011-05-051-3/+10
* [bofm] Pass BOFM version 2 table to SetStatus() if applicableMichael Brown2011-05-051-10/+29
* [http] Support chunked transfer encodingMichael Brown2011-05-051-44/+119
* [bofm] Increase amount of debugging availableMichael Brown2011-05-051-32/+48
* [forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown2011-05-041-3/+2Star
* [hermon] Remove temporary workaround for missing BOFM mport supportMichael Brown2011-05-041-39/+15Star
* [bofm] Report {slot,port} to {bus:dev.fn,mport} mapping on newer BOFM buildsMichael Brown2011-05-041-2/+7
* [bofm] Use "mport" rather than "port" to describe mport valueMichael Brown2011-05-041-5/+5
* [bofm] Match port numbering as used in CSV fileMichael Brown2011-05-041-1/+1
* [romprefix] Attempt to gracefully handle semi-PnP IBM BIOSesMichael Brown2011-05-041-6/+20
* [netdevice] Improve detection of bugs in drivers' TX completion handlingMichael Brown2011-05-031-2/+1Star
* [list] Add list_check_contains()Michael Brown2011-05-031-0/+19
* [netdevice] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2011-05-031-9/+9
* [efi] Ensure that each HII package list and formset has a unique GUIDMichael Brown2011-05-031-3/+6
* [build] Fix building on mildly deranged versions of binutilsMichael Brown2011-04-291-13/+13
* [int13] Catch INT 13,4b when no explicit drive number is presentMichael Brown2011-04-281-2/+7
* [build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...Michael Brown2011-04-281-5/+6
* [int13] Add support for INT 13,4bMichael Brown2011-04-281-4/+46
* [int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2011-04-272-48/+486
* [linux] Avoid building Linux-specific prefix on non-Linux buildsMichael Brown2011-04-272-0/+0
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-2410-77/+215
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-242-7/+24
* [undi] Assume that interrupts are not supported if IRQ=0Michael Brown2011-04-231-1/+3
* [build] Run parserom.pl only on potential driver filesMichael Brown2011-04-101-1/+2
* [cmdline] Add "iseq" commandGreg Jednaszewski2011-04-081-0/+37
* [cmdline] Simplify "isset" commandMichael Brown2011-04-081-10/+3Star