about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071415-1415/+1415
* y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski2019-09-041-0/+59
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-0450-115/+163
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-3027-27/+0
* MIPS support for GNU hashMihailo Stojanovic2019-08-292-1/+3
* sh: Split BE/LE abilistAdhemerval Zanella2019-08-2930-0/+3564
* microblaze: Split BE/LE abilistAdhemerval Zanella2019-08-2926-0/+3486
* arm: Split BE/LE abilistAdhemerval Zanella2019-08-2928-0/+3530
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-2824-24/+0
* Don't put non-ASCII into installed headersPaul Eggert2019-08-231-2/+2
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-233-4/+4
* [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916]Mihailo Stojanovic2019-08-231-1/+1
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-08-233-5/+89
* linux: Make profil_counter a compat_symbol (BZ#17726)Adhemerval Zanella2019-08-232-2/+8
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-2345-945/+832
* powerpc: Fix typos and field name in commentsGustavo Romero2019-08-221-4/+4
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-191-33/+0
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-1624-24/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-1524-32/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1525-0/+352
* login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer2019-08-152-5/+10
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-1522-22/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-1524-24/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-1524-24/+0
* Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.Joseph Myers2019-08-071-0/+5
* s390: Fix Enable VDSO for static linkingStefan Liebler2019-08-061-0/+2
* Add CLONE_PIDFD from Linux 5.2 to bits/sched.h.Joseph Myers2019-08-051-0/+2
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-0516-52/+2
* sparc: Enable VDSO for static linkingAdhemerval Zanella2019-08-053-10/+7
* s390: Enable VDSO for static linkingAdhemerval Zanella2019-08-054-9/+8
* riscv: Enable VDSO for static linkingAdhemerval Zanella2019-08-053-10/+7
* Update kernel version in comment in syscall-names.list.Joseph Myers2019-08-021-1/+1
* Update Linux kernel version number in tst-mman-consts.py to 5.2.Joseph Myers2019-08-021-1/+1
* Restore r31 setting in powerpc32 swapcontext.Joseph Myers2019-07-301-0/+3
* Linux: Move getdents64 to <dirent.h>Florian Weimer2019-07-292-6/+33
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-249-94/+311
* Linux: Update syscall-names.list to Linux 5.2Florian Weimer2019-07-191-1/+7
* nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella2019-07-181-0/+36
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-121-8/+0
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-1224-0/+24
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-127-27/+31
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1224-0/+48
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-1224-0/+24
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-1224-0/+24
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-122-12/+44
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-102-1/+21
* dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen2019-07-081-0/+2
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-0235-327/+6
* Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer2019-06-281-3/+9
* Replace PREPARE_VERSION macro with inline functionTobias Klauser2019-06-281-9/+9