Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: qualify pointers whose dereferenced values are constant with const | Marin Ramesa | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | Rename kd_atoi into mach_atoi | Samuel Thibault | 2009-11-22 | 1 | -0/+67 |
* i386/i386at/kd.c: Include <util/atoi.h> (DEFAULT): Remove, replaced by MACH_ATOI_DEFAULT. (kd_parserest): Use mach_atoi instead of kd_atoi and MACH_ATOI_DEFAULT instead of DEFAULT. (kd_atoi): Move and rename function to... * util/atoi.c: ... mach_atoi in new file. * i386/i386at/kd.h (kd_atoi): Move and rename declaration to... * util/atoi.h: ... mach_atoi in new file. * Makefrag.am (libkernel_a_SOURCES): Add util/atoi.c |