aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* arm: Add support for using VFP in kernelKornel Dulęba2023-02-041-9/+12
* mips: Remove thread_db supportWarner Losh2021-12-311-93/+0
* Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh2020-02-271-92/+0
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-221-0/+1
* Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().Ruslan Bukin2018-08-021-2/+8
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2612-11/+35
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* libthread_db: unbreak build due to sign/unsigned comparison.Pedro F. Giffuni2017-04-201-2/+2
* libpthread_db: undo the memset size change.Pedro F. Giffuni2017-04-201-1/+1
* Revert r317201 to fix the log.Pedro F. Giffuni2017-04-201-1/+1
* libpthread_db: leave the memset size from unchanged.Pedro F. Giffuni2017-04-201-1/+1
* libthread_db: unsign map_len and use reallocarray(3).Pedro F. Giffuni2017-04-202-7/+8
* Preserve VFP state across signal delivery.Michal Meloun2017-03-261-1/+3
* Cleanup structures related to VFP and/or mcontext_t.Michal Meloun2017-03-241-1/+1
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Add the RISC-V MD parts of libthread_db.Ruslan Bukin2016-01-271-0/+104
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-1/+97
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-65/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-052-7/+7
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | Sync from headSimon J. Gerraty2012-11-042-2/+2
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | | | Add the arm64 parts of libthread_db.Andrew Turner2015-04-011-0/+96
* | | | | Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silenceDimitry Andric2015-01-271-1/+1
| |_|_|/ |/| | |
* | | | Remove ia64.Marcel Moolenaar2014-07-071-65/+0
| |_|/ |/| |
* | | Ensure we set all fpu registers to zero by using the address and size ofAndrew Turner2013-08-171-1/+1
* | | Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-121-6/+6
| |/ |/|
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-192-2/+2
|/
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectDimitry Andric2011-12-161-0/+6
* Change lwp to int64_t as thr_pread_long() always uses a 64-bit valueMarius Strobl2011-08-071-4/+4
* ImplementMarius Strobl2011-08-061-5/+30
* Use the size of struct fpreg rather than of the pointer to it when copyingMarius Strobl2011-08-061-2/+5