Age | Commit message (Expand) | Author |
2018-01-15 | rt: cleanup and allow to build for linuxthreads | Waldemar Brodkorb |
2018-01-15 | syscall: Make common implementation match unistd.h | Stafford Horne |
2018-01-08 | csky: bugfix libc sync_file_range.c for csky. | Guo Ren |
2017-12-31 | m68k: add NPTL/TLS support | Waldemar Brodkorb |
2017-11-25 | statfs.h: add f_flags | Waldemar Brodkorb |
2017-11-22 | librt: fix broken posix_spawn | Waldemar Brodkorb |
2017-11-19 | csky: port to uclibc-ng | Guo Ren |
2017-11-19 | remove unused FORTIFY code fragments | Waldemar Brodkorb |
2017-11-03 | math: add exception handling functionality | Sergey Cherkashin |
2017-10-01 | preadv/pwritev: bugfix preadv/pwritev syscall should be 5 args | Guo Ren |
2017-08-10 | sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant | Waldemar Brodkorb |
2017-07-28 | fix tolower and locales | Eugene Yudin |
2017-06-23 | sparc64: add basic support | Waldemar Brodkorb |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-04-22 | remove unused HP_TIMING_AVAIL and header | Waldemar Brodkorb |
2017-04-16 | libm: allow long double wrappers for all architectures | Waldemar Brodkorb |
2017-02-23 | guard new syscalls preadv/pwritev | Waldemar Brodkorb |
2017-02-18 | remove dead code in dlfcn.h | Waldemar Brodkorb |
2017-02-03 | fstat: make new code aarch64 specific | Waldemar Brodkorb |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb |
2017-01-28 | remove PID caching | Waldemar Brodkorb |
2017-01-22 | nds32: add NPTL/TLS, *context function, libm changes and code cleanup | Vincent Ren-Wei Chen |
2017-01-14 | add wrappers for preadv/pwritev | Waldemar Brodkorb |
2016-12-28 | add init_module/delete_module syscall wrappers | Waldemar Brodkorb |
2016-12-23 | remove UCLIBC_LINUX_MODULE_26 | Waldemar Brodkorb |
2016-12-10 | libc/sysdeps/linux/common/madvise.c: disable on noMMU architectures | Thomas Petazzoni |
2016-11-28 | posix_madvise not available for noMMU | Waldemar Brodkorb |
2016-11-27 | remove UCLIBC_HAS_LFS | Waldemar Brodkorb |
2016-11-27 | do not define madvise related macros for noMMU targets | Waldemar Brodkorb |
2016-11-27 | fixup gcc warnings | Waldemar Brodkorb |
2016-11-10 | nptl: add pthread_getname_np/pthread_setname_np from GNU libc | Waldemar Brodkorb |
2016-09-30 | remove linux kernel 2.4 modules support | Waldemar Brodkorb |
2016-09-26 | locale: cleanup support | Waldemar Brodkorb |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-09-26 | always assume tgkill is present | Waldemar Brodkorb |
2016-06-25 | bits/sigset.h: Fix _EXTERN_INLINE redefinition | Leonid Lisovskiy |
2016-06-07 | ssp: remove SSP legacy code | Waldemar Brodkorb |
2016-05-18 | remove linuxthreads.new, rename linuxthreads.old | Waldemar Brodkorb |
2016-04-15 | replace FSF addresses with URLs | Nikola Forró |
2016-04-11 | simplify getpagesize, do not depend on kernel macros | Waldemar Brodkorb |
2016-03-31 | bits/byteswap-common.h: import recent headers from glibc | Anthony G. Basile |
2016-01-31 | Provide __adjtimex() alias, like glibc. | Leonid Lisovskiy |
2016-01-30 | add exp10() from glibc | Waldemar Brodkorb |
2016-01-12 | Suppress warning "_GNU_SOURCE" redefined | Waldemar Brodkorb |
2016-01-10 | Provide XTI __t_scalar_t types, like glibc | Waldemar Brodkorb |
2016-01-06 | Remove alias. | Yoshinori Sato |
2016-01-06 | openat argument fix. | Yoshinori Sato |
2016-01-06 | __ARCH_HAS_DEPRECATED_SYSCALLS__ case fix. getdents is deprecated. | Yoshinori Sato |
2016-01-06 | extra/Configs/Config.in: add syncfs() to Linux-specific functions | Anthony G. Basile |
2016-01-01 | Add argp implementation | Salvatore Cro |