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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call __sputc() directly in fputc() instead of taking an expensive
tjr
2004-03-10
1
-1
/
+1
*
Call __sgetc() directly in getchar() instead of taking an expensive
tjr
2004-03-10
1
-1
/
+1
*
Set the stream orientation explicitly in fgetln() instead of relying on
tjr
2004-03-10
1
-0
/
+1
*
Set stream orientation in puts().
tjr
2004-03-10
1
-0
/
+2
*
Backout the previous revision due to objections.
jb
2004-03-09
2
-10
/
+4
*
On 4.X it was possible for an application to initialise a local FILE
jb
2004-03-09
2
-4
/
+10
*
Rearrange (centralize) initialization of mallocs internals to always be
phk
2004-03-07
1
-19
/
+13
*
Merge some fixes from NetBSD's getopt.3 v1.31:
ache
2004-03-06
1
-43
/
+88
*
Merge some fixes from NetBSD's getopt.c v1.26:
ache
2004-03-06
1
-26
/
+43
*
Fix typo, was 'W'; instead of `W;'
ache
2004-03-06
1
-1
/
+1
*
Make GNU-compatible following case:
ache
2004-03-06
2
-23
/
+27
*
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
markm
2004-03-05
4
-8
/
+8
*
Document missing EFAULT errno value.
dds
2004-03-03
1
-0
/
+8
*
Make return code in noarg case GNU-compatible
ache
2004-03-03
2
-20
/
+24
*
Be more GNU-compatible in diagnostics
ache
2004-03-03
1
-11
/
+61
*
If handed a file pointer we can't write to, set errno properly to EBADF
jkh
2004-03-02
1
-1
/
+4
*
makecontext lib call.
grehan
2004-03-02
3
-3
/
+167
*
Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
ache
2004-03-01
2
-29
/
+49
*
Comment out things related to getopt() replacement we not use
ache
2004-03-01
1
-36
/
+36
*
Change "-"-started options when POSIX_CORRECTLY is set handling
ache
2004-03-01
1
-17
/
+17
*
Change "-"-started options when POSIX_CORRECTLY is set handling
ache
2004-03-01
1
-1
/
+5
*
Make consistent with the better written wcsrtombs function:
dds
2004-02-27
1
-4
/
+5
*
Make the resolver(3) and many associated interfaces much more reentrant.
green
2004-02-25
13
-52
/
+280
*
Add getopt_long_only() from OpenBSD and other OpenBSD cleanups
ache
2004-02-24
3
-299
/
+459
*
Apply style(9).
green
2004-02-23
1
-2
/
+6
*
Add signal numbers to signal(3).
josef
2004-02-23
1
-33
/
+36
*
Add optarg, optind, opterr, optopt, optreset to SYNOPSYS
ache
2004-02-23
1
-0
/
+5
*
POSIX clearly states that getsubopt() should be declared in <stdlib.h>
ache
2004-02-23
1
-1
/
+1
*
Remove unneccessary <unistd.h>
ache
2004-02-23
1
-1
/
+0
*
Change the syscall stub branch orders so that the static branch prediction
peter
2004-02-22
4
-12
/
+51
*
Remove the triplicity in the public functions by vectoring them all
phk
2004-02-21
1
-70
/
+49
*
Move the check for sensitive processes to the point where the exception
phk
2004-02-21
1
-14
/
+7
*
add destination address selection support for getipnodebyname(3).
ume
2004-02-20
1
-1
/
+225
*
Unbreak the upgrade path from 4.9 after removal of GNU getopt and
ru
2004-02-20
1
-2
/
+0
*
Document dependence of mktemp(3) on the non-reentrant arc4random(3).
green
2004-02-20
1
-0
/
+7
*
Remove the code and an associated comment for gcc 1.x compatibility
das
2004-02-16
1
-9
/
+1
*
Fix a typo in the !__GNUC__ case and remove an obsolete comment.
das
2004-02-16
1
-3
/
+1
*
Fix some aliasing problems.
das
2004-02-16
6
-52
/
+94
*
Add forgotten IEEE functions. The Perl 5.8 port now compiles.
grehan
2004-02-12
9
-2
/
+428
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
3
-6
/
+0
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
2
-5
/
+1
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
3
-4
/
+0
*
Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do
peter
2004-02-08
1
-10
/
+35
*
Update the documentation for setpgrp(2) to reflect the access control
das
2004-02-08
1
-7
/
+21
*
Document the SF_NODISKIO flag, and fix a small typo.
silby
2004-02-08
1
-2
/
+10
*
Unbreak world.
ru
2004-02-07
1
-2
/
+2
*
getnetbyname fixes:
dds
2004-02-07
1
-22
/
+67
*
Prevent memory leak on sem_destroy() by destroying the semaphore's
deischen
2004-02-06
1
-1
/
+4
*
Only allow the semaphore to be taken when the value is positive.
deischen
2004-02-06
1
-2
/
+1
*
Correct check for invalid semaphore on sem_destroy() (s/==/!=/).
deischen
2004-02-05
1
-1
/
+1
[next]