summaryrefslogtreecommitdiffstats
path: root/src/core/hw.c
Commit message (Expand)AuthorAgeFilesLines
* [hw] Eliminate polling while waiting for window to openMichael Brown2011-06-281-1/+2
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-10/+12
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-19/+10Star
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-0/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+1
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-1/+2
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Modify data-xfer semantics: it is no longer necessary to call one ofMichael Brown2007-05-261-12/+15
* Prefix all the open()-family routines with xfer_, to disambiguate themMichael Brown2007-05-181-3/+4
* Do not hold self-references. This then avoids the problem of having toMichael Brown2007-05-151-6/+9
* Data-transfer interface should now be functionally complete.Michael Brown2007-05-151-0/+68