aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella
2021-06-15linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer
2021-06-02dlfcn: Move dlerror into libcFlorian Weimer
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers
2021-05-22Add cast_to_pointer to cast an integer to void * pointerH.J. Lu
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-18hurd: Add execveatSamuel Thibault
2021-05-17Add C2X timespec_getresJoseph Myers
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella
2021-05-06nptl: Move pthread_barrier_init into libcFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26Add OTHER_SHLIB_COMPATAdhemerval Zanella
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-09<shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer