summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_scanf.c
Commit message (Expand)AuthorAgeFilesLines
* Only needed to cast array index from char to unsigned char, did notdillon1999-02-141-3/+3
* cleanup warnings by propogating const char pointers properly.dillon1999-01-291-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix array index of signed char to cast to unsigned char and then to int.dillon1999-01-271-9/+9
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedmsmith1999-01-151-0/+793
OpenPOWER on IntegriCloud