summaryrefslogtreecommitdiffstats
path: root/src/include/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Move include/buffer.h to include/gpxe/buffer.hMichael Brown2007-01-111-97/+0Star
* Allow data blocks to be less than sizeof ( struct buffer_free_block ) inMichael Brown2005-06-061-1/+3
* Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-201-5/+5
* Don't include etherboot.h; we get a circular dependencyMichael Brown2005-05-201-1/+2
* Move API docs to buffer.h, implementation to buffer.c.Michael Brown2005-05-191-3/+56
* More documentationMichael Brown2005-05-191-19/+18Star
* load_buffer is now handled via load_buffer.hMichael Brown2005-05-191-3/+0Star
* Added const to fill_bufferMichael Brown2005-05-171-1/+1
* Make "struct buffer"s reusable between sessions.Michael Brown2005-05-091-2/+4
* Return -1 to indicate buffer overflow. Allow buffer fill level to be readMichael Brown2005-05-091-9/+14
* Modified to use physical addresses, and to not assume that we can directlyMichael Brown2005-05-091-7/+29
* Start of an implementation using doubly-linked lists and virtualMichael Brown2005-05-091-0/+16