aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2019-09-04y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski1-0/+59
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg50-115/+163
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer27-27/+0
2019-08-29MIPS support for GNU hashMihailo Stojanovic2-1/+3
2019-08-29sh: Split BE/LE abilistAdhemerval Zanella30-0/+3564
2019-08-29microblaze: Split BE/LE abilistAdhemerval Zanella26-0/+3486
2019-08-29arm: Split BE/LE abilistAdhemerval Zanella28-0/+3530
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer24-24/+0
2019-08-23Don't put non-ASCII into installed headersPaul Eggert1-2/+2
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert3-4/+4
2019-08-23[MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic1-1/+1
2019-08-23mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic3-5/+89
2019-08-23linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella2-2/+8
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella45-945/+832
2019-08-22powerpc: Fix typos and field name in commentsGustavo Romero1-4/+4
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer1-33/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer24-24/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer24-32/+0
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers25-0/+352
2019-08-15login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer2-5/+10
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer22-22/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer24-24/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer24-24/+0
2019-08-07Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.Joseph Myers1-0/+5
2019-08-06s390: Fix Enable VDSO for static linkingStefan Liebler1-0/+2
2019-08-05Add CLONE_PIDFD from Linux 5.2 to bits/sched.h.Joseph Myers1-0/+2
2019-08-05linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella16-52/+2
2019-08-05sparc: Enable VDSO for static linkingAdhemerval Zanella3-10/+7
2019-08-05s390: Enable VDSO for static linkingAdhemerval Zanella4-9/+8
2019-08-05riscv: Enable VDSO for static linkingAdhemerval Zanella3-10/+7
2019-08-02Update kernel version in comment in syscall-names.list.Joseph Myers1-1/+1
2019-08-02Update Linux kernel version number in tst-mman-consts.py to 5.2.Joseph Myers1-1/+1
2019-07-30Restore r31 setting in powerpc32 swapcontext.Joseph Myers1-0/+3
2019-07-29Linux: Move getdents64 to <dirent.h>Florian Weimer2-6/+33
2019-07-24Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer9-94/+311
2019-07-19Linux: Update syscall-names.list to Linux 5.2Florian Weimer1-1/+7
2019-07-18nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella1-0/+36
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe1-8/+0
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe24-0/+24
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe7-27/+31
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe24-0/+48
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe24-0/+24
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe24-0/+24
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe2-12/+44
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2-1/+21
2019-07-08dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen1-0/+2
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer35-327/+6
2019-06-28Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer1-3/+9
2019-06-28Replace PREPARE_VERSION macro with inline functionTobias Klauser1-9/+9
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer6-28/+5