Age | Commit message (Expand) | Author | Files | Lines |
2019-07-22 | Add NEWS entry about the new AArch64 IFUNC resolver call ABI | Szabolcs Nagy | 1 | -0/+4 |
2019-07-12 | Update NEWS for new _clockwait and _clocklock functions | Mike Crowe | 1 | -0/+9 |
2019-07-08 | NEWS: clarify copy_file_range | DJ Delorie | 1 | -3/+5 |
2019-06-28 | ld.so: Support moving versioned symbols between sonames [BZ #24741] | Florian Weimer | 1 | -0/+6 |
2019-06-28 | io: Remove copy_file_range emulation [BZ #24744] | Florian Weimer | 1 | -0/+8 |
2019-06-12 | Linux: Deprecate <sys/sysctl.h> and sysctl | Florian Weimer | 1 | -0/+5 |
2019-06-07 | Linux: Add getdents64 system call | Florian Weimer | 1 | -1/+1 |
2019-06-01 | arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support | Florian Weimer | 1 | -0/+3 |
2019-05-22 | Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*). | Zack Weinberg | 1 | -0/+4 |
2019-05-14 | Linux: Add the tgkill function | Florian Weimer | 1 | -1/+1 |
2019-05-13 | Bug 24535: Update to Unicode 12.1.0 | Mike FABIAN | 1 | -2/+2 |
2019-05-02 | misc: Add twalk_r function | Florian Weimer | 1 | -0/+4 |
2019-04-25 | Extend BIND_NOW to installed programs with --enable-bind-now | Florian Weimer | 1 | -0/+3 |
2019-04-21 | Fix NEWS entry from 9bf8e29ca136 | Adhemerval Zanella | 1 | -6/+6 |
2019-04-18 | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 1 | -0/+6 |
2019-04-08 | resolv: Remove RES_INSECURE1, RES_INSECURE2 | Florian Weimer | 1 | -0/+3 |
2019-04-08 | resolv: Remove support for RES_USE_INET6 and the inet6 option | Florian Weimer | 1 | -0/+3 |
2019-04-02 | ja_JP locale: Add entry for the new Japanese era [BZ #22964] | TAMUKI Shoichi | 1 | -0/+2 |
2019-04-02 | NEWS: Mention Minguo calendar support added [BZ #24293] | TAMUKI Shoichi | 1 | -0/+4 |
2019-03-16 | Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114] | Aurelien Jarno | 1 | -0/+4 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 1 | -0/+3 |
2019-03-08 | Bug 24307: Update to Unicode 12.0.0 | Mike FABIAN | 1 | -0/+4 |
2019-02-08 | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer | 1 | -0/+2 |
2019-02-08 | rt: Turn forwards from librt to libc into compat symbols [BZ #24194] | Florian Weimer | 1 | -1/+5 |
2019-02-04 | x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155] | H.J. Lu | 1 | -1/+7 |
2019-02-04 | elf: Implement --preload option for the dynamic linker | David Newall | 1 | -1/+2 |
2019-02-01 | Require GCC 6.2 or later to build glibc. | Joseph Myers | 1 | -1/+4 |
2019-01-31 | Open master for 2.30 developmentglibc-2.29.9000 | Siddhesh Poyarekar | 1 | -0/+24 |
2019-01-31 | Prepare for 2.29 release | Siddhesh Poyarekar | 1 | -2/+130 |
2019-01-24 | strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096] | TAMUKI Shoichi | 1 | -0/+4 |
2019-01-24 | strftime: Set the default width of "%Ey" to 2 [BZ #23758] | TAMUKI Shoichi | 1 | -0/+8 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 1 | -0/+4 |
2019-01-21 | x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097] | H.J. Lu | 1 | -0/+6 |
2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 1 | -0/+17 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-28 | NEWS: Fix another typo ("multithread..." -> "multi-threaded..."). | Rafal Luzynski | 1 | -1/+1 |
2018-12-28 | NEWS: Fix a minor typo ("incosistent" -> "inconsistent"). | Rafal Luzynski | 1 | -1/+1 |
2018-12-21 | Require GCC 5 or later to build glibc (bug 23993). | Joseph Myers | 1 | -0/+6 |
2018-12-21 | Add C-SKY port | Mao Han | 1 | -0/+6 |
2018-12-07 | Add getcpu | H.J. Lu | 1 | -0/+3 |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 1 | -4/+6 |
2018-11-30 | posix: Use posix_spawn on popen | Adhemerval Zanella | 1 | -0/+6 |
2018-11-27 | CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927] | Florian Weimer | 1 | -1/+3 |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 1 | -0/+5 |
2018-10-29 | Patch to require Python 3.4 or later to build glibc. | Joseph Myers | 1 | -1/+1 |
2018-10-24 | Use gen-libm-test.py to generate ulps table for manual. | Joseph Myers | 1 | -1/+1 |
2018-09-21 | powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC | Adhemerval Zanella | 1 | -0/+9 |
2018-09-19 | Add new pow implementation | Szabolcs Nagy | 1 | -1/+1 |
2018-09-14 | Fix MIPS n32 pr_sigpend, pr_sighold, pr_flag type (bug 23656). | Joseph Myers | 1 | -0/+6 |