Age | Commit message (Expand) | Author | Files | Lines |
2018-05-23 | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 2 | -9/+1 |
2018-05-23 | Implement allocate_once for atomic initialization with allocation | Florian Weimer | 1 | -0/+95 |
2018-05-11 | time: Use 64-bit time values for time zone parsing | Florian Weimer | 1 | -1/+5 |
2018-05-11 | sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166] | Florian Weimer | 2 | -0/+5 |
2018-05-09 | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers | 1 | -0/+47 |
2018-04-26 | Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766] | Tulio Magno Quites Machado Filho | 1 | -1/+22 |
2018-04-20 | Consolidate scandir{at}{64} implementation | Adhemerval Zanella | 1 | -10/+8 |
2018-04-20 | Revert "hurd: Fix mach installed headers test" | Samuel Thibault | 4 | -34/+0 |
2018-04-19 | hurd: Fix mach installed headers test | Samuel Thibault | 4 | -0/+8 |
2018-04-18 | hurd: Fix spurious installation of headers defining hidden prototypes | Samuel Thibault | 4 | -0/+26 |
2018-04-05 | Revert "hurd: Avoid PLTs for longjmp & siglongjmp" | Samuel Thibault | 1 | -2/+0 |
2018-04-05 | hurd: Avoid PLT for dirfd | Samuel Thibault | 1 | -0/+1 |
2018-04-04 | hurd: Avoid PLTs for longjmp & siglongjmp | Samuel Thibault | 1 | -0/+2 |
2018-04-03 | Revert parts of "hurd: Avoid more libc.so local PLTs" | Samuel Thibault | 1 | -3/+0 |
2018-04-03 | hurd: Avoid more libc.so local PLTs | Samuel Thibault | 1 | -0/+3 |
2018-03-25 | hurd: Fix accessing errno from rtld | Samuel Thibault | 1 | -1/+1 |
2018-03-15 | Add support for sqrt asm redirects | Wilco Dijkstra | 1 | -0/+15 |
2018-03-10 | Remove hidden __libc_longjmp | H.J. Lu | 1 | -1/+0 |
2018-03-05 | Define _DIRENT_MATCHES_DIRENT64 regardless | Adhemerval Zanella | 1 | -1/+1 |
2018-02-28 | Use libc_hidden_* for strtoumax (bug 15105). | Joseph Myers | 1 | -0/+6 |
2018-02-26 | Use libc_hidden_* for atoi (bug 15105). | Joseph Myers | 1 | -0/+2 |
2018-02-23 | Use libc_hidden_* for tolower, toupper (bug 15105). | Joseph Myers | 1 | -0/+3 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -8/+8 |
2018-02-21 | Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151... | Joseph Myers | 1 | -0/+9 |
2018-02-21 | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -1/+8 |
2018-02-21 | manual: Update _DEFAULT_SOURCE. [BZ #22862] | Rical Jasan | 1 | -1/+1 |
2018-02-21 | elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787] | Florian Weimer | 1 | -31/+0 |
2018-02-19 | Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -0/+8 |
2018-02-15 | Use libc_hidden_* for argz_next, __argz_next (bug 15105). | Joseph Myers | 1 | -0/+2 |
2018-02-15 | Use libc_hidden_* for __cmsg_nxthdr (bug 15105). | Joseph Myers | 1 | -0/+2 |
2018-02-15 | Use libc_hidden_* for fputs (bug 15105). | Joseph Myers | 1 | -0/+4 |
2018-02-15 | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -0/+10 |
2018-02-09 | Add build infrastructure for narrowing libm functions. | Joseph Myers | 1 | -0/+1 |
2018-02-07 | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 1 | -14/+14 |
2018-02-07 | Post-cleanup 1: move libio.h back out of bits/. | Zack Weinberg | 2 | -46/+1 |
2018-02-07 | Don't install libio.h or _G_config.h. | Zack Weinberg | 5 | -0/+9 |
2018-02-07 | Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -0/+51 |
2018-02-01 | Move fenv.h override inline functions to generic math_private.h. | Joseph Myers | 1 | -0/+15 |
2018-02-01 | Update for 2.27 releaseglibc-2.27 | Dmitry V. Levin | 1 | -1/+1 |
2018-01-29 | libnsl: Turn remaining symbols into compat symbols [BZ #22701] | Florian Weimer | 3 | -0/+9 |
2018-01-10 | hurd: Implement faccessat without AT_EACCESS flag | Samuel Thibault | 1 | -0/+3 |
2018-01-04 | elf: Support dlvsym within libc.so | Florian Weimer | 1 | -0/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 28 | -28/+28 |
2017-12-24 | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 1 | -1/+1 |
2017-11-28 | Properly compute offsets of note descriptor and next note [BZ #22370] | H.J. Lu | 1 | -2/+14 |
2017-11-23 | nss: Export nscd hash function as __nss_hash [BZ #22459] | Florian Weimer | 1 | -3/+11 |
2017-11-22 | Obsolete p_secstodate. | Joseph Myers | 1 | -1/+0 |
2017-11-21 | Remove attribute_hidden for wchar ifunc symbols. | Stefan Liebler | 1 | -7/+5 |
2017-11-13 | ld.so: Add architecture specific fields | H.J. Lu | 1 | -0/+2 |
2017-11-09 | Add jmp_buf-macros.h | H.J. Lu | 1 | -0/+34 |