summaryrefslogtreecommitdiff
path: root/libc/misc/internals
AgeCommit message (Expand)Author
2010-10-14config parser: do not assume that realloc return same pointerNatanael Copa
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-09-06misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye
2010-08-19getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer
2010-08-06config parser: fix memory corruptionTimo Teräs
2010-08-05add config parserBernhard Reutner-Fischer
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-06-30more workarounds for GCC PR32219Timo Teräs
2010-06-30nptl/errno: Use a separate __errno_location for libpthread.Khem Raj
2010-06-17libc: Fix non-NPTL threads buildCarmelo Amoroso
2010-05-17static build: define pthreads wrappers only for threaded buildsTimo Teräs
2010-05-17some (all?) archs don't define asm, so use builtin __asm__Austin Foxley
2010-05-17workaround GCC PR32219Denys Vlasenko
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-25Merge branch 'master' into nptlCarmelo Amoroso
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2009-11-27define local stack_chk_guard for nptlNatanael Copa
2009-11-09make the sem_open changes actually compileAustin Foxley
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin Foxley
2009-09-26errno.c: add tls versions of errno and h_errnoAustin Foxley
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-12-10remove __libc_fcntl[64]Denis Vlasenko
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-27if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger
2008-05-25__uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-11-23Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA.Bernd Schmidt
2007-11-23Some shared flat improvements.Bernd Schmidt
2007-09-15bug 1310: drop hidden aliases to data since some arches crap with this due to...Mike Frysinger
2007-06-01change the auxvt code from being dependent on MMU to !LDSO as auxvt things ar...Mike Frysinger