Age | Commit message (Expand) | Author |
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 |
2013-02-05 | mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED | Bernhard Reutner-Fischer |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2013-02-05 | libc: atexit: reuse free slots at the end of exit functions table | Ronald Wahl |
2012-11-29 | libc/stdlib: localize __unix_grantpt | Mike Frysinger |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-14 | libc/stdlib: add mkostemp helpers | Mike Frysinger |
2012-06-15 | update arc4random from bug #885 | Peter S. Mazinger |
2012-06-15 | wait4.c: provide hidden __wait4_nocancel independent of any guards | Peter S. Mazinger |
2012-06-15 | stdlib.c: remove comment about _Exit, it is provided in _exit.c | Peter S. Mazinger |
2012-06-15 | add lcong48[_r] | Peter S. Mazinger |
2012-06-15 | getpt.c: no need for hidden posix_openpt | Peter S. Mazinger |
2012-06-15 | malloc.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | malloc.h: hide internal functions (mainly debug related) | Peter S. Mazinger |
2012-06-15 | malloc-simple: make _aligned_blocks static and __libc_free_aligned hidden | Peter S. Mazinger |
2012-06-15 | malloc: use uClibc_mutex.h provided macros consequently | Peter S. Mazinger |
2012-06-15 | memalign.c: does not use MAX, do not include param.h | Peter S. Mazinger |
2012-06-15 | do not define _ISOC99_SOURCE in specific files | Peter S. Mazinger |
2012-06-15 | remove duplicate prototypes for _stdio_term(). | Peter S. Mazinger |
2012-06-15 | resolv.c,time.c,_atexit.c: hide 3 locks | Peter S. Mazinger |
2012-06-15 | arc4random.c: replace a comment | Peter S. Mazinger |
2012-06-15 | stdlib.h, arc4random.c: fix arc4random return type to u_int32_t | Peter S. Mazinger |
2012-06-15 | arc4random.c: use smallint for rs_initialized | Peter S. Mazinger |
2012-06-15 | arc4random.c: move arc4_getbyte up | Peter S. Mazinger |
2012-06-15 | stdlib.c: get rid of the compiler workarounds by using strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |
2012-06-15 | remove unneeded hiddens for rtime, basename, strtof* and wcstof* | Peter S. Mazinger |
2012-05-05 | drop support for old systems lacking vfork | Mark Salter |
2012-05-03 | rpmatch: provide out-of-line implementation | Bernhard Reutner-Fischer |
2012-01-23 | libc: fix signal handling in system() | Richard Braun |
2012-01-15 | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer |
2012-01-13 | libc: allow to backtrace out of abort call | Carmelo Amoroso |
2011-11-07 | stdlib: add qsort_r | Bernhard Reutner-Fischer |
2011-09-15 | Defeat compiler optimization which assumes function addresses are never NULL | Denys Vlasenko |
2011-05-10 | __uc_malloc: Fix memory-leak in error path | Bernhard Reutner-Fischer |
2011-04-11 | Fix malloc alignment | Bernd Schmidt |
2011-03-16 | memalign: include sys/param.h for MAX | Bernhard Reutner-Fischer |
2011-03-10 | really fix missing __libc_drand48_data | Peter S. Mazinger |
2011-03-10 | Revert "missing prototype of __libc_drand48_data fixed" | Peter S. Mazinger |
2011-03-10 | missing prototype of __libc_drand48_data fixed | Peter S. Mazinger |
2011-03-09 | stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | arc4random.c, stdlib.h: get rid of hidden arc4random_stir | Peter S. Mazinger |