Age | Commit message (Expand) | Author |
2020-01-28 | fix getenv bug | Ata, John (US) |
2019-09-30 | malloc: Add missing locks for some paths (valloc/memalign/posix_memalign) | Kjetil Oftedal |
2018-11-01 | mkostemp64: clear flags, as mkostemp does | Carlos Santos |
2018-08-10 | mbtowc: Fix non compliant behavior for end of string | Christophe Lyon |
2018-08-10 | nptl: Use vfork on MMU-less for system() | Christophe Lyon |
2018-04-17 | libdl: cleanup old inline changelog | Waldemar Brodkorb |
2018-03-01 | add missing include to quieten compiler | Waldemar Brodkorb |
2018-01-31 | malloc: add glibc compat symbols | Waldemar Brodkorb |
2018-01-31 | malloc: add malloc_usable_size() | Waldemar Brodkorb |
2018-01-31 | remove arc4random (rc4 based) | Waldemar Brodkorb |
2018-01-02 | remove COMPAT_ATEXIT | Waldemar Brodkorb |
2017-11-03 | malloc-standard/malloc.h: use getpagesize | Yitai Schwartz |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-06-08 | Fix mkostemp64 creation mode. | Ignacy Gawędzki |
2017-03-17 | Discard 3072 bytes instead of 256 bytes | Loganaden Velvindron |
2017-02-25 | Only set *memptr when success for posix_memalign | Kito Cheng |
2017-01-14 | add secure_getenv() function | Waldemar Brodkorb |
2016-12-20 | remove __MALLOC_GLIBC_COMPAT__ option | Waldemar Brodkorb |
2016-11-27 | remove UCLIBC_HAS_LFS | Waldemar Brodkorb |
2016-11-27 | add aligned_alloc required for latest gcc libstdc++ | Waldemar Brodkorb |
2016-06-01 | remove MJN only debug messages | Waldemar Brodkorb |
2016-05-18 | remove linuxthreads.new, rename linuxthreads.old | Waldemar Brodkorb |
2016-02-24 | Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili... | Ubaldo Porcheddu |
2016-01-10 | order of special checks matters | Waldemar Brodkorb |
2016-01-06 | pthread_atfork handlers not removed during dlclose | Waldemar Brodkorb |
2016-01-02 | remove attribute hidden, as the function is used in linuxthreads.old | Waldemar Brodkorb |
2015-12-17 | libc/stdlib: canonicalize_file_name() memory leak | Wojciech Nizinski |
2015-12-09 | Make malloc_stats() GNU libc compatible | Waldemar Brodkorb |
2015-08-14 | getenv: allow overwriting of function | Waldemar Brodkorb |
2015-08-14 | add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions | Romain Naour |
2015-04-13 | return NULL for realloc(p,0) like glibc | Waldemar Brodkorb |
2015-04-12 | remove more of the link_warnings | Waldemar Brodkorb |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb |
2015-03-22 | atexit_old: Do not add it to shared libc | Khem Raj |
2015-03-18 | malloc-standard: Add locking to malloc_trim | Bernhard Reutner-Fischer |
2015-03-18 | malloc: checked_request2size failure deadlocks | Zhiqiang Zhang |
2015-02-14 | Revert "resolve merge" | Waldemar Brodkorb |
2015-02-14 | resolve merge | Waldemar Brodkorb |
2015-01-26 | merge upstream changes | Waldemar Brodkorb |
2015-01-23 | add argument check in setenv() | Xishi Qiu |
2015-01-22 | libc: Avoid redundant setting of ENOMEM | Bernhard Reutner-Fischer |
2015-01-01 | remove unused Linux 2.0 compat code, otherwise c6x without NPTL is broken | Waldemar Brodkorb |
2014-12-15 | mkostemp: fix implementation | Anthony G. Basile |
2014-12-10 | mkostemp: fix implementation | Anthony G. Basile |
2014-09-20 | linuxthreads: remove unused s390 code | Waldemar Brodkorb |
2014-09-16 | libc: silence missing prototype warning | Bernhard Reutner-Fischer |
2014-08-28 | Revert "sparc: disable cancellable system, as it fails in strange ways right ... | Waldemar Brodkorb |
2013-04-04 | add UCLIBC_SUSV2_LEGACY to hide valloc | Bernhard Reutner-Fischer |
2013-04-03 | stdlib: avoid relocation | Bernhard Reutner-Fischer |
2013-02-11 | stdlib: Fix fndecl of mkostemp, mkostemp64 | Bernhard Reutner-Fischer |