Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | util: qualify pointers whose dereferenced values are constant with const | Marin Ramesa | |
2009-11-22 | Rename kd_atoi into mach_atoi | Samuel Thibault | |
* 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 |