aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db
Commit message (Expand)AuthorAgeFilesLines
* Merge from headSimon J. Gerraty2013-09-052-7/+7
|\
| * 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
* | 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
|\|
| * Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-192-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
|/
* 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
* The tid member of struct pthread actually is long so read it as such.Marius Strobl2011-08-061-8/+8
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-83/+0
* MFtbemd:Warner Losh2010-08-231-1/+1
* Powerpc64 thread libraries support.Nathan Whitehorn2010-07-101-0/+83
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedKonstantin Belousov2010-07-046-3/+71
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert r181651, which changed the ABI, and use a temp variable instead.Dag-Erling Smørgrav2009-06-092-2/+4
* libc_r_* library is no more required, so just axe it.Attilio Rao2009-03-056-563/+0
* Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},Marcel Moolenaar2008-09-145-123/+94
* Add the needed libpthread_md.c for MIPS.David E. O'Brien2008-08-281-0/+90
* Change the type of ti_traceme from a char to an int as itsMarcel Moolenaar2008-08-131-1/+1
* Cleanup for WARNS 6.Marcel Moolenaar2008-08-067-47/+50
* Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} toMarcel Moolenaar2008-07-312-0/+179
* Cleanup for WARNS 3.Marcel Moolenaar2008-07-319-16/+23
* Cleanup for WARNS 2.Marcel Moolenaar2008-07-314-4/+3
* Change the type of psaddr_t from void* to uintptr_t. A pointerMarcel Moolenaar2008-07-305-27/+25
* - Restore kse.h in this directory so other tools don't find it by mistake.Jeff Roberson2008-03-233-1/+137
* Use linker set to collection all target operations.David Xu2008-03-224-13/+22
* - Remove libkse and related support code in libpthread from the build.Jeff Roberson2008-03-121-1/+1
* Add arm support in libthread_db.Olivier Houchard2007-11-171-0/+116
* Include string.h for memcpy() and memcmp().Xin LI2007-05-251-0/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-2/+0
* Roughly implement libpthread support.Marcel Moolenaar2007-05-011-1/+19
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-4/+8
* remove libc_r remanent.David Xu2006-10-201-2/+0
* Remove libc_r support.David Xu2006-10-051-1/+0
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-232-135/+0
* Add stub functions. This allows libthread_db to be built and installed,Marcel Moolenaar2006-08-042-0/+106
* Fix return value.David Xu2006-05-171-1/+2
* get thread signal info.David Xu2006-05-172-0/+38
* Add symbol versioning.Daniel Eischen2006-03-292-0/+37
* Use ps_linfo to retrieve LWP info, current it is used to retrieveDavid Xu2006-02-071-0/+6
* Use ps_linfo to retrieve LWP info.David Xu2006-02-071-1/+1
* Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.David Xu2006-02-071-2/+2
* Always clear thread info buffer to zero.David Xu2006-02-062-0/+2