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
/
_flock_stub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove names from some prototypes
rodrigc
2015-09-20
1
-2
/
+2
*
Add declarations to eliminate -Wmissing-prototypes warnings
rodrigc
2015-09-20
1
-0
/
+3
*
Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into
jhb
2008-04-17
1
-26
/
+16
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
Backout the previous revision due to objections.
jb
2004-03-09
1
-9
/
+3
*
On 4.X it was possible for an application to initialise a local FILE
jb
2004-03-09
1
-3
/
+9
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-3
/
+3
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-4
/
+4
*
Hide the definition of struct __sFILEX and add the needed
deischen
2001-03-01
1
-81
/
+23
*
Correctly handle the race itself, too (don't leave it locked).
green
2001-02-23
1
-0
/
+1
*
Use the right names to call pthread_mutex_{,un}lock so that things
green
2001-02-23
1
-2
/
+2
*
Fix the problems I (and others, undoubtedly) have been having for a
green
2001-02-23
1
-3
/
+12
*
Fix the current libc breakage in current:
imp
2001-02-16
1
-0
/
+10
*
libc MT-safety, part 2.
deischen
2001-02-11
1
-22
/
+128
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Remove leading underscores for the functions (weak symbols here) that
jb
1998-05-05
1
-4
/
+7
*
Add FILE locking stubs for libc.
jb
1998-04-11
1
-0
/
+78