summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2020-08-17riscv64: add __riscv_flush_icacheWaldemar Brodkorb
2020-08-15sys/random.h include stddef.hWaldemar Brodkorb
2020-08-11Fix static linking with GCC-10Lance Fredrickson
2020-08-11xtensa: add exclusive access supportMax Filippov
2020-08-11xtensa: relax memory constraint in atomic assemblyMax Filippov
2020-07-02Rename __unused struct members to include a namespaceEd Wildgoose
2020-06-19inet: add sockatmark implementationClement Leger
2020-05-17mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Romain Naour
2020-04-01statx: make include conditional, fixes non-csky arch buildroot buildsWaldemar Brodkorb
2020-04-01Resolve bug when using unusual MALLOC_ALIGNMENTEyal Itkin
2020-02-19malloc: add missing header for some arch (alpha)Waldemar Brodkorb
2020-02-16Add Safe-Linking to fastbinsEyal Itkin
2020-02-07aarch64/bits: provide sigstack.hVladimir Murzin
2020-02-07aarch64/sys: update ucontext.hVladimir Murzin
2020-02-07common/bits: Fix ipc_perm and semid_ds definitions for 64-bit archesVladimir Murzin
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2020-01-30Fix map_newlink abort when interface list changes during getifaddrsVincent Hou
2020-01-30poll: avoid calling select with empty sets which hangs the processYann Sionneau
2020-01-28fix getenv bugAta, John (US)
2019-11-17fix PTRAVE_EVENT_SECCOMP typo in ptrace.hJoris Vink
2019-11-08riscv64: implement NPTL/TLSWaldemar Brodkorb
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-11-05implement fexecve from glibcWaldemar Brodkorb
2019-11-01riscv64: add shared library supportWaldemar Brodkorb
2019-10-30Make __syscall_error return long, as expected by syscall() callersCarlos Santos
2019-10-15Fix value for O_mask_was_saved based on gdb observationmirabilos
2019-10-15sparc64: Make structure match kernel uapimirabilos
2019-10-15sparc64: Use the jmpbuf-offsets.h header instead of duplicating itmirabilos
2019-10-10aarch64: sync with glibc code to see any differences in a better wayWaldemar Brodkorb
2019-10-05or1k: Fix compiling with PIC and latest binutils use PLT for __syscall_errorStafford Horne
2019-09-30malloc: Add missing locks for some paths (valloc/memalign/posix_memalign)Kjetil Oftedal
2019-09-30PowerPC: Fix termios definitionsAdhemerval Zanella
2019-07-05mips: avoid calling memcpy() from memmove() for MIPS archPetar Jovanovic
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-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-04-14Fix TLS allocation and loading in !SHARED caseYann Sionneau
2019-03-02Fix NULL pointer dereference in open_memstream()Eugene Yudin
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-11-27statfs.h: sync generic header with glibcWaldemar Brodkorb
2018-11-23Defined INLINE_SYSCALL_NOERR_NCS in mips/bits/syscalls.hVolodymyr Boyko
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