Age | Commit message (Expand) | Author | Files | Lines |
2019-10-30 | Use clock_settime to implement stime; withdraw stime. | Zack Weinberg | 2 | -40/+0 |
2019-10-30 | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 1 | -1/+1 |
2019-10-30 | Linux/Alpha: don't use timeval32 system calls. | Zack Weinberg | 18 | -131/+637 |
2019-10-27 | y2038: linux: Provide __clock_getres64 implementation | Lukasz Majewski | 1 | -3/+35 |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 3 | -4/+3 |
2019-10-24 | Define __STATFS_MATCHES_STATFS64 | Alistair Francis | 7 | -2/+28 |
2019-10-23 | sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts | Alistair Francis | 4 | -2/+38 |
2019-10-23 | S390: Remove not needed stack frame in syscall function. | Stefan Liebler | 2 | -44/+8 |
2019-10-20 | Include <kernel-features.h> explicitly in Linux clock_settime.c | Lukasz Majewski | 1 | -0/+1 |
2019-10-18 | Add nocancel version of pread64() | Leandro Pereira | 4 | -2/+39 |
2019-10-18 | Update sysvipc kernel-features.h files for Linux 5.1 | Adhemerval Zanella | 11 | -27/+57 |
2019-10-18 | nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined | Florian Weimer | 1 | -54/+0 |
2019-10-17 | sysvipc: Implement semop based on semtimedop | Adhemerval Zanella | 2 | -7/+4 |
2019-10-17 | ipc: Refactor sysvipc internal definitions | Adhemerval Zanella | 22 | -192/+56 |
2019-10-14 | Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h. | Joseph Myers | 9 | -7/+96 |
2019-10-10 | sysvipc: Set ipc_perm mode as mode_t (BZ#18231) | Adhemerval Zanella | 32 | -419/+336 |
2019-10-10 | syscall-names.list: fix typos in comment | Dmitry V. Levin | 1 | -5/+4 |
2019-10-10 | y2038: linux: Provide __clock_settime64 implementation | Lukasz Majewski | 1 | -4/+32 |
2019-10-09 | mips: Do not malloc on getdents64 fallback | Adhemerval Zanella | 1 | -59/+81 |
2019-10-07 | nptl: Move pthread_attr_setschedparam implementation into libc | Florian Weimer | 27 | -27/+0 |
2019-10-07 | riscv: Remove support for variable page sizes | Florian Weimer | 3 | -120/+0 |
2019-10-07 | nptl: Move pthread_attr_getschedparam implementation into libc | Florian Weimer | 27 | -27/+0 |
2019-10-04 | nptl: Move pthread_attr_setinheritsched implementation into libc. | Florian Weimer | 27 | -27/+0 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 6 | -12/+4 |
2019-09-30 | Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3. | Joseph Myers | 3 | -1/+5 |
2019-09-25 | Fix tst-sigcontext-get_pc rule name from a43565ac447b1 | Adhemerval Zanella | 1 | -1/+1 |
2019-09-24 | Fix vDSO initialization on arm and mips | Andreas Schwab | 2 | -4/+4 |
2019-09-18 | Update syscall-names.list for Linux 5.3. | Joseph Myers | 1 | -2/+4 |
2019-09-18 | Fix RISC-V vfork build with Linux 5.3 kernel headers. | Joseph Myers | 1 | -1/+4 |
2019-09-17 | sparc64: Use linux generic time implementation | Adhemerval Zanella | 1 | -1/+0 |
2019-09-17 | mips: Consolidate INTERNAL_VSYSCALL_CALL | Adhemerval Zanella | 4 | -36/+16 |
2019-09-17 | powerpc: Simplify vsyscall internal macros | Adhemerval Zanella | 5 | -54/+38 |
2019-09-17 | Refactor vDSO initialization code | Adhemerval Zanella | 32 | -647/+174 |
2019-09-17 | Remove PREPARE_VERSION and PREPARE_VERSION_KNOW | Adhemerval Zanella | 33 | -157/+163 |
2019-09-14 | alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986] | Aurelien Jarno | 3 | -0/+0 |
2019-09-07 | Fix three GNU license URLs, along with trailing-newline issues. | Paul Eggert | 1 | -2/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1471 | -1471/+1471 |
2019-09-04 | y2038: Introduce the __ASSUME_TIME64_SYSCALLS define | Lukasz Majewski | 1 | -0/+59 |
2019-09-04 | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg | 53 | -136/+191 |
2019-08-30 | nptl: Move pthread_attr_getinheritsched implementation into libc | Florian Weimer | 27 | -27/+0 |
2019-08-29 | MIPS support for GNU hash | Mihailo Stojanovic | 2 | -1/+3 |
2019-08-29 | sh: Split BE/LE abilist | Adhemerval Zanella | 30 | -0/+3564 |
2019-08-29 | microblaze: Split BE/LE abilist | Adhemerval Zanella | 26 | -0/+3486 |
2019-08-29 | arm: Split BE/LE abilist | Adhemerval Zanella | 28 | -0/+3530 |
2019-08-28 | nptl: Move pthread_attr_setdetachstate implementation into libc | Florian Weimer | 24 | -24/+0 |
2019-08-23 | Don't put non-ASCII into installed headers | Paul Eggert | 1 | -2/+2 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 3 | -4/+4 |
2019-08-23 | [MIPS] Raise highest supported EI_ABIVERSION value [BZ #24916] | Mihailo Stojanovic | 1 | -1/+1 |
2019-08-23 | mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernels | Dragan Mladjenovic | 3 | -5/+89 |
2019-08-23 | linux: Make profil_counter a compat_symbol (BZ#17726) | Adhemerval Zanella | 2 | -2/+8 |