index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added documentation and ASSERT() statements.
Michael Brown
2005-06-06
1
-1
/
+39
*
Allow data blocks to be less than sizeof ( struct buffer_free_block ) in
Michael Brown
2005-06-06
1
-110
/
+64
*
Some versions of doxygen seem to object to "@ret None" or similar.
Michael Brown
2005-05-24
1
-6
/
+6
*
Move API docs to buffer.h, implementation to buffer.c.
Michael Brown
2005-05-19
1
-54
/
+2
*
errno.h now required in order to compile.
Michael Brown
2005-05-19
1
-0
/
+1
*
More documentation
Michael Brown
2005-05-19
1
-6
/
+34
*
Added preliminary doxygen documentation
Michael Brown
2005-05-19
1
-16
/
+117
*
Added const to fill_buffer
Michael Brown
2005-05-17
1
-1
/
+1
*
Make "struct buffer"s reusable between sessions.
Michael Brown
2005-05-09
1
-8
/
+5
*
Return -1 to indicate buffer overflow. Allow buffer fill level to be read
Michael Brown
2005-05-09
1
-14
/
+18
*
Added debugging
Michael Brown
2005-05-09
1
-1
/
+16
*
Added explanatory comment.
Michael Brown
2005-05-09
1
-0
/
+7
*
Modified to use physical addresses, and to not assume that we can directly
Michael Brown
2005-05-09
1
-83
/
+96
*
Start of an implementation using doubly-linked lists and virtual
Michael Brown
2005-05-09
1
-0
/
+131