aboutsummaryrefslogtreecommitdiff
path: root/src/tests/umalloc_test.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16[ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński1-1/+1
pcbios specific get_memmap() is used by the b44 driver making all-drivers builds fail on other platforms. Move it to the I/O API group and provide a dummy implementation on EFI. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-19TypoMichael Brown1-3/+3
2007-01-16Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown1-0/+26
reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t).