| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure we set all fpu registers to zero by using the address and size of | andrew | 2013-08-17 | 1 | -1/+1 |
* | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 1 | -6/+6 |
* | Fix warnings found by -Wmising-variable-declarations. | ed | 2012-10-19 | 2 | -2/+2 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -3/+1 |
* | In lib/libthread_db/arch/i386/libpthread_md.c, clang gives two incorrect | dim | 2011-12-16 | 1 | -0/+6 |
* | Change lwp to int64_t as thr_pread_long() always uses a 64-bit value | marius | 2011-08-07 | 1 | -4/+4 |
* | Implement | marius | 2011-08-06 | 1 | -5/+30 |
* | Use the size of struct fpreg rather than of the pointer to it when copying | marius | 2011-08-06 | 1 | -2/+5 |
* | The tid member of struct pthread actually is long so read it as such. | marius | 2011-08-06 | 1 | -8/+8 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -83/+0 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | Powerpc64 thread libraries support. | nwhitehorn | 2010-07-10 | 1 | -0/+83 |
* | Extend the td_thrinfo_t to include siginfo for the signal that stopped | kib | 2010-07-04 | 6 | -3/+71 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Revert r181651, which changed the ABI, and use a temp variable instead. | des | 2009-06-09 | 2 | -2/+4 |
* | libc_r_* library is no more required, so just axe it. | attilio | 2009-03-05 | 6 | -563/+0 |
* | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | marcel | 2008-09-14 | 5 | -123/+94 |
* | Add the needed libpthread_md.c for MIPS. | obrien | 2008-08-28 | 1 | -0/+90 |
* | Change the type of ti_traceme from a char to an int as its | marcel | 2008-08-13 | 1 | -1/+1 |
* | Cleanup for WARNS 6. | marcel | 2008-08-06 | 7 | -47/+50 |
* | Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to | marcel | 2008-07-31 | 2 | -0/+179 |
* | Cleanup for WARNS 3. | marcel | 2008-07-31 | 9 | -16/+23 |
* | Cleanup for WARNS 2. | marcel | 2008-07-31 | 4 | -4/+3 |
* | Change the type of psaddr_t from void* to uintptr_t. A pointer | marcel | 2008-07-30 | 5 | -27/+25 |
* | - Restore kse.h in this directory so other tools don't find it by mistake. | jeff | 2008-03-23 | 3 | -1/+137 |
* | Use linker set to collection all target operations. | davidxu | 2008-03-22 | 4 | -13/+22 |
* | - Remove libkse and related support code in libpthread from the build. | jeff | 2008-03-12 | 1 | -1/+1 |
* | Add arm support in libthread_db. | cognet | 2007-11-17 | 1 | -0/+116 |
* | Include string.h for memcpy() and memcmp(). | delphij | 2007-05-25 | 1 | -0/+1 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -2/+0 |
* | Roughly implement libpthread support. | marcel | 2007-05-01 | 1 | -1/+19 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -4/+8 |
* | remove libc_r remanent. | davidxu | 2006-10-20 | 1 | -2/+0 |
* | Remove libc_r support. | davidxu | 2006-10-05 | 1 | -1/+0 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 2 | -135/+0 |
* | Add stub functions. This allows libthread_db to be built and installed, | marcel | 2006-08-04 | 2 | -0/+106 |
* | Fix return value. | davidxu | 2006-05-17 | 1 | -1/+2 |
* | get thread signal info. | davidxu | 2006-05-17 | 2 | -0/+38 |
* | Add symbol versioning. | deischen | 2006-03-29 | 2 | -0/+37 |
* | Use ps_linfo to retrieve LWP info, current it is used to retrieve | davidxu | 2006-02-07 | 1 | -0/+6 |
* | Use ps_linfo to retrieve LWP info. | davidxu | 2006-02-07 | 1 | -1/+1 |
* | Replace ptrace syscall with ps_lgetgregs to check a LWP's existence. | davidxu | 2006-02-07 | 1 | -2/+2 |
* | Always clear thread info buffer to zero. | davidxu | 2006-02-06 | 2 | -0/+2 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 8 | -1/+208 |
* | Remove unused variables. | charnier | 2005-05-20 | 2 | -3/+2 |
* | o Code cleanup, eliminate private thread id map, directly | davidxu | 2005-04-13 | 1 | -187/+64 |
* | Fill traceme and events fields. | davidxu | 2005-04-12 | 1 | -0/+8 |
* | Sync with debugger code in libthr. | davidxu | 2005-04-12 | 4 | -46/+173 |