Age | Commit message (Expand) | Author | Files | Lines |
2016-08-03 | Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h. | Joseph Myers | 1 | -1/+3 |
2016-07-27 | Nios II localplt.data update: remove __eqsf2 | Chung-Lin Tang | 1 | -1/+0 |
2016-07-21 | powerpc: Fix missing verb and typo in comment about AT_HWCAP entry | Gustavo Romero | 1 | -2/+2 |
2016-07-19 | microblaze: fix variable name collision with syscall macros | Mike Frysinger | 1 | -21/+21 |
2016-07-13 | Refactor Linux raise implementation (BZ#15368) | Adhemerval Zanella | 3 | -50/+77 |
2016-07-12 | x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348] | H.J. Lu | 1 | -0/+4 |
2016-07-11 | X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349] | H.J. Lu | 1 | -0/+4 |
2016-07-11 | [AArch64] Add bits/hwcap.h for aarch64 linux | Szabolcs Nagy | 1 | -0/+34 |
2016-07-08 | Fix LO_HI_LONG definition | Adhemerval Zanella | 1 | -7/+3 |
2016-07-08 | Remove __ASSUME_OFF_DIFF_OFF64 definition | Adhemerval Zanella | 9 | -9/+8 |
2016-07-08 | tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bit | Chris Metcalf | 1 | -1/+3 |
2016-07-01 | SPARC64: update localplt.data | Aurelien Jarno | 1 | -0/+1 |
2016-06-27 | MIPS, SPARC: more fixes to the vfork aliases in libpthread.so | Aurelien Jarno | 3 | -14/+14 |
2016-06-21 | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 5 | -13/+18 |
2016-06-19 | Expand comments in Linux times() implementation. | Carlos O'Donell | 1 | -10/+17 |
2016-06-18 | MIPS, SPARC: fix wrong vfork aliases in libpthread.so | Aurelien Jarno | 3 | -0/+6 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 26 | -0/+182 |
2016-06-13 | Remove __ASSUME_FUTEX_LOCK_PI | Adhemerval Zanella | 5 | -8/+0 |
2016-06-10 | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 59 | -575/+70 |
2016-06-07 | Bug 20214: Fix linux/in6.h and netinet/in.h sync. | Carlos O'Donell | 1 | -4/+12 |
2016-06-06 | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 28 | -0/+28 |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 8 | -199/+79 |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 8 | -200/+79 |
2016-06-02 | Fix macro API for __USE_KERNEL_IPV6_DEFS. | Carlos O'Donell | 1 | -1/+3 |
2016-05-30 | posix: Call _exit in failure case for posix_spawn{p} (BZ#20178) | Adhemerval Zanella | 1 | -1/+1 |
2016-05-26 | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2 | -2/+2 |
2016-05-25 | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 15 | -44/+275 |
2016-05-25 | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 60 | -37/+350 |
2016-05-25 | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 15 | -28/+12 |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 3 | -5/+50 |
2016-05-23 | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 1 | -1/+20 |
2016-05-18 | Don't call internal _Unwind_Resume via PLT | H.J. Lu | 2 | -2/+2 |
2016-05-18 | Don't call internal __pthread_unwind via PLT | H.J. Lu | 1 | -2/+4 |
2016-05-18 | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. | Joseph Myers | 1 | -0/+1 |
2016-05-18 | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. | Joseph Myers | 1 | -0/+1 |
2016-05-09 | S390: Add support for vdso getcpu symbol. | Stefan Liebler | 4 | -0/+10 |
2016-05-04 | CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779] | Florian Weimer | 1 | -0/+22 |
2016-05-03 | powerpc: Add missing insn in swapcontext [BZ #20004] | Paul E. Murphy | 1 | -0/+1 |
2016-05-02 | powerpc: Fix clone CLONE_VM compare | Adhemerval Zanella | 1 | -1/+1 |
2016-04-30 | m68k: avoid local labels in symbol table | Andreas Schwab | 1 | -4/+4 |
2016-04-29 | Fix clone (CLONE_VM) pid/tid reset (BZ#19957) | Adhemerval Zanella | 21 | -141/+220 |
2016-04-27 | Add missing iucv related defines. | Stefan Liebler | 1 | -0/+10 |
2016-04-25 | Fix stdlib/tst-makecontext regression for Nios II | Chung-Lin Tang | 1 | -0/+12 |
2016-04-14 | Fix pread consolidation on ports that require argument alignment | Adhemerval Zanella | 1 | -0/+1 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 4 | -4/+4 |
2016-04-12 | VDSO support for MIPS | Matthew Fortune | 7 | -0/+133 |
2016-04-11 | Consolidate pwrite/pwrite64 implementations | Adhemerval Zanella | 16 | -427/+27 |
2016-04-11 | Consolidate pread/pread64 implementations | Adhemerval Zanella | 17 | -414/+28 |
2016-04-11 | Consolidate off_t/off64_t syscall argument passing | Adhemerval Zanella | 4 | -10/+35 |
2016-04-11 | Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports | Adhemerval Zanella | 3 | -0/+16 |