summaryrefslogtreecommitdiff
path: root/lib/libc/gen/Symbol.map
AgeCommit message (Expand)Author
2025-09-17initgroups(3): Add a pre-FreeBSD-15-compatible versionOlivier Certner
2025-09-11Revert "libc: Remove readdir_r(3)"Dag-Erling Smørgrav
2025-09-10libc: Remove readdir_r(3)Dag-Erling Smørgrav
2025-07-10libc,libthr: Remove __pthread_distribute_static_tlsJessica Clarke
2025-07-09libc: Finish removing fscandir{,_b}().Dag-Erling Smørgrav
2025-07-04libc: Add inotify supportMark Johnston
2025-06-23libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav
2025-06-20libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav
2025-06-11Add the POSIX sig2str(3) & str2sig(3) callsRicardo Branco
2025-06-02glob: Add blocks supportBojan Novković
2025-05-31Provide user interface to retrieve reported extended errorsKonstantin Belousov
2025-04-22fts: Add blocks support.Dag-Erling Smørgrav
2025-04-17Add POSIX psiginfo(3) callRicardo Branco
2024-11-13libc, libthr: coordinate stubs for pthread_{suspend,resume}_all_npKyle Evans
2024-11-13rtld: implement _dl_iterate_phdr_lockedKyle Evans
2024-11-07rtld: add rtld_{get,set}_varKonstantin Belousov
2024-03-15lib{c,sys}: correctly expose sched_getcpuBrooks Davis
2024-03-11timezone: Move to the XSI/POSIX definition for timezone.Warner Losh
2024-02-28lib{c,sys}: expose cap_sandboxed from libc/genBrooks Davis
2024-02-21libsys: move errno to libsysKonstantin Belousov
2024-02-11libc: add aio_read2() and aio_write2() functionsKonstantin Belousov
2024-02-05libc: move getpagesize(s) to libsysBrooks Davis
2024-02-05libc: elf auxiliary vector handling to libsysBrooks Davis
2024-02-05libc: split libc and syscall interposing (2/2)Brooks Davis
2023-12-11libc: expose execvpe for Linux compatBrooks Davis
2023-11-28memfd_create: move implementation to libc/genBrooks Davis
2023-11-15libc: centralize a few numeric symbolsBrooks Davis
2023-11-15libc: centralize makecontext symbolsBrooks Davis
2023-11-15libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-21libc: export pthread_getname_np stubMinsoo Choo
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-04-05Change kqueue1() to be compatible with NetBSDKonstantin Belousov
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2022-08-24libc: add scandirat(3)Konstantin Belousov
2021-12-30Make CPU_SET macros compliant with other implementationsStefan Eßer
2021-11-30posix_spawn: add closefrom non-portable actionKonstantin Belousov
2021-11-30posix_spawn: add chdir-related non-portable actionsKonstantin Belousov
2021-11-10Add sched_getcpu()Konstantin Belousov
2021-11-10Add sched_get/setaffinity(3)Konstantin Belousov
2020-12-27Add eventfd(3) wrappers to libc.Konstantin Belousov
2020-12-25Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov
2020-11-28libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov
2020-09-09getlogin_r: fix the type of lenKyle Evans
2020-08-10Export scandir_b from libc.Konstantin Belousov
2020-05-14Add memalign(3), mostly for glibc compatibility.Konstantin Belousov
2020-03-30nlist: retire long-obsolete aout supportEd Maste
2019-12-12Add sigsetop extensions commonly found in musl libc and glibcKyle Evans
2019-06-23Add libc stub for pthread_getthreadid_np(3).Konstantin Belousov
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov