summaryrefslogtreecommitdiff
path: root/libc/stdlib
AgeCommit message (Expand)Author
2015-03-22atexit_old: Do not add it to shared libcKhem Raj
2015-03-18malloc-standard: Add locking to malloc_trimBernhard Reutner-Fischer
2015-03-18malloc: checked_request2size failure deadlocksZhiqiang Zhang
2015-01-23add argument check in setenv()Xishi Qiu
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-09-16libc: silence missing prototype warningBernhard Reutner-Fischer
2014-08-28Revert "sparc: disable cancellable system, as it fails in strange ways right ...Waldemar Brodkorb
2013-04-04add UCLIBC_SUSV2_LEGACY to hide vallocBernhard Reutner-Fischer
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2013-02-11stdlib: Fix fndecl of mkostemp, mkostemp64Bernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-02-05libc: atexit: reuse free slots at the end of exit functions tableRonald Wahl
2012-11-29libc/stdlib: localize __unix_grantptMike Frysinger
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger
2012-06-15update arc4random from bug #885Peter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15stdlib.c: remove comment about _Exit, it is provided in _exit.cPeter S. Mazinger
2012-06-15add lcong48[_r]Peter S. Mazinger
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger
2012-06-15malloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15malloc.h: hide internal functions (mainly debug related)Peter S. Mazinger
2012-06-15malloc-simple: make _aligned_blocks static and __libc_free_aligned hiddenPeter S. Mazinger
2012-06-15malloc: use uClibc_mutex.h provided macros consequentlyPeter S. Mazinger
2012-06-15memalign.c: does not use MAX, do not include param.hPeter S. Mazinger
2012-06-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-06-15remove duplicate prototypes for _stdio_term().Peter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15arc4random.c: replace a commentPeter S. Mazinger
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger
2012-06-15arc4random.c: use smallint for rs_initializedPeter S. Mazinger
2012-06-15arc4random.c: move arc4_getbyte upPeter S. Mazinger
2012-06-15stdlib.c: get rid of the compiler workarounds by using strong_alias_untypedPeter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-05-05drop support for old systems lacking vforkMark Salter
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer
2012-01-23libc: fix signal handling in system()Richard Braun
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2011-11-07stdlib: add qsort_rBernhard Reutner-Fischer
2011-09-15Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko
2011-05-10__uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-04-11Fix malloc alignmentBernd Schmidt
2011-03-16memalign: include sys/param.h for MAXBernhard Reutner-Fischer
2011-03-10really fix missing __libc_drand48_dataPeter S. Mazinger