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
*
Revert r279010:
pfg
2016-01-26
1
-6
/
+5
*
MFC r287292:
kib
2015-09-05
2
-12
/
+16
*
MFC r278301, r278315:
pfg
2015-02-19
1
-4
/
+5
*
Fix known issues which blow up the process after dlopen("libthr.so")
kib
2015-01-18
3
-3
/
+14
*
MFC r275752:
trasz
2015-01-14
1
-2
/
+2
*
MFC r269901:
pfg
2014-08-16
1
-7
/
+7
*
MFC r268945:
pfg
2014-08-04
1
-1
/
+0
*
MFC r268644:
pfg
2014-07-21
3
-22
/
+14
*
MFC r268569:
pfg
2014-07-19
1
-5
/
+3
*
MFC r268393: [mdoc] Fix previous.
pluknet
2014-07-08
1
-1
/
+1
*
MFC 267756:
ache
2014-07-07
1
-18
/
+12
*
MFC r267745, r268268:
pfg
2014-07-07
3
-8
/
+22
*
MFC r264417: realpath(): Properly fail "." or ".." components after
jilles
2014-06-06
1
-20
/
+6
*
MFC r259042:
kib
2013-12-13
1
-5
/
+10
*
system(): Restore behaviour for SIGINT and SIGQUIT.
jilles
2013-09-01
1
-0
/
+2
*
Make example more correct (errstr is a pointer, not boolean).
pjd
2013-08-18
1
-1
/
+1
*
vfork(2) was listed as deprecated in 1994 (r1573) and was the false
peter
2013-08-13
1
-19
/
+19
*
[fix to r253380] __setenv: be explicit about placing '=' after name
avg
2013-07-17
1
-2
/
+1
*
libc: name passed into __setenv is not necessarily NUL-terminated
avg
2013-07-16
1
-1
/
+1
*
Style fix noted by bde@
ache
2013-07-04
1
-4
/
+8
*
After fixing ranges restore POSIX requirement: rand() call without
ache
2013-07-04
1
-1
/
+6
*
In addition to prev. commit, for repeated rand_r(3) calls don't forget
ache
2013-07-03
1
-1
/
+5
*
1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,
ache
2013-07-03
1
-4
/
+16
*
Renumber clauses to reduce diffs to other versions
emaste
2013-06-13
28
-28
/
+28
*
Renumber clauses to reduce diffs to other versions
emaste
2013-05-28
27
-27
/
+27
*
Make the malloc(3) family of functions weak and make their non-weak
marcel
2013-05-25
1
-0
/
+11
*
Fix a typo: It should be "strtoll" and not "stroll".
hiren
2013-05-14
1
-3
/
+3
*
Add example.
joel
2013-04-21
1
-1
/
+42
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
1
-1
/
+1
*
Replace access to /dev/random with the kernel pseudo-random number
delphij
2013-04-02
4
-55
/
+32
*
Add restrict keyword to realpath manpage.
kevlo
2013-03-18
1
-1
/
+1
*
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
[next]