summaryrefslogtreecommitdiff
path: root/lib/libthread_db
AgeCommit message (Expand)Author
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04arm: Add support for using VFP in kernelKornel Dulęba
2021-12-31mips: Remove thread_db supportWarner Losh
2020-02-27Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-08-22mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans
2018-08-02Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().Ruslan Bukin
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-20libthread_db: unbreak build due to sign/unsigned comparison.Pedro F. Giffuni
2017-04-20libpthread_db: undo the memset size change.Pedro F. Giffuni
2017-04-20Revert r317201 to fix the log.Pedro F. Giffuni
2017-04-20libpthread_db: leave the memset size from unchanged.Pedro F. Giffuni
2017-04-20libthread_db: unsign map_len and use reallocarray(3).Pedro F. Giffuni
2017-03-26Preserve VFP state across signal delivery.Michal Meloun
2017-03-24Cleanup structures related to VFP and/or mcontext_t.Michal Meloun
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-02-04First pass through library packaging.Glen Barber
2016-01-27Add the RISC-V MD parts of libthread_db.Ruslan Bukin
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-06-16new dependsSimon J. Gerraty
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-01Add the arm64 parts of libthread_db.Andrew Turner
2015-01-27Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silenceDimitry Andric
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-07Remove ia64.Marcel Moolenaar
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-08-17Ensure we set all fpu registers to zero by using the address and size ofAndrew Turner
2013-07-12Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-08Updated/new Makefile.dependSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-19Fix warnings found by -Wmising-variable-declarations.Ed Schouten
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
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
2011-08-07Change lwp to int64_t as thr_pread_long() always uses a 64-bit valueMarius Strobl