aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-07-07libio: Add hidden prototype for ungetcFlorian Weimer
2021-07-07inet: Add hidden prototype for __inet_networkFlorian Weimer
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler
2021-06-30login: Move libutil into libcFlorian Weimer
2021-06-30login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer
2021-06-28Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer
2021-06-28Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer
2021-06-27math: redirect roundeven functionShen-Ta Hsieh
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