summaryrefslogtreecommitdiffstats
path: root/src/core/hw.c
Commit message (Expand)AuthorAgeFilesLines
* 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