Age | Commit message (Expand) | Author | Files | Lines |
2021-06-27 | math: redirect roundeven function | Shen-Ta Hsieh | 1 | -1/+1 |
2021-06-25 | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 1 | -6/+6 |
2021-06-25 | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 1 | -3/+9 |
2021-06-25 | Linux: Move mq_notify from librt to libc | Florian Weimer | 2 | -0/+7 |
2021-06-25 | Linux: Move mq_setattr from librt to libc | Florian Weimer | 1 | -0/+7 |
2021-06-25 | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 1 | -0/+4 |
2021-06-24 | posix: Consolidate fork implementation | Adhemerval Zanella | 1 | -0/+2 |
2021-06-22 | linux: Only use 64-bit syscall if required for select | Adhemerval Zanella | 1 | -0/+5 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 2 | -4/+4 |
2021-06-22 | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 1 | -0/+2 |
2021-06-15 | io: Add ftw64 with 64-bit time_t support | Adhemerval Zanella | 1 | -0/+18 |
2021-06-15 | io: Add fts64 with 64-bit time_t support | Adhemerval Zanella | 1 | -0/+51 |
2021-06-15 | posix: Add glob64 with 64-bit time_t support | Adhemerval Zanella | 1 | -0/+28 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 2 | -0/+3 |
2021-06-15 | time: Add 64-bit time support for getdate | Adhemerval Zanella | 2 | -3/+11 |
2021-06-15 | linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS} | Adhemerval Zanella | 1 | -0/+5 |
2021-06-09 | nptl: Implement raise in terms of pthread_kill | Adhemerval Zanella | 1 | -0/+5 |
2021-06-03 | dlfcn: Rework static dlopen hooks | Florian Weimer | 1 | -17/+14 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -18/+0 |
2021-06-03 | dlfcn: Move dlopen into libc | Florian Weimer | 1 | -2/+1 |
2021-06-03 | dlfcn: Move dlvsym into libc | Florian Weimer | 1 | -3/+3 |
2021-06-03 | dlfcn: Move dlinfo into libc | Florian Weimer | 1 | -1/+1 |
2021-06-03 | dlfcn: Move dladdr1 into libc | Florian Weimer | 1 | -2/+1 |
2021-06-03 | dlfcn: Move dlmopen into libc | Florian Weimer | 1 | -6/+6 |
2021-06-03 | dlfcn: Move dlsym into libc | Florian Weimer | 1 | -2/+2 |
2021-06-03 | dlfcn: Move dladdr into libc | Florian Weimer | 1 | -2/+1 |
2021-06-03 | dlfcn: Move dlclose into libc | Florian Weimer | 1 | -2/+5 |
2021-06-02 | dlfcn: Move dlerror into libc | Florian Weimer | 1 | -5/+3 |
2021-06-01 | Update floating-point feature test macro handling for C2X | Joseph Myers | 1 | -0/+2 |
2021-05-22 | Add cast_to_pointer to cast an integer to void * pointer | H.J. Lu | 1 | -0/+3 |
2021-05-21 | nptl: Move pthread_create, thrd_create into libc | Florian Weimer | 1 | -1/+5 |
2021-05-18 | hurd: Add execveat | Samuel Thibault | 1 | -0/+2 |
2021-05-17 | Add C2X timespec_getres | Joseph Myers | 1 | -0/+6 |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 1 | -4/+4 |
2021-05-07 | linux: implement ttyname as a wrapper around ttyname_r. | Érico Nogueira | 1 | -2/+2 |
2021-05-07 | linux: Use sched_getaffinity for __get_nprocs (BZ #27645) | Adhemerval Zanella | 1 | -0/+8 |
2021-05-06 | nptl: Move pthread_barrier_init into libc | Florian Weimer | 1 | -0/+3 |
2021-05-05 | nptl: Move sem_close, sem_open into libc | Florian Weimer | 2 | -0/+2 |
2021-04-21 | dlfcn: dlerror needs to call free from the base namespace [BZ #24773] | Florian Weimer | 1 | -2/+0 |
2021-04-21 | nptl: Move __pthread_unwind_next into libc | Florian Weimer | 1 | -2/+2 |
2021-04-16 | Set the retain attribute on _elf_set_element if CC supports [BZ #27492] | Fangrui Song | 1 | -4/+10 |
2021-04-12 | linux: Normalize and return timeout on select (BZ #27651) | Adhemerval Zanella | 1 | -0/+5 |
2021-03-26 | nptl: Remove pwrite from libpthread | Adhemerval Zanella | 1 | -1/+1 |
2021-03-26 | nptl: Remove pread from libpthread | Adhemerval Zanella | 1 | -1/+1 |
2021-03-26 | nptl: Remove lseek from libpthread | Adhemerval Zanella | 1 | -2/+1 |
2021-03-26 | Add OTHER_SHLIB_COMPAT | Adhemerval Zanella | 1 | -0/+9 |
2021-03-26 | malloc: Move MTAG_MMAP_FLAGS definition | Szabolcs Nagy | 1 | -7/+0 |
2021-03-25 | Support for multiple versions in versioned_symbol, compat_symbol | Florian Weimer | 2 | -45/+42 |
2021-03-25 | Change how the symbol_version_reference macro is defined | Florian Weimer | 2 | -13/+6 |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella | 1 | -0/+63 |