summaryrefslogtreecommitdiff
path: root/lib/libthread_db/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-02-04First pass through library packaging.Glen Barber
2012-02-28Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric
2011-12-16In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectDimitry Andric
2010-08-23MFtbemd:Warner Losh
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2008-08-06Cleanup for WARNS 6.Marcel Moolenaar
2008-07-31Cleanup for WARNS 3.Marcel Moolenaar
2008-07-31Cleanup for WARNS 2.Marcel Moolenaar
2008-03-23 - Restore kse.h in this directory so other tools don't find it by mistake.Jeff Roberson
2008-03-12 - Remove libkse and related support code in libpthread from the build.Jeff Roberson
2007-05-21Bump library versions in preparation for 7.0.Daniel Eischen
2007-05-13Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen
2006-10-05Remove libc_r support.David Xu
2006-03-29Add symbol versioning.Daniel Eischen
2005-07-22Bump the shared library version number of all libraries that have notKen Smith
2004-08-161. Use libpthread's exported symbols to calcuate offset in data structureDavid Xu
2004-08-081.Use new way to check if a thread is in critical region, defer suspendingDavid Xu
2004-07-18This library is not WARNS=2 clean for -O2 builds, because we includeMarcel Moolenaar
2004-07-18Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar
2004-07-15Add my initial work of libthread_db. The library is used by gdb to debugDavid Xu