| Commit message (Expand) | Author | Age | Files | Lines |
* | Support bits/floatn.h inclusion from .S files. | Joseph Myers | 2017-11-17 | 8 | -273/+312 |
* | support_become_root: Enable file creation in user namespaces | Florian Weimer | 2017-11-17 | 2 | -3/+60 |
* | Add AArch64 HWCAP_DCPOP from Linux 4.14. | Joseph Myers | 2017-11-17 | 2 | -0/+6 |
* | aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5 | Adhemerval Zanella | 2017-11-17 | 2 | -0/+11 |
* | Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h. | Joseph Myers | 2017-11-16 | 2 | -0/+3 |
* | Update kernel version in syscall-names.list to 4.14. | Joseph Myers | 2017-11-16 | 2 | -2/+7 |
* | Fix botched up regeneration in the last commit | Siddhesh Poyarekar | 2017-11-16 | 2 | -5/+8 |
* | Prefer https for Sourceware links | Siddhesh Poyarekar | 2017-11-16 | 17 | -27/+47 |
* | The -Wstringop-truncation option new in GCC 8 detects common misuses | Martin Sebor | 2017-11-15 | 4 | -6/+27 |
* | linux ttyname{_r}: Add tests | Luke Shumaker | 2017-11-15 | 3 | -1/+631 |
* | linux ttyname{_r}: Don't bail prematurely [BZ #22145] | Luke Shumaker | 2017-11-15 | 3 | -15/+29 |
* | linux ttyname{_r}: Make tty checks consistent | Luke Shumaker | 2017-11-15 | 4 | -64/+36 |
* | linux ttyname: Change return type of is_pty from int to bool | Luke Shumaker | 2017-11-15 | 2 | -1/+5 |
* | linux ttyname: Update a reference to kernel docs for kernel 4.10 | Luke Shumaker | 2017-11-15 | 2 | -1/+4 |
* | manual: Update to mention ENODEV for ttyname and ttyname_r | Luke Shumaker | 2017-11-15 | 2 | -0/+10 |
* | Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h. | Joseph Myers | 2017-11-15 | 2 | -0/+5 |
* | Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14. | Joseph Myers | 2017-11-15 | 3 | -0/+13 |
* | Optimize sigrelse implementation | Adhemerval Zanella | 2017-11-15 | 2 | -9/+5 |
* | Cleanup sigpause implementation | Adhemerval Zanella | 2017-11-15 | 2 | -20/+12 |
* | Use Linux 4.14 in build-many-glibcs.py. | Joseph Myers | 2017-11-15 | 2 | -1/+6 |
* | Check length of ifname before copying it into to ifreq structure. | Steve Ellcey | 2017-11-15 | 2 | -0/+12 |
* | linux: Include <sysdep-cancel.h> for epoll_wait | Luke Shumaker | 2017-11-15 | 2 | -0/+6 |
* | ka_GE locale: Add “X” back to yesexpr. | Mike FABIAN | 2017-11-15 | 2 | -1/+6 |
* | az_IR locale: Add standard copyright header | Mike FABIAN | 2017-11-15 | 2 | -13/+14 |
* | malloc: Account for all heaps in an arena in malloc_info [BZ #22439] | Florian Weimer | 2017-11-15 | 3 | -4/+22 |
* | malloc: Add missing arena lock in malloc_info [BZ #22408] | Florian Weimer | 2017-11-15 | 4 | -4/+124 |
* | Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660). | Joseph Myers | 2017-11-15 | 2 | -57/+202 |
* | Fix string/tester.c build with GCC 8. | Joseph Myers | 2017-11-14 | 2 | -2/+54 |
* | Fix string/bug-strncat1.c build with GCC 8. | Joseph Myers | 2017-11-14 | 2 | -0/+13 |
* | Replaced unicode sequences in the ASCII printable range | Claude Paroz | 2017-11-14 | 300 | -15069/+11664 |
* | support: Add <support/next_to_fault.h> | Florian Weimer | 2017-11-13 | 5 | -56/+120 |
* | Add missing ChangeLog sub-entries | Florian Weimer | 2017-11-13 | 1 | -0/+3 |
* | ld.so: Add architecture specific fields | H.J. Lu | 2017-11-13 | 6 | -4/+21 |
* | timezone: pacify GCC -Wstringop-truncation | Paul Eggert | 2017-11-12 | 2 | -1/+8 |
* | support: Add xstrndup, xunlink, xreadlink, support_create_temp_directory | Florian Weimer | 2017-11-12 | 11 | -5/+219 |
* | Fix clog10_downward ulps on hppa. | John David Anglin | 2017-11-11 | 2 | -2/+6 |
* | resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412] | Florian Weimer | 2017-11-11 | 4 | -97/+157 |
* | resolv: ns_name_pton should report trailing \ as error [BZ #22413] | Florian Weimer | 2017-11-11 | 3 | -0/+18 |
* | resolv: Add tst-ns_name_pton | Florian Weimer | 2017-11-11 | 3 | -0/+211 |
* | resolv: Add tst-res_hnok | Florian Weimer | 2017-11-11 | 3 | -0/+161 |
* | resolv: Use test framework in tst-resolv-network | Florian Weimer | 2017-11-11 | 2 | -2/+11 |
* | Add jmp_buf-macros.h | H.J. Lu | 2017-11-09 | 26 | -0/+220 |
* | Handle more _FloatN, _FloatNx types in include/float.h. | Joseph Myers | 2017-11-07 | 2 | -16/+182 |
* | Handle more _FloatN, _FloatNx types in type-generic strtod tests. | Joseph Myers | 2017-11-07 | 3 | -12/+113 |
* | Remove traces of tst-typesizes | Andreas Schwab | 2017-11-07 | 2 | -2/+5 |
* | mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403] | Mike FABIAN | 2017-11-07 | 3 | -2/+10 |
* | an_ES, kab_DZ, om_ET locales: Escape slashes in d_fmt [BZ #22403] | Claude Paroz | 2017-11-07 | 4 | -3/+13 |
* | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 2017-11-07 | 23 | -12/+136 |
* | nptl: Change tst-typesizes to _Static_assert | Adhemerval Zanella | 2017-11-07 | 37 | -148/+101 |
* | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 2017-11-07 | 19 | -0/+173 |