summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* malloc-standard: synchronize on forkTimo Teräs2011-12-231-0/+17
* stdlib: fix arc4random return type to u_int32_tTimo Teräs2011-12-231-1/+2
* __uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-0/+1
* Fix malloc alignmentBernd Schmidt2011-04-112-3/+5
* memalign: include sys/param.h for MAXBernhard Reutner-Fischer2011-03-161-2/+1
* really fix missing __libc_drand48_dataPeter S. Mazinger2011-03-101-0/+4
* Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger2011-03-101-1/+0
* missing prototype of __libc_drand48_data fixedPeter S. Mazinger2011-03-101-0/+1
* stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger2011-03-092-23/+6
* arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger2011-03-091-5/+5
* move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger2011-03-0912-45/+0
* stdlib.c: remove duplicate libc_hidden_proto for strtoul/strtoul_lPeter S. Mazinger2011-03-091-1/+0
* _strtod.c: only strtod hidden version is neededPeter S. Mazinger2011-03-091-2/+3
* style updatePeter S. Mazinger2011-03-031-12/+5
* libc: fix strtoqNatanael Copa2010-12-011-0/+3
* libc: silence warningBernhard Reutner-Fischer2010-11-241-0/+1
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-2/+3
* libc: Add canonicalize_file_name functionCarmelo Amoroso2010-09-163-1/+40
* malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger2010-07-271-7/+4
* malloc-simple: Make calloc() return zeroed memorySteven J. Magnani2010-07-271-5/+4
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-111-1/+1
* nptl: fix malloc library lockingTimo Teräs2010-04-222-10/+8
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-024-8/+8
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-254-8/+8
| * libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono2010-02-031-1/+1
* | sparc: disable cancellable system, as it fails in strange ways right nowAustin Foxley2010-02-191-1/+4
* | libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono2010-02-031-1/+1
* | Fix accidently dropped hunk during last merge from master.Khem Raj2010-02-011-21/+8
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-011-32/+19
|\|
| * convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-261-54/+27
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-192-6/+7
|\|
| * malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-192-6/+7
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-283-3/+3
|\|
| * nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-233-3/+3
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-221-14/+8
|\|
| * realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-141-14/+8
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-094-4/+7
* | whitespace fixesAustin Foxley2009-10-171-1/+1
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-0/+201
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-3/+4
|/
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-191-2/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-183-9/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1848-153/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-174-0/+8
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-03-251-0/+3
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-2/+2
* libc/stdlib/_strtod.c: add parens around a | bDenis Vlasenko2008-12-291-1/+1
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-2/+2