Age | Commit message (Expand) | Author | Files | Lines |
2021-09-24 | Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ | Joseph Myers | 1 | -0/+3 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 1 | -0/+3 |
2021-09-19 | Extend struct r_debug to support multiple namespaces [BZ #15971] | H.J. Lu | 1 | -1/+10 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 1 | -0/+7 |
2021-09-06 | Add generic C.UTF-8 locale (Bug 17318) | Carlos O'Donell | 1 | -1/+9 |
2021-08-01 | Open master branch for glibc 2.35 developmentglibc-2.34.9000 | Carlos O'Donell | 1 | -0/+24 |
2021-08-01 | Update NEWS. | Carlos O'Donell | 1 | -4/+172 |
2021-08-01 | NEWS: Fix typos, grammar, and missing words | Mark Harris | 1 | -12/+13 |
2021-07-22 | Remove malloc hooks [BZ #23328] | Siddhesh Poyarekar | 1 | -0/+10 |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 1 | -0/+5 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -0/+6 |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar | 1 | -0/+5 |
2021-07-19 | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer | 1 | -0/+14 |
2021-07-09 | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 1 | -2/+6 |
2021-07-08 | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 1 | -0/+5 |
2021-07-08 | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 1 | -0/+4 |
2021-07-08 | linux: Add close_range | Adhemerval Zanella | 1 | -0/+3 |
2021-07-03 | mtrace: Deprecate mallwatch and tr_break | Siddhesh Poyarekar | 1 | -0/+4 |
2021-06-28 | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 1 | -0/+8 |
2021-06-28 | nptl: Add glibc.pthread.stack_cache_size tunable | Florian Weimer | 1 | -0/+3 |
2021-06-28 | Install shared objects under their ABI names | Florian Weimer | 1 | -0/+8 |
2021-06-24 | * NEWS: Clarify _TIME_BITS change. | Paul Eggert | 1 | -1/+3 |
2021-06-23 | nptl: Use SA_RESTART for SIGCANCEL handler | Adhemerval Zanella | 1 | -0/+8 |
2021-06-23 | doc: _TIME_BITS defaults may change | Paul Eggert | 1 | -1/+1 |
2021-06-23 | Add NEWS item for gconv-modules.d change | Siddhesh Poyarekar | 1 | -0/+8 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 1 | -0/+5 |
2021-06-10 | Add build option to disable usage of scv on powerpc | Matheus Castanho | 1 | -0/+3 |
2021-06-01 | Use __pthread_attr_copy in mq_notify (bug 27896) | Andreas Schwab | 1 | -0/+4 |
2021-06-01 | Update floating-point feature test macro handling for C2X | Joseph Myers | 1 | -0/+6 |
2021-05-17 | Add C2X timespec_getres | Joseph Myers | 1 | -0/+2 |
2021-05-03 | linux: Add execveat system call wrapper | Alexandra Hájková | 1 | -0/+5 |
2021-05-03 | nptl: Move pthread_yield into libc, as a compatibility symbol | Florian Weimer | 1 | -0/+3 |
2021-04-23 | nptl: Move pthread_mutexattr_setrobust into libc | Florian Weimer | 1 | -0/+4 |
2021-04-23 | nptl: Move pthread_mutexattr_getrobust into libc | Florian Weimer | 1 | -0/+4 |
2021-04-21 | nptl: Move pthread_mutex_consistent into libc | Florian Weimer | 1 | -1/+3 |
2021-03-09 | NEWS: Add entry for CVE-2021-27645 | DJ Delorie | 1 | -1/+4 |
2021-03-02 | ld.so: Implement the --list-diagnostics option | Florian Weimer | 1 | -0/+4 |
2021-02-23 | NEWS: Add missing bug closures | Samuel Thibault | 1 | -5/+6 |
2021-02-08 | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 1 | -1/+4 |
2021-02-01 | Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS | H.J. Lu | 1 | -6/+4 |
2021-02-01 | sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] | H.J. Lu | 1 | -0/+5 |
2021-02-01 | Open master branch for glibc 2.34 developmentglibc-2.33.9000 | Adhemerval Zanella | 1 | -0/+24 |
2021-02-01 | Update NEWS with bugs | Adhemerval Zanella | 1 | -2/+118 |
2021-01-29 | NEWS: Fix typo in CVE-2021-3326 entry | Florian Weimer | 1 | -1/+1 |
2021-01-29 | NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) | Florian Weimer | 1 | -0/+6 |
2021-01-29 | NEWS: Add entry for glibc-hwcaps and deprecate legacy hwcaps | Florian Weimer | 1 | -0/+21 |
2021-01-15 | ld.so: Add --list-tunables to print tunable values | H.J. Lu | 1 | -0/+4 |
2021-01-08 | Update NEWS for CVE-2019-25013. | Siddhesh Poyarekar | 1 | -0/+3 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 1 | -3/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |