index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_scanf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Fix mis-indentation.
phk
2002-10-02
1
-1
/
+1
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
1
-2
/
+2
*
Move strto{u}[ql]() into their own libkern files.
phk
1999-11-03
1
-314
/
+0
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
1
-8
/
+0
*
Add strtol & strtoul to kernel. Derived from libc versions.
phk
1999-11-01
1
-0
/
+157
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Cast pointers to uintptr_t instead of casting them to u_long, and/or vice
bde
1999-08-24
1
-2
/
+2
*
Only needed to cast array index from char to unsigned char, did not
dillon
1999-02-14
1
-3
/
+3
*
cleanup warnings by propogating const char pointers properly.
dillon
1999-01-29
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix array index of signed char to cast to unsigned char and then to int.
dillon
1999-01-27
1
-9
/
+9
*
Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used
msmith
1999-01-15
1
-0
/
+793