aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella32-419/+336
2019-10-10syscall-names.list: fix typos in commentDmitry V. Levin1-5/+4
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski1-4/+32
2019-10-09mips: Do not malloc on getdents64 fallbackAdhemerval Zanella1-59/+81
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer27-27/+0
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer3-120/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer27-27/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer27-27/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis6-12/+4
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers3-1/+5
2019-09-25Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella1-1/+1
2019-09-24Fix vDSO initialization on arm and mipsAndreas Schwab2-4/+4
2019-09-18Update syscall-names.list for Linux 5.3.Joseph Myers1-2/+4
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers1-1/+4
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella1-1/+0
2019-09-17mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella4-36/+16
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella5-54/+38
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella32-647/+174
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella32-154/+161
2019-09-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno3-0/+78
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1415-1415/+1415
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