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
*
Remove whitespace at EOL.
dd
2001-07-15
9
-29
/
+29
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-2
/
+2
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
2
-2
/
+0
*
Attempt to use the environment variable TMPDIR for the temporary
mikeh
2001-07-07
2
-3
/
+20
*
mdoc(7) police: fixed/simplified formatting.
ru
2001-07-04
1
-130
/
+81
*
(cantwrite): do not allocate memory for a NULL string
assar
2001-06-18
1
-1
/
+2
*
revert freeing of memory that gets allocated when str == NULL
assar
2001-06-18
4
-8
/
+0
*
free memory that gets allocated by vfprintf when str == NULL
assar
2001-06-16
4
-0
/
+8
*
Add description for the 'll' modifier for long long. In essence a copy
schweikh
2001-06-13
1
-4
/
+24
*
Back out my changes describing how snprintf nul terminates. It
imp
2001-06-05
1
-9
/
+11
*
Minor improvements:
imp
2001-06-05
1
-15
/
+29
*
Properly initialize a temporary FILE that is allocated off the stack.
deischen
2001-06-04
2
-0
/
+10
*
Correct the documentation for snprintf() and vsprintf() which actually
gshapiro
2001-05-30
1
-1
/
+12
*
Add warnings about trusting user-supplied data.
eric
2001-05-25
1
-0
/
+14
*
mdoc(7) police: fix markup.
ru
2001-04-18
1
-2
/
+6
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-4
/
+4
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-1
/
+1
*
Fix style nit.
obrien
2001-03-05
1
-1
/
+1
*
Fix style breakage.
obrien
2001-03-05
1
-0
/
+1
*
Hide the definition of struct __sFILEX and add the needed
deischen
2001-03-01
2
-81
/
+33
*
.St -ansiC -> .St -isoC
ru
2001-02-26
18
-22
/
+22
*
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
*
Place some hooks (__stdin, __stdout, __stderr) into libc for a future
peter
2001-02-20
1
-0
/
+23
*
Extra needs to be initialized for our usual pool of FILEs. This was
imp
2001-02-16
1
-3
/
+14
*
Fix the current libc breakage in current:
imp
2001-02-16
5
-17
/
+38
*
Remove freelists managed by Balloc/Bfree.
tegge
2001-02-15
1
-5
/
+18
*
Commit a libc fix going by the current state of the version numbering
peter
2001-02-14
1
-9
/
+10
*
It sounded like a good idea at the time. The previous change breaks
peter
2001-02-12
1
-4
/
+0
*
Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and
peter
2001-02-12
1
-0
/
+4
*
libc MT-safety, part 2.
deischen
2001-02-11
19
-102
/
+247
*
mdoc(7) police: mark LC_NUMERIC with .Dv.
ru
2001-02-10
2
-2
/
+4
*
Note that decimal point taken from locale (SUSv2)
ache
2001-02-10
1
-0
/
+3
*
Take decimal point from locale instead of hardcoded '.' (SUSv2)
ache
2001-02-10
1
-9
/
+10
*
Note that decimal point character taken from locale (SUSv2)
ache
2001-02-10
1
-0
/
+3
*
Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)
ache
2001-02-10
1
-6
/
+14
*
Backout previous commit. Use of spinlocks was not approved.
tegge
2001-02-09
1
-18
/
+5
*
Protect freelists managed by Balloc/Bfree with a spinlock.
tegge
2001-02-08
1
-5
/
+18
*
Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.
sobomax
2001-02-07
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
2
-6
/
+6
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
48
-190
/
+351
*
Fix bugs in the handling of > 8 positional arguments:
archie
2001-01-06
1
-14
/
+18
*
Make it a bit clearer that asprintf doesn't actually "return" a pointer in
ben
2001-01-01
1
-4
/
+3
*
Prepare for mdoc(7)NG.
ru
2000-12-29
2
-67
/
+67
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Update the documentation to describe the new mktemp() family behaviour.
kris
2000-11-19
1
-8
/
+33
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+3
*
Increase the size of the mktemp() filename space by dropping the PID from
kris
2000-11-10
1
-25
/
+17
[next]