Age | Commit message (Expand) | Author | Files | Lines |
2016-12-31 | Update DNS RR type definitions [BZ #20593] | Florian Weimer | 5 | -101/+270 |
2016-12-31 | CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] | Florian Weimer | 8 | -8/+220 |
2016-12-31 | tunables: Use correct unused attribute | Florian Weimer | 2 | -1/+5 |
2016-12-31 | Add NEWS item for tunables | Siddhesh Poyarekar | 1 | -0/+5 |
2016-12-31 | User manual documentation for tunables | Siddhesh Poyarekar | 4 | -2/+199 |
2016-12-31 | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 9 | -8/+79 |
2016-12-31 | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar | 7 | -2/+156 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 25 | -2/+947 |
2016-12-31 | resolv: Deprecate RES_BLAST | Florian Weimer | 5 | -7/+13 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 17 | -62/+133 |
2016-12-31 | resolv: Add beginnings of a libresolv test suite | Florian Weimer | 46 | -1/+4508 |
2016-12-31 | support: Implement --verbose option for test programs | Florian Weimer | 6 | -8/+35 |
2016-12-31 | support: Use support_record_failure consistently | Florian Weimer | 12 | -32/+50 |
2016-12-31 | support: Helper functions for entering namespaces | Florian Weimer | 8 | -0/+280 |
2016-12-31 | getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252] | Florian Weimer | 2 | -1/+7 |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 49 | -4621/+1671 |
2016-12-31 | Revert "Fix ChangeLog typo" | Andreas Schwab | 1 | -1/+1 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 74 | -30/+39745 |
2016-12-30 | resolv: Turn historic name lookup functions into compat symbols | Florian Weimer | 4 | -52/+77 |
2016-12-30 | Define __intmax_t, __uintmax_t in bits/types.h. | Joseph Myers | 3 | -9/+18 |
2016-12-30 | Fix tst-support_record_failure-2 for run-built-tests = no. | Joseph Myers | 2 | -0/+9 |
2016-12-30 | Fix ChangeLog typo | Andreas Schwab | 1 | -1/+1 |
2016-12-30 | localedata: bs_BA: fix yesexpr/noexpr [BZ #20974] | Mike Frysinger | 2 | -2/+8 |
2016-12-30 | Fix pretty printer tests for run-built-tests == no | Siddhesh Poyarekar | 2 | -3/+8 |
2016-12-28 | Add SYSV shared memory test | Adhemerval Zanella | 3 | -1/+135 |
2016-12-28 | Use shmget syscall for linux implementation | Adhemerval Zanella | 11 | -35/+21 |
2016-12-28 | Use shmdt syscall for linux implementation | Adhemerval Zanella | 11 | -14/+21 |
2016-12-28 | Consolidate Linux shmctl implementation | Adhemerval Zanella | 13 | -89/+53 |
2016-12-28 | Use shmat syscall for Linux implementation | Adhemerval Zanella | 12 | -22/+31 |
2016-12-28 | Add SYSV semaphore test | Adhemerval Zanella | 3 | -1/+120 |
2016-12-28 | Consolidate Linux semtimedop implementation | Adhemerval Zanella | 12 | -88/+31 |
2016-12-28 | Use semop syscall for Linux implementation | Adhemerval Zanella | 11 | -13/+20 |
2016-12-28 | Use semget syscall for Linux implementation | Adhemerval Zanella | 11 | -14/+20 |
2016-12-28 | Consolidate Linux semctl implementation | Adhemerval Zanella | 14 | -191/+54 |
2016-12-28 | Add SYSV message queue test | Adhemerval Zanella | 4 | -0/+139 |
2016-12-28 | Use msgget syscall for Linux implementation | Adhemerval Zanella | 11 | -14/+20 |
2016-12-28 | Use msgsnd syscall for Linux implementation | Adhemerval Zanella | 11 | -13/+19 |
2016-12-28 | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 12 | -61/+21 |
2016-12-28 | Consolidate Linux msgctl implementation | Adhemerval Zanella | 13 | -76/+46 |
2016-12-28 | Refactor Linux ipc_priv header | Adhemerval Zanella | 10 | -32/+216 |
2016-12-28 | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 9 | -0/+43 |
2016-12-28 | powerpc: Fix powerpc32/power7 memchr for large input sizes | Tulio Magno Quites Machado Filho | 2 | -1/+15 |
2016-12-28 | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan | 9 | -2/+499 |
2016-12-28 | Fix various typos in the ChangeLog | Florian Weimer | 1 | -18/+18 |
2016-12-28 | Add file missing from ChangeLog in previous commit | Florian Weimer | 1 | -1/+2 |
2016-12-28 | support: Add support for delayed test failure reporting | Florian Weimer | 11 | -7/+550 |
2016-12-27 | Add comments to check-c++-types.sh. | Steve Ellcey | 2 | -0/+12 |
2016-12-27 | Fix typos in the spelling of "implementation" | Dmitry V. Levin | 6 | -6/+15 |
2016-12-27 | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 9 | -176/+11 |
2016-12-27 | Fix typo in manual for iseqsig | Gabriel F. T. Gomes | 2 | -1/+5 |