summaryrefslogtreecommitdiff
path: root/lib/libthr/Makefile
AgeCommit message (Expand)Author
2025-05-06libthr.so: mark as -z initfirstKonstantin Belousov
2024-11-12Retire MK_PROFILE infrastructureEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-07rtld: actually resolve memcpy pltRyan Libby
2024-05-13Add a build knob for _FORTIFY_SOURCEKyle Evans
2024-03-06libthr: remove explicit sys/cdefs.h includesKonstantin Belousov
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-07libthr: filter rather than link with libsysBrooks Davis
2024-02-05libthr: move _umtx_op_err() to libsysBrooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-07libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONSGreg Becker
2022-02-10libthr: Disable stack unwinding on ARM.John Baldwin
2022-02-10Install unwind.h into /usr/includeJohn Baldwin
2021-08-02libthr: work around an ASAN false-positiveAlex Richardson
2021-03-22Don't add -Winline for WARNS=6Alex Richardson
2020-05-12Remove tests for obsolete compilers in the build systemEric van Gyzen
2019-03-29Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov
2019-03-28revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste
2019-01-30Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.Konstantin Belousov
2019-01-29Untangle jemalloc and mutexes initialization.Konstantin Belousov
2018-12-03disable BIND_NOW in libc, libthr, and rtldEd Maste
2018-05-23Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros.John Baldwin
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-05-26libthr: increase WARNS to the default (6)Eric van Gyzen
2017-05-22Revert r318583 (libthr: use default WARNS level of 6)Eric van Gyzen
2017-05-20libthr: Use CLI flags instead of pragmas to disable warningsEric van Gyzen
2017-05-20libthr: use default WARNS level of 6Eric van Gyzen
2017-05-20libthr: disable thread-safety warningsEric van Gyzen
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-04-04MFHGlen Barber
2016-03-21Fix typo.Konstantin Belousov
2016-02-05Remove libc, librtld_db, libthr packages, and further increaseGlen Barber
2016-02-04First pass through library packaging.Glen Barber
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2015-04-27Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper
2015-04-18The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov
2015-01-21Merge all the copies of _tcb_ctor and _tcb_dtor.Andrew Turner
2015-01-03Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov
2014-11-16Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread asEnji Cooper
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-05Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh
2010-10-08Oops, don't remove -fexceptions flag.David Xu
2010-10-08unwind.h was imported, gcc directory is no longer needed.David Xu
2010-09-25To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu
2010-09-15add code to support stack unwinding when thread exits. note that onlyDavid Xu
2010-09-13Merge from tbemd, with a small amount of rework:Warner Losh
2010-08-24Unify 32-bit and 64-bit PowerPC libthr support. This reduces codeNathan Whitehorn