Age | Commit message (Expand) | Author |
2018-11-08 | Remove __ASSUME_SOCKETCALL. | Joseph Myers |
2018-11-07 | Fix __ASSUME_MLOCK2 for ARM, MicroBlaze (bug 23867). | Joseph Myers |
2018-11-07 | RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864) | Andreas Schwab |
2018-11-06 | Correct SH kernel-features.h undefines (bug 23862). | Joseph Myers |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer |
2018-11-01 | Update and correct SPARC configuration for supported socket syscalls (bug 238... | Joseph Myers |
2018-10-31 | Simplify an #if #else #endif | Rafael Avila de Espindola |
2018-10-25 | Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h. | Joseph Myers |
2018-10-25 | conform: XFAIL siginfo_t si_band test on sparc64 | Florian Weimer |
2018-10-24 | Y2038: provide size of default time_t for target architecture | Albert ARIBAUD (3ADEV) |
2018-10-23 | Don't use PSEUDO_END for non-PSEUDO function | Andreas Schwab |
2018-10-22 | Update kernel version in syscall-names.list to 4.19. | Joseph Myers |
2018-10-19 | signal: Use correct type for si_band in siginfo_t [BZ #23562] | Ilya Yu. Malakhov |
2018-10-18 | Add VDSO support to sparc. | David S. Miller |
2018-10-17 | Use single bits/shm.h for all architectures. | Joseph Myers |
2018-10-17 | Move SHMLBA to its own header. | Joseph Myers |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler |
2018-10-15 | Use single bits/sem.h for all architectures. | Joseph Myers |
2018-10-11 | Use single bits/msq.h for all architectures. | Joseph Myers |
2018-10-10 | Use common bits/shm.h for more architectures. | Joseph Myers |
2018-10-10 | Use common bits/sem.h for more architectures. | Joseph Myers |
2018-10-10 | Use common bits/msq.h for more architectures. | Joseph Myers |
2018-10-04 | Use bits/mman-linux.h for hppa. | Joseph Myers |
2018-10-02 | Fix build from commit 0b727ed | Adhemerval Zanella |
2018-10-02 | x86: Use RTM intrinsics in pthread mutex lock elision | H.J. Lu |
2018-10-02 | libio: Flush stream at freopen (BZ#21037) | Adhemerval Zanella |
2018-10-01 | Move MREMAP_* to bits/mman-shared.h. | Joseph Myers |
2018-09-28 | Fix misreported errno on preadv2/pwritev2 (BZ#23579) | Adhemerval Zanella |
2018-09-26 | Share MAP_* flags between more architectures. | Joseph Myers |
2018-09-25 | Complete sys/procfs.h unification. | Joseph Myers |
2018-09-25 | Unify more sys/procfs.h headers. | Joseph Myers |
2018-09-25 | Unify some sys/procfs.h headers. | Joseph Myers |
2018-09-21 | powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC | Adhemerval Zanella |
2018-09-20 | Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679] | Mingli Yu |
2018-09-18 | Unify many bits/mman.h headers. | Joseph Myers |
2018-09-17 | Update siginfo constants from Linux kernel (bug 21286). | Joseph Myers |
2018-09-14 | Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656). | Joseph Myers |
2018-09-14 | Fix sys/procfs.h pr_uid, pr_gid type (bug 23649). | Joseph Myers |
2018-09-06 | Fix segfault in maybe_script_execute. | Stefan Liebler |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov |
2018-08-21 | Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h. | Tobias Klauser |
2018-08-21 | Avoid running some tests if the file system does not support holes | Florian Weimer |
2018-08-21 | __readlink_chk: Remove micro-optimization | Florian Weimer |
2018-08-20 | __readlink_chk: Assume HAVE_INLINED_SYSCALLS | Florian Weimer |
2018-08-20 | Update struct signalfd_siginfo from Linux 4.18. | Joseph Myers |
2018-08-13 | Update syscall-names.list for Linux 4.18. | Joseph Myers |
2018-08-10 | Linux: Rewrite __old_getdents64 [BZ #23497] | Florian Weimer |
2018-08-10 | S390: Implement 64-bit __fentry__ | Ilya Leoshkevich |
2018-08-02 | Rename the glibc.tune namespace to glibc.cpu | Siddhesh Poyarekar |
2018-07-30 | x86/CET: Fix property note parser [BZ #23467] | H.J. Lu |