summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24bump version for 1.0.40 releasev1.0.40Waldemar Brodkorb
2022-01-21fix compile for Linuxthreads enabledWaldemar Brodkorb
2022-01-21add prlimit syscall wrapper, now for realWaldemar Brodkorb
2022-01-21add prlimit syscall wrapperWaldemar Brodkorb
2022-01-21nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changesWaldemar Brodkorb
2022-01-10arc: fix signal handler restorerSergey Matyukevich
2021-12-24Fix some warnings due to type issuesYann Sionneau
2021-12-24Fix -Wundef related warningsYann Sionneau
2021-12-24kvx: fix warning about __BITS_PER_LONG not being definedYann Sionneau
2021-11-26libc/inet/resolv: fix per thread res_state accessPeter Seiderer
2021-10-06bump version for 1.0.39 releasev1.0.39Waldemar Brodkorb
2021-08-25Fix warnings due to missing attributes for __EI_ prefixed symbolsYann Sionneau
2021-08-25Merge remote-tracking branch 'evolvis/dns-things'Waldemar Brodkorb
2021-08-09libc/inet/resolv.c: add __hnbad to check DNS entries for validity…mirabilos
2021-08-09make __{en,de}code_dotted into macrosmirabilos
2021-08-09actually remove the ifdeffed-out code from the previous commitmirabilos
2021-08-09libc/inet/resolv.c: use dn_{comp,expand} for __{en,de}code_dottedmirabilos
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2021-04-24include/sys/personality.h: resync with glibcThomas Petazzoni
2021-04-18libpthread/nptl: create timer thread with sufficiant stack size (account for ...Peter Seiderer
2021-04-09open: Add support for O_TMPFILENicolas Cavallari
2021-03-27bump version for 1.0.38 releasev1.0.38Waldemar Brodkorb
2021-02-19fcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8Paul Cercueil
2021-02-19string.h: Make strdup() available if _USE_XOPEN2K8Paul Cercueil
2021-02-08riscv64: sync ldso relocations with or1k, fixes 5 testsuite errorsWaldemar Brodkorb
2021-01-28use renameat2 syscall, when renameat isn't availableWaldemar Brodkorb
2021-01-27fix umount2 compilation for alpha on Linux 5.xWaldemar Brodkorb
2021-01-27sh: Add 64-bit time types from kernelGeoffrey Le Gourriérec
2021-01-08extra/locale: fix gen_wc8bit diagnostic outputMax Filippov
2020-12-24bump to 1.0.37v1.0.37Waldemar Brodkorb
2020-12-24GNU hash style support disable for MIPSWaldemar Brodkorb
2020-12-23stdlib: fix potential UB and integer overflow with huge allocations using mal...Yann Sionneau
2020-11-23libcrypt: add missing errno.h headerYann Sionneau
2020-11-13libcrypt: set_errno to something validWaldemar Brodkorb
2020-10-19hasmntopt: better option matchingYann Sionneau
2020-10-02bump version to 1.0.36v1.0.36Waldemar Brodkorb
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-22Fix warning due to unused label in NPTLYann Sionneau
2020-09-22Fix warning due to relaxed function declaration prototypeYann Sionneau
2020-09-22Fix warning due to unused variable in strlenYann Sionneau
2020-09-22Fix warning about macro redefinitionYann Sionneau
2020-09-22Fix warning about missing const qualifierYann Sionneau
2020-09-22Fix unused variable warning in dl-startup.cYann Sionneau
2020-09-21Support b64_ntop(), b64_pton() (bsd-compat)Waldemar Brodkorb
2020-09-15Fix memory corruption due to struct stat fieldYann Sionneau
2020-09-13librt: avoid compilation errorDamien Le Moal
2020-09-13utils/getconf: Fix compilation errorDamien Le Moal
2020-09-09add MAX_HANDLE_SZWaldemar Brodkorb
2020-09-03fix static builds with gcc 10.xWaldemar Brodkorb
2020-09-02Revert "Fix static linking with GCC-10"Waldemar Brodkorb