Age | Commit message (Expand) | Author | Files | Lines |
2019-12-13 | powerpc64le: Require a compiler with -mno-gnu-attribute | Gabriel F. T. Gomes | 1 | -1/+1 |
2019-11-27 | Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304] | Florian Weimer | 1 | -0/+6 |
2019-11-27 | resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358] | Florian Weimer | 1 | -0/+9 |
2019-11-27 | Remove 32 bit sparc v7 support | Adhemerval Zanella | 1 | -0/+4 |
2019-11-21 | rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV... | Marcin KoĆcielnicki | 1 | -1/+5 |
2019-11-06 | Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139] | Talachan Mon | 1 | -0/+2 |
2019-11-04 | nptl: Fix niggles with pthread_clockjoin_np | Mike Crowe | 1 | -1/+1 |
2019-11-01 | nptl: Add pthread_clockjoin_np | Mike Crowe | 1 | -0/+4 |
2019-10-30 | Use clock_gettime to implement gettimeofday. | Adhemerval Zanella | 1 | -0/+13 |
2019-10-30 | Consolidate and deprecate ftime | Zack Weinberg | 1 | -0/+3 |
2019-10-30 | Use clock_settime to implement settimeofday. | Zack Weinberg | 1 | -0/+24 |
2019-10-30 | Use clock_settime to implement stime; withdraw stime. | Zack Weinberg | 1 | -0/+4 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -2/+2 |
2019-08-21 | Add tgmath.h macros for narrowing functions. | Joseph Myers | 1 | -0/+5 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 1 | -1/+6 |
2019-08-13 | Add feature test macro _ISOC2X_SOURCE. | Joseph Myers | 1 | -1/+6 |
2019-08-01 | Open master for 2.31 development.glibc-2.30.9000 | Carlos O'Donell | 1 | -0/+24 |
2019-08-01 | Update install and NEWS for 2.30 release. | Carlos O'Donell | 1 | -2/+103 |
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 |