aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/libc.abilist
AgeCommit message (Expand)Author
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-04-05htl: move pthread_self info libc.Guy-Fleury Iteriteka
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-16C2x strtol binary constant handlingJoseph Myers
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-11-07hurd: Implement close_range and closefromSergey Bugaev
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-19resolv: Move res_query functions into libcFlorian Weimer
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-06-30login: Move libutil into libcFlorian Weimer
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-06-21rt: Move shm_unlink into libcFlorian Weimer
2021-06-21rt: Move shm_open into libcFlorian 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-05-17Add C2X timespec_getresJoseph Myers
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-04-12hurd: Export _hurd_libc_proc_initSamuel Thibault
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu