aboutsummaryrefslogtreecommitdiff
path: root/src/include/stdlib.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-11-19[i386] Rename __cdecl to __asmcallMichael Brown1-1/+1
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
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
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
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