summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh
2024-02-22Introduce time64 support.Dmitry Chestnykh
2024-02-20libc: Fix some unused parameter warningsSven Linker
2024-02-20Remove duplicate semicolonsMarcus Haehnel
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
2024-02-07Fix redefinition of _GNU_SOURCE.Dmitry Chestnykh
2023-11-10fnmatch: fix possible access beyond of parameter stringMarcus Haehnel
2023-08-14fix getauxval() on aarch64 gcc 11lordrasmus
2022-12-19add getauxval() implementationramin
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
2022-05-23libc/misc/getloadavg: Add getloadavg support to uClibc-nglancethepants
2021-12-24Fix -Wundef related warningsYann Sionneau
2020-10-19hasmntopt: better option matchingYann Sionneau
2020-09-22Fix warning about macro redefinitionYann Sionneau
2020-09-22Fix warning about missing const qualifierYann Sionneau
2020-09-02Revert "Fix static linking with GCC-10"Waldemar Brodkorb
2020-08-11Fix static linking with GCC-10Lance Fredrickson
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-11-01riscv64: add shared library supportWaldemar Brodkorb
2019-06-21fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat()Denys Vlasenko
2019-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau
2018-09-21wordexp: Fix the usage of the internal _itoa functionSegev Finer
2018-08-10nptl threads: Fix bug in using a weak variable.Christophe Lyon
2018-08-10Allow to generate PIE 'static' binaryChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-02-03add libc version compatibilityWaldemar Brodkorb
2017-11-25Only emulate fstatfs64 if __NR_fstatfs64 is not definedEugene Rudoy
2017-11-03Only emulate statfs64 if __NR_statfs64 is not definedWaldemar Brodkorb
2017-10-01statfs: bugfix statfs02 fstatfs02 failed in ltp-testsuiteGuo Ren
2017-07-28fix tolower and localesEugene Yudin
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-04-17remove old regex implementationWaldemar Brodkorb
2017-04-17remove old fnmatch implementationWaldemar Brodkorb
2017-02-01g/c __libc_errnomirabilos
2017-01-14fts: fix gcc compiler warningWaldemar Brodkorb
2017-01-14fnmatch: fix gcc compiler warningsWaldemar Brodkorb
2016-12-21remove misc/gnu, cleanup commentWaldemar Brodkorb
2016-12-21remove obstack supportWaldemar Brodkorb
2016-12-10threads: optimize single threaded applicationsWaldemar Brodkorb
2016-12-03fix obstack compile issue after libintl/gettext removalWaldemar Brodkorb
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2016-11-27Fix handling of unterminated [ expression in fnmatch.Waldemar Brodkorb
2016-10-20Fix nftw when called with FTW_CHDIR and FTW_DEPTHJohn Ata
2016-09-26locale: cleanup supportWaldemar Brodkorb