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
/
lib
/
libc
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
4
-8
/
+8
*
Replace my original asprintf() and vasprintf() hacks with something
peter
1998-07-08
4
-142
/
+99
*
Spelling corrections.
jkoshy
1998-06-06
1
-1
/
+1
*
Remote the NetBSD kludge for vfprintf.c
jb
1998-05-08
1
-9
/
+2
*
Don't assign the va_list variable 'ap' directly to the argtable because
jb
1998-05-08
1
-19
/
+18
*
Remove leading underscores for the functions (weak symbols here) that
jb
1998-05-05
1
-4
/
+7
*
Fix a nasty flaw as a result of using the arc4random() pre-seeding of
peter
1998-04-14
1
-2
/
+4
*
Add FILE locking stubs for libc.
jb
1998-04-11
28
-337
/
+211
*
Fixed disordering and inconsistent style in previous commit.
bde
1998-03-12
1
-3
/
+2
*
Added #include <string.h> to get prototypes.
jb
1998-03-09
2
-1
/
+3
*
Fixed a few ancient typos, added a little missing stuff, and updated
mckay
1998-03-08
1
-20
/
+23
*
Fixed uninitialized pointer in previous commit. mktemp() was broken.
bde
1998-03-03
1
-5
/
+6
*
Many security improvements from OpenBSD:
imp
1998-02-13
3
-35
/
+113
*
size_t -> unsigned
ache
1998-01-04
1
-3
/
+3
*
1. EOF was returned when the buffer size was larger than INT_MAX. This
ache
1998-01-01
2
-10
/
+10
*
Add overflow checks: if output size becomes bigger than INT_MAX,
ache
1997-12-25
1
-2
/
+13
*
Correct type of stored argument place (from previous fix)
ache
1997-12-24
2
-4
/
+4
*
1) Restore back comment about snprintf()
ache
1997-12-24
1
-7
/
+10
*
Return back to BSD snprintf semantics which recent C9x standard adopts
ache
1997-12-24
3
-21
/
+23
*
1) Oops! Insert again if (n == 0) return 0.
ache
1997-12-24
2
-10
/
+10
*
Back out part related to "return 0 if n == 0" and return EOF as before.
ache
1997-12-24
2
-6
/
+2
*
Fix snprintf(...%n...)
ache
1997-12-24
1
-5
/
+9
*
Remove wrong comment about snprintf:
ache
1997-12-24
1
-5
/
+4
*
snprintf return value fixes to conform Single Unix specs:
ache
1997-12-24
2
-6
/
+16
*
Comment that long double is poorly implemented, not that it is unimplemented.
bde
1997-12-19
1
-2
/
+3
*
Fixed long double formats. They were mostly not implemented except
bde
1997-11-23
1
-4
/
+7
*
Sorted lists.
bde
1997-10-21
1
-3
/
+5
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-7
/
+4
*
Rework previous commit.. I was confused by the number of diffs in the PR
peter
1997-07-06
1
-8
/
+29
*
Fix off-by-one error
peter
1997-07-06
1
-4
/
+6
*
Add 64 bit int support to scanf()
jkh
1997-07-01
2
-14
/
+32
*
Changed all paths to be relative to src/lib instead of src/lib/libc
jb
1997-05-03
1
-2
/
+5
*
Fixed #include and/or prototype bugs in synopsis.
bde
1997-04-13
4
-6
/
+6
*
Fix race
guido
1997-04-07
1
-2
/
+2
*
Eliminate yet one function call when locale not used
ache
1997-04-04
1
-3
/
+4
*
Speedup in case locale not used
ache
1997-04-04
1
-7
/
+16
*
The w+ entry description was misformatted.
mpp
1997-03-27
1
-1
/
+1
*
FIxed arg types (mostly missing consts) in synopsis.
bde
1997-03-19
1
-1
/
+1
*
Merge from Lite2
peter
1997-03-11
1
-2
/
+2
*
This commit was generated by cvs2svn to compensate for changes in r23658,
peter
1997-03-11
1
-17
/
+17
|
\
|
*
Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch
peter
1997-03-11
2
-19
/
+19
*
|
Fixed handling of input failure by the scanf family.
bde
1997-03-03
1
-3
/
+11
*
|
Revert $FreeBSD$ to $Id$
peter
1997-02-22
58
-58
/
+58
*
|
Add XXX comment describing potential memset non-portable issue
ache
1997-02-05
1
-0
/
+3
*
|
Sort cross references.
wosch
1997-01-20
7
-12
/
+12
*
|
Use collate for national [a-z]-like ranges
ache
1997-01-16
1
-8
/
+13
*
|
The following patch to lib/libc/stdio implements positional arguments in
jkh
1997-01-14
2
-22
/
+414
*
|
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
58
-58
/
+58
*
|
perror () does not prepend ": " for the non-NULL argument "". close PR 1492
wosch
1996-09-30
1
-1
/
+1
*
|
.DV -> .Dv (FOPEN_MAX was invisible).
bde
1996-09-28
1
-1
/
+1
[next]