summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db
Commit message (Expand)AuthorAgeFilesLines
* MFC r317200, r317201, r317216:pfg2017-05-042-9/+10
* MFC r315900,r315973,r315974:mmel2017-04-161-1/+3
* MFC r312452-r312512:ngie2017-02-101-1/+1
* First pass through library packaging.gjb2016-02-041-0/+1
* Add the RISC-V MD parts of libthread_db.br2016-01-271-0/+104
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* new dependssjg2015-06-161-1/+0
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-1/+97
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-65/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+1
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-052-7/+7
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Updated/new Makefile.dependsjg2012-11-081-0/+3
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-042-2/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+16
| | |/ / / | |/| | |
* | | | | Add the arm64 parts of libthread_db.andrew2015-04-011-0/+96
* | | | | Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silencedim2015-01-271-1/+1
| |_|_|/ |/| | |
* | | | Remove ia64.marcel2014-07-071-65/+0
| |_|/ |/| |
* | | Ensure we set all fpu registers to zero by using the address and size ofandrew2013-08-171-1/+1
* | | Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-121-6/+6
| |/ |/|
* | Fix warnings found by -Wmising-variable-declarations.ed2012-10-192-2/+2
|/
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-3/+1
* In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrectdim2011-12-161-0/+6
* Change lwp to int64_t as thr_pread_long() always uses a 64-bit valuemarius2011-08-071-4/+4
* Implementmarius2011-08-061-5/+30
* Use the size of struct fpreg rather than of the pointer to it when copyingmarius2011-08-061-2/+5
* The tid member of struct pthread actually is long so read it as such.marius2011-08-061-8/+8
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-83/+0
* MFtbemd:imp2010-08-231-1/+1
* Powerpc64 thread libraries support.nwhitehorn2010-07-101-0/+83
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedkib2010-07-046-3/+71
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+0
* Revert r181651, which changed the ABI, and use a temp variable instead.des2009-06-092-2/+4
* libc_r_* library is no more required, so just axe it.attilio2009-03-056-563/+0
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},marcel2008-09-145-123/+94
* Add the needed libpthread_md.c for MIPS.obrien2008-08-281-0/+90
* Change the type of ti_traceme from a char to an int as itsmarcel2008-08-131-1/+1
* Cleanup for WARNS 6.marcel2008-08-067-47/+50
* Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} tomarcel2008-07-312-0/+179
* Cleanup for WARNS 3.marcel2008-07-319-16/+23
* Cleanup for WARNS 2.marcel2008-07-314-4/+3
* Change the type of psaddr_t from void* to uintptr_t. A pointermarcel2008-07-305-27/+25
* - Restore kse.h in this directory so other tools don't find it by mistake.jeff2008-03-233-1/+137
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* - Remove libkse and related support code in libpthread from the build.jeff2008-03-121-1/+1
* Add arm support in libthread_db.cognet2007-11-171-0/+116
OpenPOWER on IntegriCloud