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