summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
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-10mbtowc: Fix non compliant behavior for end of stringChristophe Lyon
2018-08-10nptl threads: Fix bug in using a weak variable.Christophe Lyon
2018-08-10nptl: Use vfork on MMU-less for system()Christophe Lyon
2018-08-10arm/clone.S: Fix threading supportChristophe Lyon
2018-08-10Allow to generate PIE 'static' binaryChristophe Lyon
2018-08-10Add runtime support needed for C++ exceptionsChristophe Lyon
2018-08-10Add application startup code for FDPICChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-06-10risc-v: initial 64 bit port, static only (no TLS/NPTL)Waldemar Brodkorb
2018-04-17libdl: cleanup old inline changelogWaldemar Brodkorb
2018-04-17common/sendfile.c: bugfix can't support offset is NULLGuo Ren
2018-04-17Revert "common/sendfile.c: bugfix can't support offset is NULL"Waldemar Brodkorb
2018-04-13lseek.c: bugfix ltp lseek01.cGuo Ren
2018-04-13common/sendfile.c: bugfix can't support offset is NULLGuo Ren
2018-04-13or1k: add F_{DUPFD_CLOEXEC, SETPIPE_SZ, GETPIPE_SZ}Thomas Petazzoni
2018-04-02use __NR_newfstatat only for modern Linux architecturesWaldemar Brodkorb
2018-03-22hppa: fix runtime issuesWaldemar Brodkorb
2018-03-15csky: support bsd-setjmp and bsd-_setjmp.Guo Ren
2018-03-12tile: add basic support for tilegxWaldemar Brodkorb
2018-03-09sparc32: Add nop before __startcontext to stop unwindingWaldemar Brodkorb
2018-03-01add missing include to quieten compilerWaldemar Brodkorb
2018-02-26stat.h: fix issue with aarch64Waldemar Brodkorb
2018-02-17bits/socket.h: add missing definesWaldemar Brodkorb
2018-02-12uClibc-ng does not implement name_to_handle_atAlexey Neyman
2018-02-04mman: disable memfd_create declarationWaldemar Brodkorb
2018-02-03csky: bugfix ltp open12 failed.Guo Ren
2018-02-03add libc version compatibilityWaldemar Brodkorb
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
2018-01-31malloc: add glibc compat symbolsWaldemar Brodkorb
2018-01-31malloc: add malloc_usable_size()Waldemar Brodkorb