summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete code removalMichael Brown2007-07-171-106/+0Star
|
* Moved most buffer debug messages to DBG2.Michael Brown2007-01-291-20/+1Star
| | | | | | | | | Make expand_buffer() a non-inline function, so that we can add debug messages. Expandable buffers now don't *always* round up to the next power of two. This allows e.g. loading a 137MB ISO image on a machine with only 256MB RAM...
* Allow buffers to be pre-expanded on demand.Michael Brown2007-01-181-0/+21
|
* buffer.c should be using copy_{to,from}_user, rather thanMichael Brown2007-01-111-5/+5
| | | | copy_{to,from}_phys.
* Update buffer-handling code to enable expandable buffers.Michael Brown2007-01-111-45/+52
|
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-111-0/+97