| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 1 | -0/+64 |
* | misc: Add __get_nprocs_sched | Adhemerval Zanella | 2021-09-27 | 1 | -0/+6 |
* | htl: make pthread_sigstate read/write set/oset outside sigstate section | Samuel Thibault | 2021-09-26 | 1 | -5/+11 |
* | 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 | 2 | -20/+21 |
* | htl: Move thread table to ld.so | Sergey Bugaev | 2021-09-16 | 3 | -3/+3 |
* | mach lll_lock/unlock: Explicitly request private locking | Samuel Thibault | 2021-09-15 | 1 | -2/+2 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 1 | -0/+13 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 9 | -9/+0 |
* | hurd msync: Drop bogus test | Samuel Thibault | 2021-08-31 | 1 | -3/+0 |
* | hurd: Fix typo in msync | Samuel Thibault | 2021-08-31 | 1 | -1/+1 |
* | hurd: Remove old test-err_np.c file | Samuel Thibault | 2021-08-23 | 1 | -4/+0 |
* | hurd: Drop fmh kludge | Samuel Thibault | 2021-08-16 | 1 | -35/+0 |
* | hurd mmap: Reduce the requested max vmprot | Sergey Bugaev | 2021-08-11 | 1 | -4/+18 |
* | hurd mmap: Factorize MAP_SHARED flag check | Sergey Bugaev | 2021-08-11 | 1 | -12/+10 |
* | hurd: _Fork: unlock malloc before calling fork child hooks | Samuel Thibault | 2021-07-27 | 1 | -0/+1 |
* | 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 | 2 | -0/+10 |
* | hurd: Add support for spawn_do_closefrom | Samuel Thibault | 2021-07-19 | 2 | -1/+38 |
* | 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 |
* | socket: Add hidden prototype for setsockopt | Florian Weimer | 2021-07-15 | 1 | -1/+1 |
* | htl: Let libc call __pthread_mutex_{,try,un}lock | Samuel Thibault | 2021-07-13 | 3 | -0/+3 |
* | hurd _Fork: Drop duplicate malloc_fork_lock calls | Samuel Thibault | 2021-07-11 | 1 | -3/+0 |
* | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 2021-07-08 | 2 | -0/+5 |
* | 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 |
* | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt | Florian Weimer | 2021-06-30 | 1 | -0/+1 |
* | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 2021-06-28 | 1 | -0/+1 |
* | posix: Consolidate fork implementation | Adhemerval Zanella | 2021-06-24 | 1 | -19/+2 |
* | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 2021-06-22 | 2 | -0/+2 |
* | rt: Move shm_unlink into libc | Florian Weimer | 2021-06-21 | 2 | -1/+2 |
* | rt: Move shm_open into libc | Florian Weimer | 2021-06-21 | 2 | -1/+2 |
* | configure: Replaced obsolete AC_TRY_COMPILE | Naohiro Tamura | 2021-06-04 | 4 | -49/+12 |