| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Fix typo in array count | Siddhesh Poyarekar | 2017-05-24 | 2 | -2/+2 |
* | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 2017-05-23 | 15 | -109/+29 |
* | Fix a bug in 'Remove __need macros from signal.h' (a992f506) | Zack Weinberg | 2017-05-22 | 7 | -16/+21 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 41 | -2581/+712 |
* | Split up bits/sigstack.h. | Joseph Myers | 2017-05-19 | 24 | -191/+116 |
* | Fix makefile rules for vmsplice, splice, and open_by_handle_at | Adhemerval Zanella | 2017-05-19 | 1 | -0/+3 |
* | posix: Consolidate Linux mq_timedsend syscall | Adhemerval Zanella | 2017-05-18 | 2 | -1/+33 |
* | posix: Consolidate Linux mq_timedreceive syscall | Adhemerval Zanella | 2017-05-18 | 2 | -1/+34 |
* | linux: Consolidate Linux open_by_handle_at syscall | Adhemerval Zanella | 2017-05-18 | 3 | -2/+39 |
* | linux: Consolidate Linux splice syscall | Adhemerval Zanella | 2017-05-18 | 3 | -2/+28 |
* | linux: Consolidate Linux vmsplice syscall | Adhemerval Zanella | 2017-05-18 | 3 | -2/+28 |
* | posix: Consolidate Linux fsync syscall | Adhemerval Zanella | 2017-05-18 | 3 | -2/+28 |
* | posix: Consolidate Linux fdatasync syscall | Adhemerval Zanella | 2017-05-18 | 2 | -1/+29 |
* | posix: Consolidate Linux msync syscall | Adhemerval Zanella | 2017-05-18 | 2 | -1/+26 |
* | posix: Consolidate Linux sigsuspend implementation | Adhemerval Zanella | 2017-05-18 | 3 | -40/+0 |
* | linux: Consolidate Linux tee implementation | Adhemerval Zanella | 2017-05-18 | 3 | -2/+28 |
* | posix: Consolidate Linux nanosleep syscall | Adhemerval Zanella | 2017-05-18 | 2 | -1/+30 |
* | posix: Consolidate Linux waitpid syscall | Adhemerval Zanella | 2017-05-18 | 6 | -28/+0 |
* | posix: Consolidate Linux pause syscall | Adhemerval Zanella | 2017-05-18 | 5 | -22/+11 |
* | posix: Fix and simplify default p{read,write}v implementation | Adhemerval Zanella | 2017-05-15 | 4 | -4/+4 |
* | Remove __ASSUME_STATFS_F_FLAGS. | Joseph Myers | 2017-05-12 | 2 | -199/+1 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -1/+2 |
* | Consolidate Linux writev implementation | Adhemerval Zanella | 2017-05-11 | 1 | -0/+27 |
* | Consolidate Linux readv implementation | Adhemerval Zanella | 2017-05-11 | 1 | -0/+27 |
* | Consolidate Linux write syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+33 |
* | Consolidate Linux read syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+33 |
* | Consolidate Linux creat implementation | Adhemerval Zanella | 2017-05-11 | 6 | -18/+51 |
* | Consolidate Linux open implementation | Adhemerval Zanella | 2017-05-11 | 5 | -68/+27 |
* | Consolidate Linux close syscall generation | Adhemerval Zanella | 2017-05-11 | 1 | -0/+30 |
* | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 2017-05-11 | 7 | -59/+75 |
* | Remove MIPS32 accept4, recvmmsg, sendmmsg implementations. | Joseph Myers | 2017-05-09 | 3 | -88/+0 |
* | Simplify accept4, recvmmsg, sendmmsg code. | Joseph Myers | 2017-05-09 | 9 | -65/+13 |
* | Simplify sendmmsg code. | Joseph Myers | 2017-05-09 | 2 | -68/+12 |
* | Simplify recvmmsg code. | Joseph Myers | 2017-05-09 | 2 | -68/+10 |
* | Assume prlimit64 is available. | Joseph Myers | 2017-05-09 | 5 | -85/+3 |
* | Remove __ASSUME_PROC_PID_TASK_COMM. | Joseph Myers | 2017-05-08 | 2 | -19/+0 |
* | Remove __ASSUME_GETCPU_SYSCALL. | Joseph Myers | 2017-05-08 | 1 | -5/+0 |
* | Remove <sys/ultrasound.h> | Florian Weimer | 2017-05-08 | 2 | -2/+1 |
* | Require Linux kernel 3.2 or later on x86 / x86_64. | Joseph Myers | 2017-05-08 | 4 | -8/+0 |
* | Use __glibc_reserved convention in mcontext, sigcontext (bug 21457). | Joseph Myers | 2017-05-04 | 3 | -10/+10 |
* | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 2017-05-03 | 2 | -5/+3 |
* | Consolidate Linux epoll_wait syscall | Adhemerval Zanella | 2017-05-03 | 4 | -5/+8 |
* | Consolidate Linux select implementation | Adhemerval Zanella | 2017-05-03 | 6 | -11/+68 |
* | Consolidate Linux poll implementation | Adhemerval Zanella | 2017-05-03 | 2 | -3/+6 |
* | Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h. | Joseph Myers | 2017-05-03 | 1 | -0/+1 |
* | posix: Fix internal p{read,write} plt usage | Adhemerval Zanella | 2017-05-02 | 4 | -1/+3 |
* | Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h. | Joseph Myers | 2017-05-01 | 1 | -1/+3 |
* | powerpc64le: Create divergent sysdep directory for powerpc64le. | Paul E. Murphy | 2017-04-28 | 2 | -0/+2 |
* | Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426). | Joseph Myers | 2017-04-25 | 1 | -6/+1 |
* | posix: Remove ununsed posix_spawn internal assignment | Adhemerval Zanella | 2017-04-25 | 1 | -16/+14 |