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