aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans2024-09-301-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-131-0/+2
* lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis2024-03-131-2/+1
* lib{c,thr}: add DT_RUNPATH for gcc -m32Brooks Davis2024-02-191-0/+5
* lib{c,sys}: move auxargs more firmly into libsysBrooks Davis2024-02-191-0/+1
* libc: don't directly link libsysBrooks Davis2024-02-071-1/+0
* lib/libc: version auxiliary libsys.soBrooks Davis2024-02-071-1/+1
* libc: make syscall stubs empty for shared libBrooks Davis2024-02-051-0/+1
* libc: link libsys as a auxiliary filter libraryBrooks Davis2024-02-051-0/+3
* libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis2024-02-051-1/+0
* libc: libc/sys/Makefile.inc -> libsys/Makefile.sysBrooks Davis2024-02-051-1/+1
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-0/+2
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGSBrooks Davis2023-11-151-1/+0
* libc: fix typo in Makefile commentBrooks Davis2023-11-131-1/+1
* libc: enable initial-exec (IE) as default thread-local storage model on armR. Christian McDonald2023-11-091-4/+0
* msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc insteadWarner Losh2023-09-051-6/+8
* libc: include malloc via stdlib/Makefile.incBrooks Davis2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* bsd.lib.mk: decouple lib*_pic.a from TOOLCHAIN build knobEd Maste2023-05-011-3/+0
* Remove a few more references to riscv64sf.John Baldwin2023-04-201-2/+1
* csu: move common code to libcKonstantin Belousov2023-03-111-0/+1
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-141-2/+1
* libc: Include quad support on long32 ABIsBrooks Davis2022-10-051-4/+1
* src.conf: Introduce WITHOUT_MACHDEP knob.Gleb Popov2022-09-091-1/+1
* powerpc: enable initial-exec TLSPiotr Kubaj2022-02-221-3/+4
* mips: remove libcWarner Losh2021-12-311-4/+1
* libc: Use the initial-exec TLS modelMark Johnston2021-07-161-0/+7
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-091-0/+8
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-231-2/+2
* Revert that!Simon J. Gerraty2020-07-191-1/+1
* Oops missed Makefile.configSimon J. Gerraty2020-07-191-1/+1
* Remove sparc64 specific parts of libc.Warner Losh2020-02-261-1/+0
* libssp_nonshared: use only on i386 and ppcEd Maste2020-02-051-2/+4
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-2/+0
* Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov2019-02-141-0/+1
* disable BIND_NOW in libc, libthr, and rtldEd Maste2018-12-031-0/+2
* revert r340640 "libc: forcibly disable BIND_NOW"Ed Maste2018-11-261-2/+0
* libc: forcibly disable BIND_NOWEd Maste2018-11-191-0/+2
* Move libc linker ifunc test to build target onlyEd Maste2018-09-241-5/+6
* libc: require ifunc-capable linker for amd64/i386Ed Maste2018-09-211-0/+5
* Strip __RCSID() and __SCCSID() strings by default when building libc.John Baldwin2018-07-031-2/+4
* Now that a special no-SSP libc is used for rtld, allowKonstantin Belousov2018-05-091-4/+0
* Created static libc PIC/no-SSP library to be used by rtld.Konstantin Belousov2018-05-091-0/+1
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-1/+2