about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* S390: Add new s390 platform z15.Stefan Liebler2019-10-182-3/+3
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-182-78/+5
* sysvipc: Implement semop based on semtimedopAdhemerval Zanella2019-10-172-7/+4
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-1722-192/+56
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-149-7/+96
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-1032-419/+336
* syscall-names.list: fix typos in commentDmitry V. Levin2019-10-101-5/+4
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-4/+32
* mips: Do not malloc on getdents64 fallbackAdhemerval Zanella2019-10-091-59/+81
* sparc: Assume GOTDATA support in the toolchainFlorian Weimer2019-10-092-65/+2
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-0728-29/+0
* riscv: Remove support for variable page sizesFlorian Weimer2019-10-073-120/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-0728-29/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-0428-28/+0
* [powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke2019-10-021-4/+15
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-0152-238/+241
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-303-1/+5
* [powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke2019-09-275-6/+6
* [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke2019-09-271-1/+1
* [powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke2019-09-277-9/+9
* [powerpc] __fesetround_inline optimizationsPaul A. Clarke2019-09-271-3/+15
* [powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2019-09-272-2/+18
* [powerpc] fenv_private.h clean upPaul A. Clarke2019-09-278-117/+38
* Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers2019-09-271-0/+1
* Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella2019-09-251-1/+1
* Fix vDSO initialization on arm and mipsAndreas Schwab2019-09-242-4/+4
* [powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2019-09-192-25/+36
* S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H.Stefan Liebler2019-09-191-2/+2
* Update syscall-names.list for Linux 5.3.Joseph Myers2019-09-181-2/+4
* S390: Add support for HP_TIMING_NOW.Stefan Liebler2019-09-181-0/+42
* Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers2019-09-181-1/+4
* sparc64: Use linux generic time implementationAdhemerval Zanella2019-09-171-1/+0
* mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella2019-09-174-36/+16
* powerpc: Simplify vsyscall internal macrosAdhemerval Zanella2019-09-175-54/+38
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-1734-650/+177
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-1733-157/+163
* Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang2019-09-171-1/+1
* alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno2019-09-143-0/+0
* Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert2019-09-073-6/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-075836-5836/+5836
* y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski2019-09-041-0/+59
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-0456-143/+205
* Update Alpha libm-test-ulpsAurelien Jarno2019-09-031-8/+8
* hurd: Fix buildSamuel Thibault2019-08-301-1/+1
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-301-1/+0
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-3028-28/+0
* hurd: Fix SS_ONSTACK supportSamuel Thibault2019-08-301-26/+42
* hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault2019-08-301-23/+0
* hurd getcwd: Allow unknown root directorySamuel Thibault2019-08-301-12/+0
* hurd: Fix implementation of setitimer.Samuel Thibault2019-08-301-8/+12