summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libc.so: Replace nscd_hash.os with libc-nscd_hash.os [BZ #22459]hjl/pr22459/masterH.J. Lu2017-11-192-1/+20
* manual: Document mprotect and introduce section on memory protectionFlorian Weimer2017-11-193-11/+133
* manual: Move preadv/writev variants to Scatter-Gather sectionFlorian Weimer2017-11-192-211/+207
* support_become_root: Fix comment styleChristian Brauner2017-11-182-1/+4
* support_become_root: Don't fail when /proc/<pid/setgroups is missingChristian Brauner2017-11-182-5/+21
* tst-ttyname: Fix namespace setup for FedoraFlorian Weimer2017-11-182-61/+14
* support_enter_mount_namespace: Unshare with mount --make-rprivateFlorian Weimer2017-11-184-0/+58
* support_create_temp_directory: Align behavior with create_temp_fileFlorian Weimer2017-11-185-15/+19
* powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2017-11-173-2/+11
* Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers2017-11-1712-12/+50
* Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers2017-11-1722-21/+85
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-178-273/+312
* support_become_root: Enable file creation in user namespacesFlorian Weimer2017-11-172-3/+60
* Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers2017-11-172-0/+6
* aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella2017-11-172-0/+11
* Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.Joseph Myers2017-11-162-0/+3
* Update kernel version in syscall-names.list to 4.14.Joseph Myers2017-11-162-2/+7
* Fix botched up regeneration in the last commitSiddhesh Poyarekar2017-11-162-5/+8
* Prefer https for Sourceware linksSiddhesh Poyarekar2017-11-1617-27/+47
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-154-6/+27
* linux ttyname{_r}: Add testsLuke Shumaker2017-11-153-1/+631
* linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2017-11-153-15/+29
* linux ttyname{_r}: Make tty checks consistentLuke Shumaker2017-11-154-64/+36
* linux ttyname: Change return type of is_pty from int to boolLuke Shumaker2017-11-152-1/+5
* linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker2017-11-152-1/+4
* manual: Update to mention ENODEV for ttyname and ttyname_rLuke Shumaker2017-11-152-0/+10
* Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers2017-11-152-0/+5
* Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.Joseph Myers2017-11-153-0/+13
* Optimize sigrelse implementationAdhemerval Zanella2017-11-152-9/+5
* Cleanup sigpause implementationAdhemerval Zanella2017-11-152-20/+12
* Use Linux 4.14 in build-many-glibcs.py.Joseph Myers2017-11-152-1/+6
* Check length of ifname before copying it into to ifreq structure.Steve Ellcey2017-11-152-0/+12
* linux: Include <sysdep-cancel.h> for epoll_waitLuke Shumaker2017-11-152-0/+6
* ka_GE locale: Add “X” back to yesexpr.Mike FABIAN2017-11-152-1/+6
* az_IR locale: Add standard copyright headerMike FABIAN2017-11-152-13/+14
* malloc: Account for all heaps in an arena in malloc_info [BZ #22439]Florian Weimer2017-11-153-4/+22
* malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer2017-11-154-4/+124
* Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers2017-11-152-57/+202
* Fix string/tester.c build with GCC 8.Joseph Myers2017-11-142-2/+54
* Fix string/bug-strncat1.c build with GCC 8.Joseph Myers2017-11-142-0/+13
* Replaced unicode sequences in the ASCII printable rangeClaude Paroz2017-11-14300-15069/+11664
* support: Add <support/next_to_fault.h>Florian Weimer2017-11-135-56/+120
* Add missing ChangeLog sub-entriesFlorian Weimer2017-11-131-0/+3
* ld.so: Add architecture specific fieldsH.J. Lu2017-11-136-4/+21
* timezone: pacify GCC -Wstringop-truncationPaul Eggert2017-11-122-1/+8
* support: Add xstrndup, xunlink, xreadlink, support_create_temp_directoryFlorian Weimer2017-11-1211-5/+219
* Fix clog10_downward ulps on hppa.John David Anglin2017-11-112-2/+6
* resolv: More precise checks in res_hnok, res_dnok [BZ #22409] [BZ #22412]Florian Weimer2017-11-114-97/+157
* resolv: ns_name_pton should report trailing \ as error [BZ #22413]Florian Weimer2017-11-113-0/+18
* resolv: Add tst-ns_name_ptonFlorian Weimer2017-11-113-0/+211