Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert k&R to ansi. | Guy-Fleury Iteriteka | 2022-05-02 | 1 | -3/+1 |
| | | | | Message-Id: <Ym+Of2H8SFEuUw9K@debian> | ||||
* | util: qualify pointers whose dereferenced values are constant with const | Marin Ramesa | 2013-12-17 | 1 | -4/+4 |
| | |||||
* | Rename kd_atoi into mach_atoi | Samuel Thibault | 2009-11-22 | 1 | -0/+108 |
* 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 |