summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
AgeCommit message (Expand)Author
2 dayslibc: drop NO_FP_LIBC supportXin LI
2025-11-30libc: implement C23 <stdbit.h> functionsRobert Clausecker
2025-10-04libc/resolv: get rid of MD5Robert Clausecker
2024-09-29libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-13Prepare the system for _FORTIFY_SOURCEKyle Evans
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-19lib{c,thr}: add DT_RUNPATH for gcc -m32Brooks Davis
2024-02-19lib{c,sys}: move auxargs more firmly into libsysBrooks Davis
2024-02-07libc: don't directly link libsysBrooks Davis
2024-02-07lib/libc: version auxiliary libsys.soBrooks Davis
2024-02-05libc: make syscall stubs empty for shared libBrooks Davis
2024-02-05libc: link libsys as a auxiliary filter libraryBrooks Davis
2024-02-05libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis
2024-02-05libc: libc/sys/Makefile.inc -> libsys/Makefile.sysBrooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGSBrooks Davis
2023-11-13libc: fix typo in Makefile commentBrooks Davis
2023-11-09libc: enable initial-exec (IE) as default thread-local storage model on armR. Christian McDonald
2023-09-05msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc insteadWarner Losh
2023-08-16libc: include malloc via stdlib/Makefile.incBrooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-05-01bsd.lib.mk: decouple lib*_pic.a from TOOLCHAIN build knobEd Maste
2023-04-20Remove a few more references to riscv64sf.John Baldwin
2023-03-12csu: move common code to libcKonstantin Belousov
2023-02-14libc: Simplify soft-float on 32-bit armWarner Losh
2022-10-05libc: Include quad support on long32 ABIsBrooks Davis
2022-09-09src.conf: Introduce WITHOUT_MACHDEP knob.Gleb Popov
2022-02-22powerpc: enable initial-exec TLSPiotr Kubaj
2021-12-31mips: remove libcWarner Losh
2021-07-15libc: Use the initial-exec TLS modelMark Johnston
2021-04-09libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov
2020-09-23[PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren
2020-07-19Revert that!Simon J. Gerraty
2020-07-19Oops missed Makefile.configSimon J. Gerraty
2020-02-26Remove sparc64 specific parts of libc.Warner Losh
2020-02-05libssp_nonshared: use only on i386 and ppcEd Maste
2019-03-28revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste
2019-02-14Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov
2018-12-03disable BIND_NOW in libc, libthr, and rtldEd Maste
2018-11-26revert r340640 "libc: forcibly disable BIND_NOW"Ed Maste
2018-11-19libc: forcibly disable BIND_NOWEd Maste
2018-09-24Move libc linker ifunc test to build target onlyEd Maste
2018-09-21libc: require ifunc-capable linker for amd64/i386Ed Maste
2018-07-03Strip __RCSID() and __SCCSID() strings by default when building libc.John Baldwin
2018-05-09Now that a special no-SSP libc is used for rtld, allowKonstantin Belousov
2018-05-09Created static libc PIC/no-SSP library to be used by rtld.Konstantin Belousov
2017-10-05Support armv7 builds for userlandWarner Losh
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper