Age | Commit message (Expand) | Author |
2020-02-09 | microblaze: vfork syscall number is always availablefw/syscall-cleanups | Florian Weimer |
2020-02-09 | m68k: getpagesize syscall number is always available | Florian Weimer |
2020-02-09 | Linux: epoll_pwait syscall number is always available | Florian Weimer |
2020-02-09 | x86_64: Do not define __NR_semtimedop in <sysdep.h> | Florian Weimer |
2020-02-09 | ia64: Do not define __NR_semtimedop in <sysdep.h> | Florian Weimer |
2020-02-09 | Linux: open_by_handle_at syscall number is always available | Florian Weimer |
2020-02-09 | Linux: set_robust_list syscall number is always available | Florian Weimer |
2020-02-09 | Linux: pciconfig_iobase syscall number is always available on alpha | Florian Weimer |
2020-02-09 | Linux: getdents64 syscall number is always available on MIPS | Florian Weimer |
2020-02-09 | Linux: exit_group syscall number is always available | Florian Weimer |
2020-02-09 | Linux: set_tid_address syscall number is always available | Florian Weimer |
2020-02-09 | Linux: pkey_mprotect syscall number is always available | Florian Weimer |
2020-02-09 | Linux: rt_sigqueueinfo syscall number is always available | Florian Weimer |
2020-02-09 | Linux: getrandom syscall number is always available | Florian Weimer |
2020-02-09 | Linux: Clean up preadv, pwritev system call names | Florian Weimer |
2020-02-09 | Linux: Clean up preadv2, pwritev2 system call names | Florian Weimer |
2020-02-09 | Linux: Clean up pread64/pwrite64 system call names | Florian Weimer |
2020-02-09 | Linux: sigaltstack syscall number is always available | Florian Weimer |
2020-02-09 | Linux: sched_getaffinity syscall number is always available | Florian Weimer |
2020-02-09 | Linux: sched_setaffinity syscall number is always available | Florian Weimer |
2020-02-09 | Linux: statx syscall number is always available | Florian Weimer |
2020-02-09 | Linux: mq_* syscall numbers are always available | Florian Weimer |
2020-02-09 | Linux: mlock2 syscall number is always available | Florian Weimer |
2020-02-09 | Linux: copy_file_range syscall number is always available | Florian Weimer |
2020-02-09 | Linux: renameat2 syscall number is always available | Florian Weimer |
2020-02-09 | Linux: Enhance glibcsyscalls.h to support listing system calls | Florian Weimer |
2020-02-09 | x86: Remove <bits/select.h> and use the generic version | Florian Weimer |
2020-02-09 | C11 threads: Move implementation to sysdeps/pthread | Samuel Thibault |
2020-02-09 | htl: Add C11 threads types definitions | Samuel Thibault |
2020-02-09 | C11 threads: make thrd_join more portable | Samuel Thibault |
2020-02-09 | C11 threads: Fix thrd_t / pthread_t compatibility assertion | Samuel Thibault |
2020-02-09 | C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS | Samuel Thibault |
2020-02-09 | nptl: Move nptl-specific types to separate header | Samuel Thibault |
2020-02-09 | htl: Make __PTHREAD_ONCE_INIT more flexible | Samuel Thibault |
2020-02-09 | htl: Add support for C11 threads behavior | Samuel Thibault |
2020-02-09 | htl: Add missing internal functions declarations | Samuel Thibault |
2020-02-09 | htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy | Samuel Thibault |
2020-02-09 | htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE | Samuel Thibault |
2020-02-09 | Linux: Add io/tst-o_path-locks test | Florian Weimer |
2020-02-09 | support: Add the xlstat function | Florian Weimer |
2020-02-09 | htl: Remove duplicate files | Samuel Thibault |
2020-02-09 | htl: Remove unused files | Samuel Thibault |
2020-02-07 | resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c | Florian Weimer |
2020-02-07 | Remove a comment claiming that sin/cos round correctly. | Wilco Dijkstra |
2020-02-07 | y2038: linux: Provide __settimeofday64 implementation | Lukasz Majewski |
2020-02-07 | y2038: Provide conversion helpers for struct __timeval64 | Lukasz Majewski |
2020-02-07 | y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32 | Lukasz Majewski |
2020-02-07 | y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval | Lukasz Majewski |
2020-02-07 | y2038: Introduce struct __timeval64 - new internal glibc type | Lukasz Majewski |
2020-02-07 | y2038: Define __suseconds64_t type to be used with struct __timeval64 | Lukasz Majewski |