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
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that qsort(3) has a sample comparison function, point to that
keramida
2013-02-23
1
-1
/
+7
*
Sort sections.
joel
2013-02-20
1
-6
/
+6
*
Various improvements to the qsort(3) usage example:
keramida
2013-02-20
1
-14
/
+8
*
Add a sample program that shows how a custom comparison function and
keramida
2013-02-19
1
-1
/
+47
*
Remove undefined behavior from sranddev() and
eadler
2012-10-09
2
-4
/
+2
*
Optimize prev. commit for speed.
ache
2012-10-03
1
-3
/
+7
*
Using putenv() and later direct pointer contents modification it is possibe
ache
2012-10-02
1
-1
/
+3
*
libc: Use O_CLOEXEC for various internal file descriptors.
jilles
2012-09-29
2
-2
/
+2
*
Slight stylification.
des
2012-09-28
1
-18
/
+11
*
According to a clarification at http://austingroupbugs.net/view.php?id=503
emaste
2012-09-12
2
-4
/
+3
*
Avoid mapping ENOENT to ENOTDIR for non-existent path components.
emaste
2012-09-12
1
-2
/
+0
*
Add the same warning to rand48(3) as to rand(3) and random(3).
des
2012-09-11
1
-1
/
+0
*
Bump dates.
des
2012-09-04
2
-2
/
+2
*
Add a prominent warning about these functions' unsuitability for
des
2012-09-04
2
-13
/
+17
*
Make 'junk' volatile so that compilers won't be tempted to optimize
kevlo
2012-08-17
1
-1
/
+1
*
Update the 'C1x draft' reference to '.St -isoC-2011' mdoc macro.
pluknet
2012-07-26
2
-2
/
+4
*
Remove end of line whitespace.
joel
2012-06-26
1
-1
/
+1
*
Add more locale-specific functions to the relevant man pages and
issyl0
2012-06-25
2
-1
/
+19
*
Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)
delphij
2012-06-11
1
-8
/
+1
*
1) Although unpublished version of standard
ache
2012-06-05
1
-17
/
+6
*
1) IEEE Std 1003.1-2008, "errno" section, is explicit that
ache
2012-06-04
1
-6
/
+16
*
General mdoc(7) and typo fixes.
gjb
2012-05-11
2
-3
/
+4
*
According to SUSv4, realpath(3) must fail if
kib
2012-05-11
2
-12
/
+29
*
Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
jasone
2012-04-17
11
-8241
/
+167
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
2
-7
/
+7
*
Add aligned_alloc(3).
ed
2012-01-09
4
-9
/
+55
*
Properly sort functions by name.
ed
2012-01-08
1
-3
/
+3
*
Add missing opening and closing brackets in getopt_long.3 and getsubopt.3
gjb
2011-12-26
2
-3
/
+6
*
Since clang does not support the tls_model attribute used in malloc.c
dim
2011-12-15
1
-2
/
+10
*
Small style(9) improvements.
theraven
2011-12-15
1
-2
/
+4
*
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
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
12
-20
/
+203
*
Fix a warning emitted by Clang.
ed
2011-11-04
1
-1
/
+2
*
Fix building of 32-bit compat libraries on amd64 with clang, and using
dim
2011-07-18
1
-4
/
+0
*
Fix whitespace inconsistencies in libc in files copyrighted by me.
ed
2011-06-26
1
-1
/
+1
*
Change sparc64 to use the initial exec TLS model, too. This avoids random
marius
2011-06-21
1
-1
/
+1
*
Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys and
marcel
2011-03-17
1
-1
/
+1
*
Now that TLS generally is available on sparc64 since r219534 turn on
marius
2011-03-11
1
-1
/
+1
*
Correct a typo in the malloc(3) manpage. Malloc options are set in the
rstone
2011-03-07
1
-2
/
+2
*
Put in a temporary workaround for ctfmerge hanging on processing
dim
2011-03-01
1
-0
/
+4
*
Fix some style(9) issues.
kib
2011-01-08
1
-4
/
+5
*
Revert to r214147, errno is not clobbered as originally
bcr
2010-10-22
1
-2
/
+0
*
Document strtonum()s behavior of setting errno to 0 when no error is found.
bcr
2010-10-21
1
-0
/
+2
*
Sync with OpenBSD rev. 1.13:
bcr
2010-10-21
1
-2
/
+1
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
2
-2
/
+0
*
Missed space.
kib
2010-10-06
1
-1
/
+1
*
Add cross-references to lrand48(3) and arc4random(3) from rand(3)
kib
2010-10-06
2
-1
/
+11
*
Revert changes of 'assure' to 'ensure' made in r211936.
brucec
2010-09-11
1
-2
/
+2
[next]