about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-252-0/+7
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-251-0/+7
* Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer2021-06-251-0/+4
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-241-0/+2
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-221-0/+5
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-222-4/+4
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-221-0/+2
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-0/+18
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-0/+51
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-0/+28
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-0/+3
* time: Add 64-bit time support for getdateAdhemerval Zanella2021-06-152-3/+11
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-0/+5
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-0/+5
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-031-17/+14
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-18/+0
* dlfcn: Move dlopen into libcFlorian Weimer2021-06-031-2/+1
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-031-3/+3
* dlfcn: Move dlinfo into libcFlorian Weimer2021-06-031-1/+1
* dlfcn: Move dladdr1 into libcFlorian Weimer2021-06-031-2/+1
* dlfcn: Move dlmopen into libcFlorian Weimer2021-06-031-6/+6
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-031-2/+2
* dlfcn: Move dladdr into libcFlorian Weimer2021-06-031-2/+1
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-031-2/+5
* dlfcn: Move dlerror into libcFlorian Weimer2021-06-021-5/+3
* Update floating-point feature test macro handling for C2XJoseph Myers2021-06-011-0/+2
* Add cast_to_pointer to cast an integer to void * pointerH.J. Lu2021-05-221-0/+3
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-211-1/+5
* hurd: Add execveatSamuel Thibault2021-05-181-0/+2
* Add C2X timespec_getresJoseph Myers2021-05-171-0/+6
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-4/+4
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-071-2/+2
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-071-0/+8
* nptl: Move pthread_barrier_init into libcFlorian Weimer2021-05-061-0/+3
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-052-0/+2
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-211-2/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-2/+2
* Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song2021-04-161-4/+10
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-121-0/+5
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-261-2/+1
* Add OTHER_SHLIB_COMPATAdhemerval Zanella2021-03-261-0/+9
* malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2021-03-261-7/+0
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-252-45/+42
* Change how the symbol_version_reference macro is definedFlorian Weimer2021-03-252-13/+6
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-0/+63
* <shlib-compat.h>: Support compat_symbol_reference for _ISOMACFlorian Weimer2021-03-091-13/+13
* linux: Consolidate statvfs implementationsAdhemerval Zanella2021-02-111-2/+1
* linux: Consolidate fstatfs implementationsAdhemerval Zanella2021-02-111-4/+3