Michael Brown
|
c44a193d0d
|
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
|
15 lat temu |
Michael Brown
|
f09173326c
|
Moved iobuf.h assertions outside the static inline functions, so that
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.
|
17 lat temu |
Michael Brown
|
2c56ede6f8
|
Moved iobuf.h assertions outside the static inline functions, so that
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.
|
17 lat temu |
Michael Brown
|
7cd0390013
|
Add list_for_each_entry_safe.
|
18 lat temu |
Michael Brown
|
5423f876fb
|
Don't bother poisoning lists; it costs code size.
|
18 lat temu |
Michael Brown
|
2558439ce4
|
First version, based on include/linux/list.h, stripped down to just
those functions we are likely to need.
Still need to come up with a way of getting the linker to create
static lists using this linking mechanism.
|
18 lat temu |