| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWN | Tobias Klauser | 2019-06-21 | 8 | -11/+15 |
* | powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640] | Stan Shebs | 2019-06-19 | 3 | -1/+22 |
* | m68k: Remove vDSO support | Adhemerval Zanella | 2019-06-17 | 9 | -321/+27 |
* | Linux: Fix __glibc_has_include use for <sys/stat.h> and statx | Florian Weimer | 2019-06-14 | 1 | -2/+5 |
* | Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h. | Joseph Myers | 2019-06-13 | 1 | -0/+1 |
* | Allow memset local PLT reference for powerpc soft-float. | Joseph Myers | 2019-06-13 | 1 | -0/+1 |
* | Linux: Deprecate <sys/sysctl.h> and sysctl | Florian Weimer | 2019-06-12 | 2 | -4/+5 |
* | <sys/stat.h>: Use Linux UAPI header for statx if available and useful | Florian Weimer | 2019-06-12 | 1 | -0/+34 |
* | Linux: Add getdents64 system call | Florian Weimer | 2019-06-07 | 34 | -5/+161 |
* | riscv: Do not use __has_include__ | Florian Weimer | 2019-06-06 | 1 | -1/+1 |
* | arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support | Florian Weimer | 2019-06-01 | 3 | -176/+33 |
* | Linux: Add oddly-named arm syscalls to syscall-names.list | Florian Weimer | 2019-06-01 | 1 | -0/+5 |
* | Remove unused get_clockfreq files | Adhemerval Zanella | 2019-05-29 | 2 | -2/+0 |
* | Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h. | Joseph Myers | 2019-05-23 | 1 | -0/+2 |
* | Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*). | Zack Weinberg | 2019-05-22 | 11 | -176/+0 |
* | sysvipc: Add missing bit of semtimedop s390 consolidation | Adhemerval Zanella | 2019-05-21 | 2 | -0/+6 |
* | sysvipc: Consolidate semtimedop s390 | Adhemerval Zanella | 2019-05-20 | 4 | -38/+36 |
* | sysvipc: Fix compat msgctl (BZ#24570) | Adhemerval Zanella | 2019-05-20 | 1 | -1/+1 |
* | Update kernel-features.h files for Linux 5.1. | Joseph Myers | 2019-05-16 | 3 | -7/+13 |
* | Linux: Add the tgkill function | Florian Weimer | 2019-05-14 | 32 | -2/+195 |
* | x86: Remove arch-specific low level lock implementation | Adhemerval Zanella | 2019-05-14 | 10 | -1025/+111 |
* | Add single-thread.h header | Adhemerval Zanella | 2019-05-14 | 4 | -41/+106 |
* | Update syscall-names.list for Linux 5.1. | Joseph Myers | 2019-05-07 | 1 | -2/+26 |
* | misc: Add twalk_r function | Florian Weimer | 2019-05-02 | 27 | -0/+27 |
* | mips: Remove rt_sigreturn usage on context function | Adhemerval Zanella | 2019-04-17 | 4 | -53/+0 |
* | powerpc: Remove rt_sigreturn usage on context function | Adhemerval Zanella | 2019-04-17 | 4 | -162/+0 |
* | alpha: Do not redefine __NR_shmat or __NR_osf_shmat | Richard Henderson | 2019-04-01 | 2 | -3/+7 |
* | RISC-V: Fix `test' operand error with soft-float ABI being configured | Maciej W. Rozycki | 2019-03-30 | 2 | -2/+2 |
* | Remove __get_clockfreq | Adhemerval Zanella | 2019-03-22 | 5 | -533/+80 |
* | linux: Assume clock_getres CLOCK_{PROCESS,THREAD}_CPUTIME_ID | Adhemerval Zanella | 2019-03-22 | 3 | -130/+15 |
* | S390: Add new hwcap values for new cpu architecture arch13. | Stefan Liebler | 2019-03-22 | 1 | -0/+4 |
* | Add AArch64 HWCAPs from Linux 5.0. | Joseph Myers | 2019-03-19 | 2 | -2/+6 |
* | Update syscall-names.list for Linux 5.0. | Joseph Myers | 2019-03-15 | 1 | -2/+3 |
* | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 2019-03-14 | 9 | -75/+0 |
* | Fix output of LD_SHOW_AUXV=1. | Stefan Liebler | 2019-03-13 | 3 | -5/+5 |
* | C-SKY: mark lr as undefined to stop unwinding | Mao Han | 2019-03-11 | 2 | -2/+7 |
* | C-SKY: remove user_regs definition | Mao Han | 2019-03-11 | 2 | -46/+12 |
* | C-SKY: fix sigcontext miss match | Mao Han | 2019-03-11 | 2 | -66/+62 |
* | Break lines before not after operators, batch 4. | Joseph Myers | 2019-03-07 | 4 | -26/+26 |
* | nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support | Adhemerval Zanella | 2019-03-05 | 3 | -218/+0 |
* | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 2019-03-01 | 8 | -0/+16 |
* | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 2019-03-01 | 8 | -0/+64 |
* | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes | 2019-03-01 | 8 | -0/+16 |
* | __netlink_assert_response: Add more __libc_fatal newlines [BZ #20271] | Florian Weimer | 2019-03-01 | 1 | -2/+2 |
* | Add more spaces before '('. | Joseph Myers | 2019-02-28 | 3 | -10/+10 |
* | hurd: Add renameat2 support for RENAME_NOREPLACE | Samuel Thibault | 2019-02-27 | 1 | -1/+3 |
* | Add some spaces before '('. | Joseph Myers | 2019-02-27 | 9 | -9/+9 |
* | Break further lines before not after operators. | Joseph Myers | 2019-02-26 | 9 | -25/+26 |
* | Break more lines before not after operators. | Joseph Myers | 2019-02-25 | 3 | -22/+30 |
* | misc/tst-clone3: Fix waiting for exited thread. | Stefan Liebler | 2019-02-18 | 1 | -8/+15 |