Age | Commit message (Expand) | Author |
2024-02-20 | libc: Fix some unused parameter warnings | Sven Linker |
2024-02-18 | Avoid fall-through if file matching temporary name exists | Sven Linker |
2024-02-07 | ld.so: Add support of DT_RELR relocation format. | Dmitry Chestnykh |
2022-09-21 | xtensa: add static pie support | Max Filippov |
2022-09-21 | static pie: fix building static PDE | Max Filippov |
2022-09-07 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-08-08 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-07-26 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2020-09-22 | Fix warning about macro redefinition | Yann Sionneau |
2019-11-06 | riscv64: lazy relocations do not work like sparc/m68k | Waldemar Brodkorb |
2019-11-01 | riscv64: add shared library support | Waldemar Brodkorb |
2019-04-14 | Fix TLS allocation and loading in !SHARED case | Yann Sionneau |
2018-08-10 | nptl threads: Fix bug in using a weak variable. | Christophe Lyon |
2018-08-10 | Allow to generate PIE 'static' binary | Christophe Lyon |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-02-01 | g/c __libc_errno | mirabilos |
2016-12-10 | threads: optimize single threaded applications | Waldemar Brodkorb |
2016-11-27 | remove UCLIBC_HAS_LFS | Waldemar Brodkorb |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-06-07 | ssp: remove SSP legacy code | Waldemar Brodkorb |
2015-10-12 | fix static binaries linked with pthread and compiled with ssp | Waldemar Brodkorb |
2015-08-14 | add mkstemps, mkstemps64 and mkostemps, mkostemps64 functions | Romain Naour |
2014-12-10 | mkostemp: fix implementation | Anthony G. Basile |
2014-08-18 | libc: add issetugid() | Anthony G. Basile |
2014-04-23 | weak symbols need to be "defined" weak but "declared" strong | Vineet Gupta |
2014-04-23 | LT.old: Make __errno_location/__h_errno_location thread safe | Vineet Gupta |
2013-11-06 | Fix weak/strong attribute of __errno_location and it's __GI alias | Vineet Gupta |
2013-05-13 | libc: deal with aux vect inside __uClibc_main only if !SHARED | Filippo ARCIDIACONO |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-10-31 | __uclibc_main: remove stray trailing space | Bernhard Reutner-Fischer |
2012-06-15 | make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent... | Peter S. Mazinger |
2012-06-15 | tempname.c: remove unneeded attribute_hidden, change type to unsigned | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: do not include unused headers | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: make __uClibc_init hidden | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | parser_config.[ch]: remove duplicated hidden functions | Peter S. Mazinger |
2012-05-18 | ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_main | Filippo Arcidiacono |
2012-04-17 | parse_config: tweak indentation | Bernhard Reutner-Fischer |
2011-11-17 | misc: hide __gen_tempname | Bernhard Reutner-Fischer |
2011-04-06 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-03-03 | Correct ssp code | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-02-22 | tempname: fix int precision warnings | Mike Frysinger |
2010-11-28 | Merge commit 'origin/master' into prelink | Carmelo Amoroso |
2010-10-14 | parse_config: discard rest of incomplete line | Natanael Copa |
2010-10-14 | config parser: always initialize line pointer | Natanael Copa |