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
*
libc: spelling fixes.
pfg
2016-04-30
2
-3
/
+3
*
libc: do not include <sys/types.h> where <sys/param.h> was already included
avos
2016-04-18
1
-1
/
+0
*
Fixed indentation, minor style.
pluknet
2016-04-18
1
-12
/
+12
*
Fix markup on "\n" in printf so it renders correctly.
wblock
2016-04-17
1
-4
/
+4
*
Update jemalloc to 4.1.0.
jasone
2016-02-29
2
-2
/
+7
*
Add .NOMETA missed in r291320.
bdrewery
2016-01-20
1
-1
/
+1
*
Remove an unneeded assignment of the return value.
ed
2016-01-14
1
-1
/
+0
*
Replace implementation of hsearch() by one that scales.
ed
2015-12-27
7
-185
/
+335
*
Let tsearch()/tdelete() use an AVL tree.
ed
2015-12-22
4
-86
/
+473
*
META MODE: Don't create .meta files when symlinking sources into the obj dire...
bdrewery
2015-11-25
1
-4
/
+4
*
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
rodrigc
2015-09-20
12
-51
/
+28
*
Remove names from prototypes
rodrigc
2015-09-20
3
-7
/
+7
*
Add declarations to eliminate -Wmissing-prototypes warnings.
rodrigc
2015-09-20
3
-0
/
+15
*
Use ANSI C prototypes.
rodrigc
2015-09-14
3
-45
/
+14
*
Switch libc from using _sig{procmask,action,suspend} symbols, which
kib
2015-08-29
2
-12
/
+16
*
Add missing sdallocx updates and remove *allocm manpage links.
jasone
2015-08-18
2
-5
/
+6
*
Update jemalloc to version 4.0.0.
jasone
2015-08-18
1
-1
/
+2
*
Document the fact that system(3) can easily be misused due to shell meta
delphij
2015-07-25
1
-2
/
+14
*
Fix major copy/paste and other style errors.
pluknet
2015-05-05
1
-5
/
+10
*
Apply the copyright the the same owners as the original malloc(3) where most of
bapt
2015-05-01
1
-2
/
+3
*
Import reallocarray(3) from OpenBSD
bapt
2015-05-01
4
-2
/
+182
*
qsort(3): small style(9) cleanups.
pfg
2015-03-05
1
-10
/
+10
*
qsort(3): enhance to handle 32-bit aligned data on 64-bit systems
pfg
2015-03-05
1
-12
/
+21
*
Adjust wording slightly to emphasize that random(3) should not be used for
cperciva
2015-02-25
1
-3
/
+2
*
Update comment and NetBSD ID tag.
pfg
2015-02-06
1
-3
/
+3
*
tdelete(3): don't delete the node we are about to return.
pfg
2015-02-05
1
-1
/
+2
*
Fix known issues which blow up the process after dlopen("libthr.so")
kib
2015-01-03
3
-3
/
+14
*
Various mdoc fixes and a few EOL whitespace removals.
brueffer
2014-12-21
2
-3
/
+3
*
Fix quick_exit(3) manual page to match reality - the status was missing.
trasz
2014-12-13
1
-2
/
+2
*
Use the __DECONST macro rather than hand rolling the same thing.
brooks
2014-10-24
1
-5
/
+1
*
Add bsearch_b to the libc map and the stdlib header.
pfg
2014-09-01
1
-0
/
+1
*
Minor style tweaks.
pfg
2014-08-13
1
-7
/
+7
*
Fix hdestroy() compliance issue.
pfg
2014-07-21
1
-1
/
+0
*
Update license.
pfg
2014-07-21
1
-7
/
+2
*
Add re-entrant versions of the hash functions based on the GNU api.
pfg
2014-07-21
4
-41
/
+153
*
libc/stdlib: Minor cleanups to code originating in NetBSD
pfg
2014-07-15
3
-22
/
+14
*
strfmon: reduce unnecessary snprintf.
pfg
2014-07-12
1
-5
/
+3
*
[mdoc] Fix previous change.
pluknet
2014-07-08
1
-1
/
+1
*
getopt(3): clarify GNU instead of NetBSD.
pfg
2014-07-04
1
-1
/
+1
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
2
-3
/
+3
*
Merge intermediate OpenBSD v1.25 changes (almost identical to ours)
ache
2014-06-22
1
-18
/
+12
*
getopt(3): recognize option:: as GNU extension for "optional options".
pfg
2014-06-22
3
-8
/
+22
*
realpath(): Properly fail "." or ".." components after non-directories.
jilles
2014-04-13
1
-20
/
+6
*
Silence a warning with GCC that was breaking the build with Juniper's GCC.
theraven
2014-04-05
3
-4
/
+7
*
Move _b functions into the 11.x symbol version namespace.
theraven
2014-04-03
1
-4
/
+7
*
Add support for some block functions that come from OS X. These are
theraven
2014-04-02
12
-29
/
+264
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
2
-8
/
+8
*
Update jemalloc to version 3.5.0.
jasone
2014-01-23
2
-1
/
+19
*
ANSI-fy prototype.
delphij
2014-01-14
1
-3
/
+1
*
getopt_long.3: wording quibbles
eadler
2013-12-13
1
-2
/
+2
[next]