summaryrefslogtreecommitdiff
path: root/libc/stdlib
AgeCommit message (Expand)Author
2016-11-27add aligned_alloc required for latest gcc libstdc++Waldemar Brodkorb
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2016-02-24Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili...Ubaldo Porcheddu
2016-01-10order of special checks mattersWaldemar Brodkorb
2016-01-06pthread_atfork handlers not removed during dlcloseWaldemar Brodkorb
2016-01-02remove attribute hidden, as the function is used in linuxthreads.oldWaldemar Brodkorb
2015-12-17libc/stdlib: canonicalize_file_name() memory leakWojciech Nizinski
2015-12-09Make malloc_stats() GNU libc compatibleWaldemar Brodkorb
2015-08-14getenv: allow overwriting of functionWaldemar Brodkorb
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-04-13return NULL for realloc(p,0) like glibcWaldemar Brodkorb
2015-04-12remove more of the link_warningsWaldemar Brodkorb
2015-03-29merge uClibc git masterWaldemar Brodkorb
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-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2015-01-26merge upstream changesWaldemar Brodkorb
2015-01-23add argument check in setenv()Xishi Qiu
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2015-01-01remove unused Linux 2.0 compat code, otherwise c6x without NPTL is brokenWaldemar Brodkorb
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-12-10mkostemp: fix implementationAnthony G. Basile
2014-09-20linuxthreads: remove unused s390 codeWaldemar Brodkorb
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