| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | resolv: Move ns_name_pton into its own file and into libc |  Florian Weimer | 2021-07-19 | 1 | -1/+2 |
| * | resolv: Move ns_name_uncompress into its own file and into libc |  Florian Weimer | 2021-07-19 | 1 | -1/+2 |
| * | resolv: Move ns_name_skip to its own file and into libc (bug 28091) |  Florian Weimer | 2021-07-19 | 1 | -1/+2 |
| * | resolv: Move ns_name_unpack to its own file and into libc |  Florian Weimer | 2021-07-15 | 1 | -1/+2 |
| * | resolv: Move ns_name_ntop to its own file and into libc |  Florian Weimer | 2021-07-15 | 1 | -1/+3 |
| * | socket: Add hidden prototype for setsockopt |  Florian Weimer | 2021-07-15 | 1 | -1/+2 |
| * | Add an internal wrapper for clone, clone2 and clone3 |  H.J. Lu | 2021-07-14 | 1 | -0/+16 |
| * | Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN |  Florian Weimer | 2021-07-12 | 1 | -7/+0 |
| * | Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN) |  H.J. Lu | 2021-07-09 | 2 | -9/+16 |
| * | Force building with -fno-common |  Florian Weimer | 2021-07-09 | 1 | -5/+1 |
| * | posix: Add posix_spawn_file_actions_addclosefrom_np |  Adhemerval Zanella | 2021-07-08 | 1 | -1/+1 |
| * | io: Add closefrom [BZ #10353] |  Adhemerval Zanella | 2021-07-08 | 1 | -0/+1 |
| * | linux: Add close_range |  Adhemerval Zanella | 2021-07-08 | 1 | -0/+6 |
| * | nss: Access nss_files through direct references |  Florian Weimer | 2021-07-07 | 1 | -0/+10 |
| * | nss_files: Move into libc |  Florian Weimer | 2021-07-07 | 3 | -29/+6 |
| * | nss_files: Add generic code for set*ent, end*ent and file open |  Florian Weimer | 2021-07-07 | 1 | -0/+60 |
| * | libio: Replace internal _IO_getdelim symbol with __getdelim |  Florian Weimer | 2021-07-07 | 1 | -0/+1 |
| * | libio: Add hidden prototype for ungetc |  Florian Weimer | 2021-07-07 | 1 | -0/+1 |
| * | inet: Add hidden prototype for __inet_network |  Florian Weimer | 2021-07-07 | 1 | -0/+2 |
| * | elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols |  Florian Weimer | 2021-07-07 | 1 | -16/+14 |
| * | resolv: Move libanl into libc (if libpthread is in libc) |  Florian Weimer | 2021-07-02 | 1 | -0/+4 |
| * | Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit. |  Stefan Liebler | 2021-07-01 | 1 | -0/+1 |
| * | login: Move libutil into libc |  Florian Weimer | 2021-06-30 | 2 | -2/+6 |
| * | login: Rework hidden prototypes for __setutent, __utmpname, __endutent |  Florian Weimer | 2021-06-30 | 1 | -3/+6 |
| * | login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt |  Florian Weimer | 2021-06-30 | 1 | -0/+6 |
| * | Linux: Move timer_settime, __timer_settime64 from librt to libc |  Florian Weimer | 2021-06-28 | 1 | -1/+5 |
| * | Linux: Move timer_gettime, __timer_gettime64 from librt to libc |  Florian Weimer | 2021-06-28 | 1 | -1/+5 |
| * | math: redirect roundeven function |  Shen-Ta Hsieh | 2021-06-27 | 1 | -1/+1 |
| * | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc |  Florian Weimer | 2021-06-25 | 1 | -6/+6 |
| * | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc |  Florian Weimer | 2021-06-25 | 1 | -3/+9 |
| * | Linux: Move mq_notify from librt to libc |  Florian Weimer | 2021-06-25 | 2 | -0/+7 |
| * | Linux: Move mq_setattr from librt to libc |  Florian Weimer | 2021-06-25 | 1 | -0/+7 |
| * | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc |  Florian Weimer | 2021-06-25 | 1 | -0/+4 |
| * | posix: Consolidate fork implementation |  Adhemerval Zanella | 2021-06-24 | 1 | -0/+2 |
| * | linux: Only use 64-bit syscall if required for select |  Adhemerval Zanella | 2021-06-22 | 1 | -0/+5 |
| * | Use 64 bit time_t stat internally |  Adhemerval Zanella | 2021-06-22 | 2 | -4/+4 |
| * | Add hidden prototypes for fsync, fdatasync |  Florian Weimer | 2021-06-22 | 1 | -0/+2 |
| * | io: Add ftw64 with 64-bit time_t support |  Adhemerval Zanella | 2021-06-15 | 1 | -0/+18 |
| * | io: Add fts64 with 64-bit time_t support |  Adhemerval Zanella | 2021-06-15 | 1 | -0/+51 |
| * | posix: Add glob64 with 64-bit time_t support |  Adhemerval Zanella | 2021-06-15 | 1 | -0/+28 |
| * | y2038: Add support for 64-bit time on legacy ABIs |  Adhemerval Zanella | 2021-06-15 | 2 | -0/+3 |
| * | time: Add 64-bit time support for getdate |  Adhemerval Zanella | 2021-06-15 | 2 | -3/+11 |
| * | linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} |  Adhemerval Zanella | 2021-06-15 | 1 | -0/+5 |
| * | nptl: Implement raise in terms of pthread_kill |  Adhemerval Zanella | 2021-06-09 | 1 | -0/+5 |
| * | dlfcn: Rework static dlopen hooks |  Florian Weimer | 2021-06-03 | 1 | -17/+14 |
| * | dlfcn: Cleanups after -ldl is no longer required |  Florian Weimer | 2021-06-03 | 1 | -18/+0 |
| * | dlfcn: Move dlopen into libc |  Florian Weimer | 2021-06-03 | 1 | -2/+1 |
| * | dlfcn: Move dlvsym into libc |  Florian Weimer | 2021-06-03 | 1 | -3/+3 |
| * | dlfcn: Move dlinfo into libc |  Florian Weimer | 2021-06-03 | 1 | -1/+1 |
| * | dlfcn: Move dladdr1 into libc |  Florian Weimer | 2021-06-03 | 1 | -2/+1 |