aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer1-7/+0
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2-9/+16
2021-07-09Force building with -fno-commonFlorian Weimer1-5/+1
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella1-1/+1
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+1
2021-07-08linux: Add close_rangeAdhemerval Zanella1-0/+6
2021-07-07nss: Access nss_files through direct referencesFlorian Weimer1-0/+10
2021-07-07nss_files: Move into libcFlorian Weimer3-29/+6
2021-07-07nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer1-0/+60
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-0/+1
2021-07-07libio: Add hidden prototype for ungetcFlorian Weimer1-0/+1
2021-07-07inet: Add hidden prototype for __inet_networkFlorian Weimer1-0/+2
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer1-16/+14
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer1-0/+4
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler1-0/+1
2021-06-30login: Move libutil into libcFlorian Weimer2-2/+6
2021-06-30login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer1-3/+6
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer1-0/+6
2021-06-28Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer1-1/+5
2021-06-28Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer1-1/+5
2021-06-27math: redirect roundeven functionShen-Ta Hsieh1-1/+1
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer1-6/+6
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer1-3/+9
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