summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/iobuf.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-211-4/+24
| | | | | | | the assert message's file and line number gives some clue as to the real location of the problem. Added similar assertions to list.h.
* use malloc attributeHolger Lubitz2007-08-201-1/+1
|
* Add per-file error identifiersMichael Brown2007-07-241-19/+1Star
|
* Add iob_ensure_headroom() placeholder.Michael Brown2007-06-201-0/+19
|
* Add alloc_iob() and free_iob(). (Direct search-and-replaceMichael Brown2007-05-181-39/+59
| | | | | equivalents for alloc_pkb() and free_pkb(), which will be retired in due course).
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-271-0/+148