aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_scanf.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+2
* Add support for 'j', 't' and 'z' flags to kernel sscanf().Alexander Motin2019-08-161-0/+25
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Xen netback driver rewrite.Kenneth D. Merry2012-01-261-3/+18
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Fix mis-indentation.Poul-Henning Kamp2002-10-021-1/+1
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-2/+2
* Move strto{u}[ql]() into their own libkern files.Poul-Henning Kamp1999-11-031-314/+0
* Move isfoo() and friends to the newly created sys/ctype.h.Poul-Henning Kamp1999-11-031-0/+1
* Consolidate some of the various ctype(3) macros in one location.Archie Cobbs1999-11-021-8/+0
* Add strtol & strtoul to kernel. Derived from libc versions.Poul-Henning Kamp1999-11-011-0/+157
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or viceBruce Evans1999-08-241-2/+2
* Only needed to cast array index from char to unsigned char, did notMatthew Dillon1999-02-141-3/+3
* cleanup warnings by propogating const char pointers properly.Matthew Dillon1999-01-291-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix array index of signed char to cast to unsigned char and then to int.Matthew Dillon1999-01-271-9/+9
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedMike Smith1999-01-151-0/+793