| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libc] Add strtoull() | Piotr Jaroszyński | 2010-08-19 | 1 | -0/+40 |
| | | | | | | | | | | | Don't implement strtoul() on top of strtoull() as strtoull() is much bigger and only used on linux currently. Instead refactor most of the logic out of strtoul() into static inlines and reuse that. Also put it in a separate object so it won't get linked in. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
| | | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | ||||
| * | [i386] Rename __cdecl to __asmcall | Michael Brown | 2008-11-19 | 1 | -1/+1 |
| | | | | | | __cdecl is a misleading name, since it currently encapsulates both cdecl and regparm(0) attributes. Rename to __asmcall. | ||||
| * | [libc] Add function declaration for main() in stdlib.h | Michael Brown | 2008-10-07 | 1 | -0/+1 |
| | | |||||
| * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -3/+3 |
| | | |||||
| * | Renamed _calloc() to zalloc(), ready to be used as a standalone function. | Michael Brown | 2007-06-11 | 1 | -3/+3 |
| | | |||||
| * | Split random number generation out into core/random.c, and create the | Michael Brown | 2007-01-19 | 1 | -4/+44 |
| | | | | | correct prototypes for srandom(), rand() and srand(). | ||||
| * | Add missing prerequisite include | Michael Brown | 2007-01-19 | 1 | -0/+2 |
| | | |||||
| * | Don't always zero memory in malloc(). This saves around 2us on a | Michael Brown | 2007-01-18 | 1 | -4/+6 |
| | | | | | full-length PKB allocation. | ||||
| * | Fix prototype of random() and move to stdlib.h | Michael Brown | 2006-12-22 | 1 | -0/+1 |
| | | |||||
| * | Added execv() and system(). | Michael Brown | 2006-12-08 | 1 | -0/+1 |
| | | |||||
| * | Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific | Michael Brown | 2006-12-02 | 1 | -0/+20 |
| | | | | | function prototypes (e.g. malloc_dma()) in malloc.h. | ||||
| * | Fix up prototype of strtoul() to match POSIX. | Michael Brown | 2006-04-30 | 1 | -1/+1 |
| | | |||||
| * | Moved strtoul prototype into stdlib.h for consistency | Michael Brown | 2005-04-30 | 1 | -0/+6 |
