| Commit message (Expand) | Author | Age | Files | Lines |
* | new depends | sjg | 2015-06-16 | 1 | -1/+0 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+20 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 2 | -1/+97 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -65/+1 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+1 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Merge from head | sjg | 2013-09-05 | 2 | -7/+7 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+3 |
| | | | | |
| | \ \ | |
| *-. \ \ | Sync from head | sjg | 2012-11-04 | 2 | -2/+2 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+16 |
| | |/ / /
| |/| | | |
|
* | | | | | Add the arm64 parts of libthread_db. | andrew | 2015-04-01 | 1 | -0/+96 |
* | | | | | Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silence | dim | 2015-01-27 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Remove ia64. | marcel | 2014-07-07 | 1 | -65/+0 |
| |_|/
|/| | |
|
* | | | 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 |