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
...
*
Properly sort functions by name.
ed
2012-01-08
1
-3
/
+3
*
Two other places where we can use WEAK_ALIAS.
andreast
2012-01-08
2
-6
/
+2
*
Implement fdlopen(3), an rtld interface to load shared object by file
kib
2012-01-07
4
-3
/
+47
*
Handle the internal scope address representation of the KAME IPv6
ume
2012-01-07
1
-1
/
+2
*
Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.
andreast
2012-01-06
2
-20
/
+10
*
Change index() and rindex() to a weak alias.
ed
2012-01-05
6
-6
/
+6
*
Document the fact that chroot(2) is no longer part of POSIX since SUSv3
delphij
2012-01-04
1
-1
/
+19
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
5
-7
/
+7
*
Merge index() and strchr() together.
ed
2012-01-03
15
-279
/
+128
*
Add some additional const poison after r228972. The 'mapping' array in
dim
2011-12-30
1
-1
/
+2
*
libc: Eliminate some relative relocations in file flags table.
jilles
2011-12-29
1
-23
/
+23
*
Fix manual section for acl_get(3) and mac_get(3) family functions.
pluknet
2011-12-29
1
-14
/
+14
*
libc: Eliminate some relative relocations in getusershell().
jilles
2011-12-27
1
-8
/
+7
*
libc: Eliminate some relative relocations in setlocale().
jilles
2011-12-27
1
-1
/
+1
*
Update rtprio(2) manual page to reflect the latest changes in -CURRENT as
delphij
2011-12-27
2
-17
/
+82
*
Add missing opening and closing brackets in getopt_long.3 and getsubopt.3
gjb
2011-12-26
2
-3
/
+6
*
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
cperciva
2011-12-23
6
-3
/
+81
*
Handle malloc failures in yplib.c.
ghelmer
2011-12-23
1
-0
/
+46
*
Handle failures to malloc memory to hold key or val copies.
ghelmer
2011-12-23
1
-0
/
+11
*
- Fix style(9) bugs in glob.c
eadler
2011-12-20
1
-35
/
+35
*
- Add restrict keyword to glob(3)
eadler
2011-12-20
2
-3
/
+4
*
Address warnings found by clang.
tuexen
2011-12-17
1
-36
/
+28
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1
/
+1
*
Since clang does not support the tls_model attribute used in malloc.c
dim
2011-12-15
1
-2
/
+10
*
In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicit
dim
2011-12-15
1
-2
/
+2
*
Remove meaningless self-assignment in res_send.c, otherwise clang will
dim
2011-12-15
1
-2
/
+0
*
Fix a bug where sctp_sendmdg() uses uninitialized memory.
tuexen
2011-12-15
1
-0
/
+1
*
Small style(9) improvements.
theraven
2011-12-15
1
-2
/
+4
*
Clean up includes; the prototype for getosreldate() has moved to
ru
2011-12-14
1
-4
/
+3
*
Some fixes to the man pages for [at_]quick_exit(3)
theraven
2011-12-07
2
-12
/
+17
*
style(9) cleanups.
theraven
2011-12-07
1
-10
/
+7
*
Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a
theraven
2011-12-07
7
-3
/
+204
*
The NOTE_COPY should have been named NOTE_FFCOPY from the very
ru
2011-12-07
1
-2
/
+2
*
libc: Eliminate 13 relative relocations in wctype().
jilles
2011-12-05
1
-26
/
+45
*
Revert r227812 and r227808 per discussion
eadler
2011-12-02
4
-30
/
+18
*
Split sentences at period boundaries.
obrien
2011-12-02
7
-73
/
+93
*
Tweak the r137233 fix to r136283 -- Code was making two send() attempts
obrien
2011-12-02
1
-3
/
+3
*
Cross-reference capsicum.4 from cap_enter.2 and cap_new.2.
rwatson
2011-11-27
2
-1
/
+3
*
style(9) fix.
theraven
2011-11-26
1
-1
/
+1
*
Return not-implemented from pthread_once and pthread_key_create, rather
theraven
2011-11-26
1
-2
/
+10
*
fdopendir(): Do not close the passed file descriptor on failure.
jilles
2011-11-22
1
-4
/
+13
*
Fix a crash when trying to duplicate a locale that contains some implicit C l...
theraven
2011-11-22
1
-1
/
+6
*
- fix some style(9) nits with my last commit
eadler
2011-11-22
2
-3
/
+5
*
- add check for pointer equality prior to performing the O(n) pass
eadler
2011-11-22
4
-18
/
+28
*
(Hopefully) Fix the build with clang by removing a typedef that's no longer n...
theraven
2011-11-21
1
-2
/
+0
*
Add history for setsockopt(2).
pluknet
2011-11-21
1
-2
/
+4
*
- Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
lstewart
2011-11-21
3
-1
/
+183
*
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
tuexen
2011-11-20
1
-0
/
+3
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
141
-800
/
+4050
*
Fix typo.
kib
2011-11-17
1
-2
/
+2
[prev]
[next]