| Commit message (Expand) | Author | Age | Files | Lines |
* | mtrace: Wean away from malloc hooks | Siddhesh Poyarekar | 2021-07-22 | 7 | -3/+8 |
* | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar | 2021-07-22 | 4 | -0/+32 |
* | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 2021-07-22 | 4 | -0/+36 |
* | socket: Add time64 alias for sendmsg | Florian Weimer | 2021-07-21 | 2 | -0/+2 |
* | socket: Add time64 alias for recvmsg | Florian Weimer | 2021-07-21 | 2 | -0/+2 |
* | socket: Add time64 alias for sendmmsg | Florian Weimer | 2021-07-21 | 2 | -0/+2 |
* | Linux: Add time64 alias for prctl | Florian Weimer | 2021-07-21 | 2 | -0/+2 |
* | io: Add time64 alias for fcntl | Florian Weimer | 2021-07-21 | 2 | -0/+2 |
* | misc: Add time64 alias for ioctl | Florian Weimer | 2021-07-21 | 3 | -0/+5 |
* | resolv: Move res_query functions into libc | Florian Weimer | 2021-07-19 | 7 | -21/+54 |
* | resolv: Move res_mkquery, res_nmkquery into libc | Florian Weimer | 2021-07-19 | 7 | -7/+18 |
* | resolv: Move res_send, res_nsend into libc | Florian Weimer | 2021-07-19 | 7 | -6/+16 |
* | resolv: Rename res_comp.c to res-name-checking.c and move into libc | Florian Weimer | 2021-07-19 | 7 | -12/+32 |
* | resolv: Move dn_skipname to its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move dn_comp to its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move dn_expand to its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -4/+10 |
* | resolv: Move ns_name_compress into its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move ns_name_pack into its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move ns_name_pton into its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move ns_name_uncompress into its own file and into libc | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move ns_name_skip to its own file and into libc (bug 28091) | Florian Weimer | 2021-07-19 | 7 | -3/+8 |
* | resolv: Move ns_name_unpack to its own file and into libc | Florian Weimer | 2021-07-15 | 7 | -3/+8 |
* | resolv: Move ns_name_ntop to its own file and into libc | Florian Weimer | 2021-07-15 | 7 | -3/+8 |
* | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) | H.J. Lu | 2021-07-09 | 2 | -100/+21 |
* | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 2021-07-08 | 4 | -0/+4 |
* | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 2021-07-08 | 4 | -0/+4 |
* | linux: Add close_range | Adhemerval Zanella | 2021-07-08 | 4 | -0/+4 |
* | nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlock | Florian Weimer | 2021-07-07 | 4 | -8/+0 |
* | linux: Consolidate Linux setsockopt implementation | Adhemerval Zanella | 2021-07-06 | 1 | -1/+0 |
* | linux: Consolidate Linux getsockopt implementation | Adhemerval Zanella | 2021-07-06 | 1 | -1/+0 |
* | resolv: Move libanl into libc (if libpthread is in libc) | Florian Weimer | 2021-07-02 | 7 | -13/+37 |
* | Update syscall lists for Linux 5.13 | Joseph Myers | 2021-07-01 | 2 | -0/+6 |
* | login: Move libutil into libc | Florian Weimer | 2021-06-30 | 7 | -18/+51 |
* | posix: Add _Fork [BZ #4737] | Adhemerval Zanella | 2021-06-28 | 4 | -0/+4 |
* | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer | 2021-06-28 | 9 | -13/+15 |
* | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer | 2021-06-28 | 9 | -7/+11 |
* | Linux: Move timer_getoverrun from librt to libc | Florian Weimer | 2021-06-28 | 9 | -6/+10 |
* | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer | 2021-06-28 | 10 | -11/+19 |
* | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer | 2021-06-28 | 1 | -0/+19 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 7 | -3/+10 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 7 | -7/+18 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 7 | -7/+18 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 7 | -6/+18 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 7 | -3/+8 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 7 | -3/+8 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 7 | -3/+8 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 7 | -3/+8 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 7 | -10/+25 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 7 | -6/+16 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 7 | -7/+18 |