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
*
libc: Add fopencookie(3) wrapper around funopen(3)
cem
2016-05-11
4
-3
/
+329
*
libc: spelling fixes.
pfg
2016-04-30
1
-1
/
+1
*
freopen(3): prevent uninitialized errno.
pfg
2016-03-30
1
-1
/
+0
*
freopen(3): prevent uninitialized errno.
pfg
2016-03-30
1
-2
/
+2
*
freopen(3): prevent uninitialized errno.
pfg
2016-03-30
1
-1
/
+2
*
Fix bunch of .Xrs.
trasz
2016-03-28
1
-2
/
+2
*
fputs: Return the number of bytes written.
pfg
2016-02-15
1
-1
/
+1
*
getln: We cannot expand the buffer beyond INT_MAX.
pfg
2016-02-15
2
-2
/
+12
*
fputs: Return the number of bytes written.
pfg
2016-02-15
1
-0
/
+3
*
Use __alignof__ instead of assuming int64_t to get the right
imp
2015-12-30
1
-10
/
+1
*
The FILE structure has a mbstate_t in it. This structure needs to be
imp
2015-12-27
1
-2
/
+14
*
Use stdint.h instead of inttypes.h as the latter pollutes namespace more
ngie
2015-12-09
2
-4
/
+4
*
Fix compilation when -DDEBUG is defined by adding inttypes.h #include
ngie
2015-12-08
2
-0
/
+6
*
Link fclose(3) to fdclose(3)
ngie
2015-11-25
1
-1
/
+1
*
markup fixes
des
2015-11-23
1
-3
/
+9
*
1) Remove my overcomplicated error fallback and just return error
ache
2015-11-12
1
-11
/
+3
*
Reorganize code to elimitate one _sseek() call for append modes.
ache
2015-11-08
1
-21
/
+14
*
Microoptimize.
ache
2015-11-01
1
-4
/
+3
*
Addition to prev. commit.
ache
2015-11-01
1
-4
/
+6
*
Don't seek to the end if write buffer is empty (in append modes).
ache
2015-11-01
1
-11
/
+12
*
Add _flags2 per jhb@ suggestion since no room left in _flags.
ache
2015-10-28
6
-10
/
+7
*
According to POSIX, a write operation shall start at the current size of
ache
2015-10-25
1
-0
/
+3
*
Since no room left in the _flags, reuse __SALC for O_APPEND.
ache
2015-10-24
5
-19
/
+31
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
3
-8
/
+6
*
Remove names from some prototypes
rodrigc
2015-09-20
1
-1
/
+1
*
Remove names from some prototypes
rodrigc
2015-09-20
1
-2
/
+2
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
3
-0
/
+6
*
Switch libc from using _sig{procmask,action,suspend} symbols, which
kib
2015-08-29
1
-3
/
+4
*
Fix a couple of markup typos.
jhb
2015-08-02
1
-3
/
+3
*
Add fdclose(3) function.
oshogbo
2015-07-04
3
-27
/
+134
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
3
-3
/
+3
*
Support file verification in MAC.
rodrigc
2015-04-22
1
-0
/
+4
*
libc: clean some set-but-not-used errors.
pfg
2015-02-18
1
-3
/
+0
*
In r268924 __fflush was modified so that when write(2) was not successful,
delphij
2014-12-10
1
-4
/
+6
*
Fix prototypes.
kevlo
2014-10-28
1
-3
/
+3
*
Fix the example: free the memory that was allocated by getline().
n_hibma
2014-07-31
1
-0
/
+1
*
In the "Too many open files" edge cases don't try to preserve old
ache
2014-07-26
1
-0
/
+8
*
Avoid possible cast degradation.
pfg
2014-07-22
2
-2
/
+2
*
For "a"-mode files and rewind/fseek + fwrite combination return meaningful
ache
2014-07-22
1
-0
/
+18
*
Back the whole change out until I figure out how to obtain O_APPEND,
ache
2014-07-22
1
-6
/
+0
*
Checking for __SAPP alone is not enough because it is emulated O_APPEND
ache
2014-07-22
1
-1
/
+2
*
Revert r268984:
pfg
2014-07-22
1
-2
/
+5
*
Mostly cosmetic cleanups.
pfg
2014-07-22
2
-3
/
+3
*
ftello: return 1 when seeking offset on an append stream.
pfg
2014-07-22
1
-0
/
+2
*
rewind: always clear error indicator.
pfg
2014-07-22
1
-3
/
+2
*
Adjust errno on failed prepwrite.
pfg
2014-07-20
3
-3
/
+10
*
Const-ify a character string.
pfg
2014-07-20
1
-1
/
+1
*
Use a correct errno in freopen.
pfg
2014-07-20
1
-1
/
+1
*
Update fflush(3) to return success on a read-only stream.
pfg
2014-07-20
1
-9
/
+16
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
1
-2
/
+2
[next]