summaryrefslogtreecommitdiff
path: root/libc/misc/internals
AgeCommit message (Expand)Author
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-08-18libc: add issetugid()Anthony G. Basile
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-05-13libc: deal with aux vect inside __uClibc_main only if !SHAREDFilippo ARCIDIACONO
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-31__uclibc_main: remove stray trailing spaceBernhard Reutner-Fischer
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15tempname.c: remove unneeded attribute_hidden, change type to unsignedPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15__uClibc_main.c: do not include unused headersPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15__uClibc_main.c: make __uClibc_init hiddenPeter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15parser_config.[ch]: remove duplicated hidden functionsPeter S. Mazinger
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-04-17parse_config: tweak indentationBernhard Reutner-Fischer
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-03Correct ssp codePeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-02-22tempname: fix int precision warningsMike Frysinger
2010-11-28Merge commit 'origin/master' into prelinkCarmelo Amoroso
2010-10-14parse_config: discard rest of incomplete lineNatanael Copa
2010-10-14config parser: always initialize line pointerNatanael Copa
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