summaryrefslogtreecommitdiff
path: root/libc/misc/internals
AgeCommit message (Expand)Author
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-18Avoid fall-through if file matching temporary name existsSven Linker
2024-02-07ld.so: Add support of DT_RELR relocation format.Dmitry Chestnykh
2022-09-21xtensa: add static pie supportMax Filippov
2022-09-21static pie: fix building static PDEMax Filippov
2022-09-07Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-08-08Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-07-26Added support for creation of Static Position-Independent Executables (PIE) o...linted
2020-09-22Fix warning about macro redefinitionYann Sionneau
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-11-01riscv64: add shared library supportWaldemar Brodkorb
2019-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau
2018-08-10nptl threads: Fix bug in using a weak variable.Christophe Lyon
2018-08-10Allow to generate PIE 'static' binaryChristophe Lyon
2018-02-03add libc version compatibilityWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-02-01g/c __libc_errnomirabilos
2016-12-10threads: optimize single threaded applicationsWaldemar Brodkorb
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
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
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2014-12-10mkostemp: 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