Age | Commit message (Expand) | Author |
2010-07-27 | malloc: simplify MAP_UNINITIALIZE ifdef logic | Mike Frysinger |
2010-07-27 | malloc-simple: Make calloc() return zeroed memory | Steven J. Magnani |
2010-06-11 | silence some warnings about missing prototypes | Bernhard Reutner-Fischer |
2010-04-22 | nptl: fix malloc library locking | Timo Teräs |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-19 | sparc: disable cancellable system, as it fails in strange ways right now | Austin Foxley |
2010-02-03 | libc: Fix l64a to return the correct buffer pointer | Filippo Arcidiacono |
2010-02-03 | libc: Fix l64a to return the correct buffer pointer | Filippo Arcidiacono |
2010-02-01 | Fix accidently dropped hunk during last merge from master. | Khem Raj |
2010-02-01 | Merge commit 'origin/master' into nptl | Khem Raj |
2010-01-26 | convert to foo-y kbuild style | Bernhard Reutner-Fischer |
2009-12-19 | Merge commit 'origin/master' into nptl | Austin Foxley |
2009-12-19 | malloc: fix race condition and other bugs in the no-mmu malloc | Freeman Wang |
2009-11-28 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-11-23 | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger |
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley |
2009-11-14 | realpath: SUSv4 compliant | Bernhard Reutner-Fischer |
2009-11-09 | Extend __gen_tempname with mode argument | Mikhail Gusarov |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | cancellation support for a large amount of the required syscalls | Austin Foxley |
2009-10-17 | some tweaks under libc/ needed for nptl | Austin Foxley |
2009-10-17 | mktemp does not depend on floats | Austin Foxley |
2009-10-15 | malloc: handle size overflows in realloc() | Mike Frysinger |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-03-25 | - Add strtouq alias (to strtoul) for 64bit | Bernhard Reutner-Fischer |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2008-12-29 | libc/stdlib/_strtod.c: add parens around a | b | Denis Vlasenko |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-09 | setenv.c: tiny code shrink | Denis Vlasenko |
2008-12-09 | setenv.c: further code shrink | Denis Vlasenko |
2008-12-09 | fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL], | Denis Vlasenko |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-12-01 | on Bernd's request, remove commented-out code snippets | Denis Vlasenko |
2008-12-01 | l64a: shrink by 13 bytes, and -1 reloc | Denis Vlasenko |
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko |
2008-11-29 | shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ... | Denis Vlasenko |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-25 | - remove some bloat that was added in r23660 and subsequent r23698. | Bernhard Reutner-Fischer |
2008-11-25 | - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-09 | - for !UNIX98PTY_ONLY we have to fallback to old-style pty's. | Bernhard Reutner-Fischer |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |