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
/
fopen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add _flags2 per jhb@ suggestion since no room left in _flags.
ache
2015-10-28
1
-2
/
+1
*
Since no room left in the _flags, reuse __SALC for O_APPEND.
ache
2015-10-24
1
-1
/
+4
*
Convert libc/stdio from K&R to ANSI C
emaste
2013-04-23
1
-3
/
+1
*
Renumber clauses to reduce diffs to other versions
emaste
2013-04-23
1
-1
/
+1
*
Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In the
jhb
2008-04-22
1
-0
/
+1
*
Add <limits.h> for SHRT_MAX.
jhb
2008-02-27
1
-0
/
+1
*
File descriptors are an int, but our stdio FILE object uses a short to hold
jhb
2008-02-27
1
-0
/
+13
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Add restrict type-qualifier.
mike
2002-10-12
1
-2
/
+2
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Internal seeks are overoptimized. They should remember fp->_offset only for
ache
2001-09-02
1
-2
/
+0
*
Move all stdio internal flags processing and setting out of __sread(),
ache
2001-09-02
1
-1
/
+1
*
Initialize _offset to 0 in fopen(), it helps to optimize fseek/ftell
ache
2001-08-31
1
-0
/
+2
*
libc MT-safety, part 2.
deischen
2001-02-11
1
-1
/
+0
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-3
/
+6
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-1
/
+1
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-1
/
+3
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+84