aboutsummaryrefslogtreecommitdiff
path: root/src/include/stdlib.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
2008-11-19[i386] Rename __cdecl to __asmcallMichael Brown1-1/+1
__cdecl is a misleading name, since it currently encapsulates both cdecl and regparm(0) attributes. Rename to __asmcall.
2008-10-07[libc] Add function declaration for main() in stdlib.hMichael Brown1-0/+1
2007-08-20use malloc attributeHolger Lubitz1-3/+3
2007-06-11Renamed _calloc() to zalloc(), ready to be used as a standalone function.Michael Brown1-3/+3
2007-01-19Split random number generation out into core/random.c, and create theMichael Brown1-4/+44
correct prototypes for srandom(), rand() and srand().
2007-01-19Add missing prerequisite includeMichael Brown1-0/+2
2007-01-18Don't always zero memory in malloc(). This saves around 2us on aMichael Brown1-4/+6
full-length PKB allocation.
2006-12-22Fix prototype of random() and move to stdlib.hMichael Brown1-0/+1
2006-12-08Added execv() and system().Michael Brown1-0/+1
2006-12-02Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specificMichael Brown1-0/+20
function prototypes (e.g. malloc_dma()) in malloc.h.
2006-04-30Fix up prototype of strtoul() to match POSIX.Michael Brown1-1/+1
2005-04-30Moved strtoul prototype into stdlib.h for consistencyMichael Brown1-0/+6