Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-10-07 | [libc] Add function declaration for main() in stdlib.h | Michael Brown | 1 | -0/+1 |
2007-08-20 | use malloc attribute | Holger Lubitz | 1 | -3/+3 |
2007-06-11 | Renamed _calloc() to zalloc(), ready to be used as a standalone function. | Michael Brown | 1 | -3/+3 |
2007-01-19 | Split random number generation out into core/random.c, and create the | Michael Brown | 1 | -4/+44 |
2007-01-19 | Add missing prerequisite include | Michael Brown | 1 | -0/+2 |
2007-01-18 | Don't always zero memory in malloc(). This saves around 2us on a | Michael Brown | 1 | -4/+6 |
2006-12-22 | Fix prototype of random() and move to stdlib.h | Michael Brown | 1 | -0/+1 |
2006-12-08 | Added execv() and system(). | Michael Brown | 1 | -0/+1 |
2006-12-02 | Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific | Michael Brown | 1 | -0/+20 |
2006-04-30 | Fix up prototype of strtoul() to match POSIX. | Michael Brown | 1 | -1/+1 |
2005-04-30 | Moved strtoul prototype into stdlib.h for consistency | Michael Brown | 1 | -0/+6 |