Age | Commit message (Expand) | Author |
2019-10-15 | sparc64: Use the jmpbuf-offsets.h header instead of duplicating it | mirabilos |
2019-10-10 | aarch64: sync with glibc code to see any differences in a better way | Waldemar Brodkorb |
2019-10-05 | or1k: Fix compiling with PIC and latest binutils use PLT for __syscall_error | Stafford Horne |
2019-09-30 | malloc: Add missing locks for some paths (valloc/memalign/posix_memalign) | Kjetil Oftedal |
2019-09-30 | PowerPC: Fix termios definitions | Adhemerval Zanella |
2019-09-09 | Revert "package/uclibc: fix termios redefinition issue for PowerPC" | Waldemar Brodkorb |
2019-09-06 | package/uclibc: fix termios redefinition issue for PowerPC | Vadim Kochan |
2019-07-05 | mips: avoid calling memcpy() from memmove() for MIPS arch | Petar Jovanovic |
2019-07-05 | Fix header installation for recent 64-only arch | Yann Sionneau |
2019-07-05 | riscv: clear a3/a4 in crt1 | Christoph Hellwig |
2019-07-05 | riscv: add the MAP_UNINITIALIZED definition | Christoph Hellwig |
2019-06-21 | fix opendir, fpathconf and ttyname_r to use fstat64(), not fstat() | Denys Vlasenko |
2019-06-21 | Fix compilation issue when libuargp is compiled without __UCLIBC_HAS_PROGRAM_... | Yann Sionneau |
2019-05-27 | mips: fix memmove() call when __ARCH_HAS_BWD_MEMCPY__ is not defined | Petar Jovanovic |
2019-05-27 | sparc: remove asm constraint | Romain Naour |
2019-05-13 | preadv/pwritev: fix offset argument type | Max Filippov |
2019-05-13 | xtensa: don't use l32r opcode explicitly | Max Filippov |
2019-05-13 | docs/defines.txt: clarify LFS-related macros | Max Filippov |
2019-04-14 | Fix build with SUPPORT_LD_DEBUG_EARLY enabled | Konstantin Vasin |
2019-04-14 | Fix _dl_deallocate_tls in !SHARED case | Yann Sionneau |
2019-04-14 | Fix TLS allocation and loading in !SHARED case | Yann Sionneau |
2019-03-02 | Fix NULL pointer dereference in open_memstream() | Eugene Yudin |
2018-12-31 | csky: Add EM_CSKY for ldso | Guo Ren |
2018-12-14 | fix issues in ethers.c | Waldemar Brodkorb |
2018-12-14 | xtensa: add custom bits/poll.h | Max Filippov |
2018-12-14 | several patches for uclibc ng | han_mao@c-sky.com |
2018-12-14 | MAINTAINERS: add Mao Han for CSKY | Guo Ren |
2018-11-27 | statfs.h: sync generic header with glibc | Waldemar Brodkorb |
2018-11-23 | Defined INLINE_SYSCALL_NOERR_NCS in mips/bits/syscalls.h | Volodymyr Boyko |
2018-11-14 | bump for release 1.0.31v1.0.31 | Waldemar Brodkorb |
2018-11-01 | Add support for Thumb-only processors. | Christophe Lyon |
2018-11-01 | time.h: Add CLOCK_TAI | Petr Vorel |
2018-11-01 | mkostemp64: clear flags, as mkostemp does | Carlos Santos |
2018-10-27 | ARC: Accommodate TLS fix in Binutils | Evgeniy Didin |
2018-10-20 | do not expose recvmmsg/sendmmsg for unsupported kernels | Waldemar Brodkorb |
2018-09-21 | bugfix renameat2 wrong implement. | Guo Ren |
2018-09-21 | wordexp: Fix the usage of the internal _itoa function | Segev Finer |
2018-08-16 | sched_setaffinity: use the same style with glibc's | Guo Ren |
2018-08-10 | rtld: Avoid crash on R_ARM_NONE relocation | Christophe Lyon |
2018-08-10 | Fix shm_open posix compliance error code | Christophe Lyon |
2018-08-10 | mbtowc: Fix non compliant behavior for end of string | Christophe Lyon |
2018-08-10 | isnan: Add isnan weak alias to __isnan | Christophe Lyon |
2018-08-10 | Fix htab_delete loop counter | Christophe Lyon |
2018-08-10 | nptl threads: Fix bug in using a weak variable. | Christophe Lyon |
2018-08-10 | nptl: Replace sbrk with mmap | Christophe Lyon |
2018-08-10 | nptl: Clear TLS area for static binaries. | Christophe Lyon |
2018-08-10 | nptl: Use vfork on MMU-less for system() | Christophe Lyon |
2018-08-10 | nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling support | Christophe Lyon |
2018-08-10 | nptl: Allow sem_open to work on MMU-less systems | Christophe Lyon |
2018-08-10 | nptl: Use linker-defined symbol to find start of .tdata section. | Christophe Lyon |