| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a C.UTF-8 localegentoo/2.27 | Mike FABIAN | 2018-11-15 | 2 | -0/+239 |
* | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler | 2018-10-21 | 17 | -50/+386 |
* | Fix misreported errno on preadv2/pwritev2 (BZ#23579) | Adhemerval Zanella | 2018-10-21 | 9 | -7/+85 |
* | preadv2/pwritev2: Handle offset == -1 [BZ #22753] | Florian Weimer | 2018-10-21 | 14 | -15/+105 |
* | Fix segfault in maybe_script_execute. | Stefan Liebler | 2018-09-12 | 2 | -1/+6 |
* | pthread_cond_broadcast: Fix waiters-after-spinning case [BZ #23538] | Martin Kuchta | 2018-09-12 | 3 | -2/+15 |
* | x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]gentoo/glibc-2.27-3 | H.J. Lu | 2018-08-04 | 4 | -10/+30 |
* | x86: Correct index_cpu_LZCNT [BZ #23456] | H.J. Lu | 2018-08-04 | 3 | -1/+8 |
* | NEWS: Mention bug 22996. | Rafal Luzynski | 2018-08-04 | 1 | -0/+1 |
* | regexec: Fix off-by-one bug in weight comparison [BZ #23036] | Florian Weimer | 2018-08-04 | 3 | -23/+28 |
* | es_BO locale: Change LC_PAPER to en_US (bug 22996). | Sylvain Lesage | 2018-08-04 | 2 | -1/+6 |
* | conform/conformtest.pl: Escape literal braces in regular expressions | Florian Weimer | 2018-08-04 | 2 | -13/+18 |
* | math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253] | Florian Weimer | 2018-08-04 | 5 | -36/+81 |
* | stdio-common/tst-printf.c: Remove part under a non-free license [BZ #23363] | Florian Weimer | 2018-08-04 | 5 | -123/+10 |
* | libio: Add tst-vtables, tst-vtables-interposed | Florian Weimer | 2018-08-04 | 5 | -0/+588 |
* | Synchronize support/ infrastructure with master | Florian Weimer | 2018-08-04 | 17 | -4/+628 |
* | libio: Disable vtable validation in case of interposition [BZ #23313] | Florian Weimer | 2018-08-04 | 3 | -0/+22 |
* | getifaddrs: Don't return ifa entries with NULL names [BZ #21812] | Daniel Alvarez | 2018-08-04 | 3 | -0/+16 |
* | Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349] | Florian Weimer | 2018-08-04 | 3 | -2/+10 |
* | Fix parameter type in C++ version of iseqsig (bug 23171) | Gabriel F. T. Gomes | 2018-08-04 | 3 | -1/+8 |
* | Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259). | Carlos O'Donell | 2018-08-04 | 5 | -93/+169 |
* | x86: Make strncmp usable from rtld | Florian Weimer | 2018-08-04 | 3 | -5/+16 |
* | math: Update i686 ulps | Florian Weimer | 2018-08-04 | 3 | -574/+610 |
* | Mention BZ#23264 in NEWS | Adhemerval Zanella | 2018-08-04 | 2 | -0/+2 |
* | posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B... | Adhemerval Zanella | 2018-08-04 | 8 | -11/+175 |
* | libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] | Florian Weimer | 2018-08-04 | 9 | -32/+50 |
* | Gentoo: force -O0 in conform tests to survive $CC changes | Sergei Trofimovich | 2018-07-04 | 2 | -3/+6 |
* | NEWS: Move security-lated changes before bug list | Florian Weimer | 2018-05-25 | 1 | -13/+13 |
* | Add references to CVE-2018-11236, CVE-2017-18269 | Florian Weimer | 2018-05-25 | 2 | -0/+9 |
* | Add a test case for [BZ #23196] | H.J. Lu | 2018-05-25 | 2 | -0/+53 |
* | Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196) | Andreas Schwab | 2018-05-25 | 4 | -2/+20 |
* | sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]gentoo/glibc-2.27-2 | Florian Weimer | 2018-05-20 | 6 | -8/+38 |
* | gd_GB: Fix typo in abbreviated "May" (bug 23152). | Rafal Luzynski | 2018-05-20 | 3 | -2/+9 |
* | NEWS: add entries for bugs 17343, 20419, 22644, 22786, 22884, 22947, 23005, 2... | Dmitry V. Levin | 2018-05-20 | 1 | -0/+13 |
* | Fix path length overflow in realpath [BZ #22786] | Paul Pluzhnikov | 2018-05-20 | 4 | -2/+100 |
* | Fix stack overflow with huge PT_NOTE segment [BZ #20419] | Paul Pluzhnikov | 2018-05-20 | 5 | -4/+85 |
* | Fix blocking pthread_join. [BZ #23137] | Stefan Liebler | 2018-05-20 | 2 | -5/+14 |
* | Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h. | Joseph Myers | 2018-05-20 | 11 | -8/+76 |
* | resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037] | Florian Weimer | 2018-05-20 | 2 | -19/+27 |
* | manual: Various fixes to the mbstouwcs example, and mbrtowc update | Florian Weimer | 2018-05-20 | 3 | -43/+92 |
* | manual: Move mbstouwcs to an example C file | Florian Weimer | 2018-05-20 | 3 | -22/+34 |
* | Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947] | H.J. Lu | 2018-05-20 | 5 | -1/+19 |
* | getlogin_r: return early when linux sentinel value is set | Jesse Hathaway | 2018-05-20 | 2 | -0/+14 |
* | Fix crash in resolver on memory allocation failure (bug 23005) | Andreas Schwab | 2018-05-20 | 2 | -0/+11 |
* | Fix signed integer overflow in random_r (bug 17343). | Joseph Myers | 2018-05-20 | 2 | -5/+10 |
* | Add tst-sigaction.c to test BZ #23069 | Aurelien Jarno | 2018-05-06 | 3 | -1/+62 |
* | RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069] | Aurelien Jarno | 2018-05-06 | 2 | -0/+12 |
* | Linux i386: tst-bz21269 triggers SIGBUS on some kernels | Florian Weimer | 2018-05-06 | 2 | -0/+7 |
* | Fix i386 memmove issue (bug 22644). | Andrew Senkevich | 2018-05-06 | 3 | -6/+72 |
* | Update ChangeLog for BZ 22884 - riscv fmax/fmin | DJ Delorie | 2018-05-06 | 1 | -0/+1 |