summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* resolv: Move nss_dns into libcFlorian Weimer2021-07-191-0/+36
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_makecanon into its own file, and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-191-2/+0
* resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2021-07-191-2/+4
* resolv: Move dn_skipname to its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move dn_comp to its own file and into libcFlorian Weimer2021-07-191-1/+0
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-191-1/+3
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-191-1/+2
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-191-1/+2
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-151-1/+2
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-151-1/+3
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-151-1/+2
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-141-0/+16
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-121-7/+0
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-092-9/+16
* Force building with -fno-commonFlorian Weimer2021-07-091-5/+1
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-1/+1
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+1
* linux: Add close_rangeAdhemerval Zanella2021-07-081-0/+6
* nss: Access nss_files through direct referencesFlorian Weimer2021-07-071-0/+10
* nss_files: Move into libcFlorian Weimer2021-07-073-29/+6
* nss_files: Add generic code for set*ent, end*ent and file openFlorian Weimer2021-07-071-0/+60
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-0/+1
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-071-0/+1
* inet: Add hidden prototype for __inet_networkFlorian Weimer2021-07-071-0/+2
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-071-16/+14
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-0/+4
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-011-0/+1
* login: Move libutil into libcFlorian Weimer2021-06-302-2/+6
* login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2021-06-301-3/+6
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-301-0/+6
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-281-1/+5
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-281-1/+5
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-1/+1
* Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2021-06-251-6/+6
* Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2021-06-251-3/+9
* 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