summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-05Fix header installation for recent 64-only archYann Sionneau
2019-07-05riscv: clear a3/a4 in crt1Christoph Hellwig
2019-07-05riscv: add the MAP_UNINITIALIZED definitionChristoph Hellwig
2019-06-21fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat()Denys Vlasenko
2019-06-21Fix compilation issue when libuargp is compiled without __UCLIBC_HAS_PROGRAM_...Yann Sionneau
2019-05-27mips: fix memmove() call when __ARCH_HAS_BWD_MEMCPY__ is not definedPetar Jovanovic
2019-05-27sparc: remove asm constraintRomain Naour
2019-05-13preadv/pwritev: fix offset argument typeMax Filippov
2019-05-13xtensa: don't use l32r opcode explicitlyMax Filippov
2019-05-13docs/defines.txt: clarify LFS-related macrosMax Filippov
2019-04-14Fix build with SUPPORT_LD_DEBUG_EARLY enabledKonstantin Vasin
2019-04-14Fix _dl_deallocate_tls in !SHARED caseYann Sionneau
2019-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau
2019-03-02Fix NULL pointer dereference in open_memstream()Eugene Yudin
2018-12-31csky: Add EM_CSKY for ldsoGuo Ren
2018-12-14fix issues in ethers.cWaldemar Brodkorb
2018-12-14xtensa: add custom bits/poll.hMax Filippov
2018-12-14several patches for uclibc nghan_mao@c-sky.com
2018-12-14MAINTAINERS: add Mao Han for CSKYGuo Ren
2018-11-27statfs.h: sync generic header with glibcWaldemar Brodkorb
2018-11-23Defined INLINE_SYSCALL_NOERR_NCS in mips/bits/syscalls.hVolodymyr Boyko
2018-11-14bump for release 1.0.31v1.0.31Waldemar Brodkorb
2018-11-01Add support for Thumb-only processors.Christophe Lyon
2018-11-01time.h: Add CLOCK_TAIPetr Vorel
2018-11-01mkostemp64: clear flags, as mkostemp doesCarlos Santos
2018-10-27ARC: Accommodate TLS fix in BinutilsEvgeniy Didin
2018-10-20do not expose recvmmsg/sendmmsg for unsupported kernelsWaldemar Brodkorb
2018-09-21bugfix renameat2 wrong implement.Guo Ren
2018-09-21wordexp: Fix the usage of the internal _itoa functionSegev Finer
2018-08-16sched_setaffinity: use the same style with glibc'sGuo Ren
2018-08-10rtld: Avoid crash on R_ARM_NONE relocationChristophe Lyon
2018-08-10Fix shm_open posix compliance error codeChristophe Lyon
2018-08-10mbtowc: Fix non compliant behavior for end of stringChristophe Lyon
2018-08-10isnan: Add isnan weak alias to __isnanChristophe Lyon
2018-08-10Fix htab_delete loop counterChristophe Lyon
2018-08-10nptl threads: Fix bug in using a weak variable.Christophe Lyon
2018-08-10nptl: Replace sbrk with mmapChristophe Lyon
2018-08-10nptl: Clear TLS area for static binaries.Christophe Lyon
2018-08-10nptl: Use vfork on MMU-less for system()Christophe Lyon
2018-08-10nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling supportChristophe Lyon
2018-08-10nptl: Allow sem_open to work on MMU-less systemsChristophe Lyon
2018-08-10nptl: Use linker-defined symbol to find start of .tdata section.Christophe Lyon
2018-08-10nptl: Do not use madviseChristophe Lyon
2018-08-10nptl: Disable fork and atfork on MMU-less systems.Christophe Lyon
2018-08-10nptl: disable mprotect usage in stack protectionChristophe Lyon
2018-08-10rtld: Initialize _dl_error_catch_tsd without FUNCDESC relocationChristophe Lyon
2018-08-10rtld: Use ELF_RTYPE_CLASS_DLSYMChristophe Lyon
2018-08-10enable NPTL on TARGET_armChristophe Lyon
2018-08-10arm/clone.S: Fix threading supportChristophe Lyon
2018-08-10rtld: Compile with -fno-unwind-tables -fno-asynchronous-unwind-tablesChristophe Lyon