| Commit message (Expand) | Author | Age | Files | Lines |
* | stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) | Adhemerval Zanella Netto | 2022-07-22 | 1 | -0/+3 |
* | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef. | Tom Honermann | 2022-07-06 | 1 | -0/+2 |
* | elf: Remove __libc_init_secure | Fangrui Song | 2022-04-19 | 1 | -4/+0 |
* | posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio... | Adhemerval Zanella | 2022-02-02 | 1 | -2/+1 |
* | Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) | Florian Weimer | 2022-01-27 | 1 | -0/+1 |
* | hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist | Adhemerval Zanella | 2022-01-26 | 1 | -0/+2 |
* | htl: Hide __pthread_attr's __schedparam type [BZ #23088] | Samuel Thibault | 2022-01-15 | 1 | -70/+0 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 21 | -21/+21 |
* | hurd: Bump BRK_START to 0x20000000 | Samuel Thibault | 2021-12-31 | 1 | -1/+1 |
* | elf: Add _dl_find_object function | Florian Weimer | 2021-12-28 | 1 | -0/+1 |
* | hurd: Fix static-PIE startup | Samuel Thibault | 2021-12-28 | 1 | -1/+1 |
* | hurd: let csu initialize tls | Samuel Thibault | 2021-12-28 | 1 | -3/+0 |
* | hurd: Fix XFAIL-ing mallocfork2 tests | Samuel Thibault | 2021-12-27 | 1 | -4/+10 |
* | hurd: XFAIL more tests that require setpshared support | Samuel Thibault | 2021-12-27 | 1 | -0/+2 |
* | math: Remove the error handling wrapper from hypot and hypotf | Adhemerval Zanella | 2021-12-13 | 1 | -0/+2 |
* | setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym | Adhemerval Zanella | 2021-11-22 | 1 | -6/+0 |
* | Fix build a chec failures after b05fae4d8e34 | Adhemerval Zanella | 2021-11-09 | 1 | -1/+0 |
* | hurd: Implement close_range and closefrom | Sergey Bugaev | 2021-11-07 | 1 | -0/+1 |
* | String: Add support for __memcmpeq() ABI on all targets | Noah Goldstein | 2021-10-26 | 1 | -0/+1 |
* | hurd: Fix intr-msg parameter/stack kludge | Samuel Thibault | 2021-10-18 | 1 | -10/+39 |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 1 | -0/+64 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 1 | -0/+13 |
* | elf: Remove THREAD_GSCOPE_IN_TCB | Sergey Bugaev | 2021-09-16 | 1 | -2/+0 |
* | htl: Reimplement GSCOPE | Sergey Bugaev | 2021-09-16 | 1 | -0/+21 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 1 | -0/+13 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 4 | -4/+0 |
* | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar | 2021-07-22 | 2 | -2/+2 |
* | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 1 | -0/+7 |
* | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 2 | -1/+2 |
* | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 2021-07-22 | 1 | -0/+8 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 1 | -0/+9 |
* | resolv: Move res_query functions into libc | Florian Weimer | 2021-07-19 | 2 | -6/+12 |
* | resolv: Move res_mkquery, res_nmkquery into libc | Florian Weimer | 2021-07-19 | 2 | -2/+4 |
* | resolv: Move res_send, res_nsend into libc | Florian Weimer | 2021-07-19 | 2 | -2/+4 |
* | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 2021-07-19 | 2 | -4/+8 |
* | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 2021-07-19 | 2 | -1/+2 |
* | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer | 2021-07-15 | 2 | -1/+2 |
* | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer | 2021-07-15 | 2 | -1/+2 |
* | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 2021-07-08 | 1 | -0/+1 |
* | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 2021-07-08 | 1 | -0/+1 |
* | login: Move libutil into libc | Florian Weimer | 2021-06-30 | 2 | -6/+13 |
* | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 2021-06-28 | 1 | -0/+1 |
* | rt: Move shm_unlink into libc | Florian Weimer | 2021-06-21 | 2 | -1/+2 |