about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-7/+0
* ia64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-03-031-6/+0
* Linux: open_by_handle_at syscall number is always availableFlorian Weimer2020-03-031-9/+0
* Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer2020-03-031-2/+0
* Linux: getdents64 syscall number is always available on MIPSFlorian Weimer2020-03-031-2/+0
* Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer2020-03-034-22/+7
* Linux: exit_group syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: set_tid_address syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: pkey_mprotect syscall number is always availableFlorian Weimer2020-03-031-5/+0
* Linux: rt_sigqueueinfo syscall number is always availableFlorian Weimer2020-03-032-10/+0
* Linux: getrandom syscall number is always availableFlorian Weimer2020-03-032-22/+0
* Linux: Clean up preadv, pwritev system call namesFlorian Weimer2020-03-034-28/+4
* Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer2020-03-037-40/+4
* Linux: sigaltstack syscall number is always availableFlorian Weimer2020-03-031-4/+0
* Linux: sched_getaffinity syscall number is always availableFlorian Weimer2020-03-031-7/+3
* Linux: sched_setaffinity syscall number is always availableFlorian Weimer2020-03-031-6/+1
* Linux: statx syscall number is always availableFlorian Weimer2020-03-031-7/+4
* Linux: mq_* syscall numbers are always availableFlorian Weimer2020-03-037-41/+0
* Linux: mlock2 syscall number is always availableFlorian Weimer2020-03-031-2/+0
* Linux: copy_file_range syscall number is always availableFlorian Weimer2020-03-031-5/+0
* Linux: renameat2 syscall number is always availableFlorian Weimer2020-03-031-4/+3
* Add missing libc_hidden_def for __utimensat64Andreas Schwab2020-03-021-0/+2
* elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer2020-03-021-2/+7
* nios2: Fix Linux kABI for syscall returnAdhemerval Zanella2020-02-201-1/+1
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-2027-43/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-2027-43/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-2027-27/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-2027-27/+0
* Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2020-02-192-60/+55
* Fix tst-pkey expectations on pkey_get [BZ #23202]Lucas A. M. Magalhaes2020-02-191-4/+6
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-183-3/+45
* Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer2020-02-181-4/+24
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-181-0/+67
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-181-20/+2
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-1546-222/+0
* arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab2020-02-151-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-1494-475/+378
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-1427-480/+54
* s390: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-192/+103
* riscv: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-28/+56
* microblaze: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-35/+56
* nios2: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-5/+5
* mips: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-53/+23
* mips64: Consolidate Linux sysdep.hAdhemerval Zanella2020-02-144-455/+70