summaryrefslogtreecommitdiff
path: root/libc/misc/internals/__uClibc_main.c
AgeCommit message (Expand)Author
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2016-06-07ssp: remove SSP legacy codeWaldemar Brodkorb
2015-10-12fix static binaries linked with pthread and compiled with sspWaldemar Brodkorb
2014-08-18libc: add issetugid()Anthony G. Basile
2013-05-13libc: deal with aux vect inside __uClibc_main only if !SHAREDFilippo ARCIDIACONO
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-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-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
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
2010-09-17ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono
2010-06-30more workarounds for GCC PR32219Timo Teräs
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-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
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-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin 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
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-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-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
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund
2007-01-10Fix SEGV for static builds in exit() path.Joakim Tjernlund
2006-12-11create new menu so people can select what format they wish to build uClibcMike Frysinger
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-11-27fix from cmetcalf to make sure we clear the auxvt table before using itMike Frysinger
2006-05-06expand comment a little more as to why _stdio_init() is weak thanks to mjn3Mike Frysinger