Age | Commit message (Expand) | Author |
2023-08-14 | fix getauxval() on aarch64 gcc 11 | lordrasmus |
2022-12-19 | add getauxval() implementation | ramin |
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 |
2022-05-23 | libc/misc/getloadavg: Add getloadavg support to uClibc-ng | lancethepants |
2021-12-24 | Fix -Wundef related warnings | Yann Sionneau |
2020-10-19 | hasmntopt: better option matching | Yann Sionneau |
2020-09-22 | Fix warning about macro redefinition | Yann Sionneau |
2020-09-22 | Fix warning about missing const qualifier | Yann Sionneau |
2020-09-02 | Revert "Fix static linking with GCC-10" | Waldemar Brodkorb |
2020-08-11 | Fix static linking with GCC-10 | Lance Fredrickson |
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-06-21 | fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat() | Denys Vlasenko |
2019-04-14 | Fix TLS allocation and loading in !SHARED case | Yann Sionneau |
2018-09-21 | wordexp: Fix the usage of the internal _itoa function | Segev Finer |
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-08-10 | rtld: Add #if defined (__FDPIC__) | Christophe Lyon |
2018-02-03 | add libc version compatibility | Waldemar Brodkorb |
2017-11-25 | Only emulate fstatfs64 if __NR_fstatfs64 is not defined | Eugene Rudoy |
2017-11-03 | Only emulate statfs64 if __NR_statfs64 is not defined | Waldemar Brodkorb |
2017-10-01 | statfs: bugfix statfs02 fstatfs02 failed in ltp-testsuite | Guo Ren |
2017-07-28 | fix tolower and locales | Eugene Yudin |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-04-17 | remove old regex implementation | Waldemar Brodkorb |
2017-04-17 | remove old fnmatch implementation | Waldemar Brodkorb |
2017-02-01 | g/c __libc_errno | mirabilos |
2017-01-14 | fts: fix gcc compiler warning | Waldemar Brodkorb |
2017-01-14 | fnmatch: fix gcc compiler warnings | Waldemar Brodkorb |
2016-12-21 | remove misc/gnu, cleanup comment | Waldemar Brodkorb |
2016-12-21 | remove obstack support | Waldemar Brodkorb |
2016-12-10 | threads: optimize single threaded applications | Waldemar Brodkorb |
2016-12-03 | fix obstack compile issue after libintl/gettext removal | Waldemar Brodkorb |
2016-12-02 | remove libintl stub and libintl.h header | Waldemar Brodkorb |
2016-11-27 | remove UCLIBC_HAS_LFS | Waldemar Brodkorb |
2016-11-27 | Fix handling of unterminated [ expression in fnmatch. | Waldemar Brodkorb |
2016-10-20 | Fix nftw when called with FTW_CHDIR and FTW_DEPTH | John Ata |
2016-09-26 | locale: cleanup support | 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 |
2016-06-01 | remove MJN only debug messages | Waldemar Brodkorb |
2016-04-03 | Provide an alias to _obstack_free | Alexey Neyman |
2016-02-07 | frv: resurrect port somehow, totally untested | Waldemar Brodkorb |
2016-01-03 | libc: getpass,getutent: allocate buffer dynamically | Waldemar Brodkorb |
2015-12-17 | Fix syslog messages lost if syslogd is temporary busy | Vladislav Grishenko |
2015-12-17 | Fix syslog messages lost after syslogd restarts | Vladislav Grishenko |