| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r312474: | ngie | 2017-02-11 | 1 | -6/+6 |
* | MFC r297137: | kib | 2016-03-24 | 1 | -1/+1 |
* | MFC r282057,r282092,r282106: | ngie | 2015-05-13 | 1 | -1/+3 |
* | Fix known issues which blow up the process after dlopen("libthr.so") | kib | 2015-01-18 | 1 | -1/+0 |
* | MFC r274578,r274580: | ngie | 2015-01-01 | 1 | -0/+2 |
* | Oops, don't remove -fexceptions flag. | davidxu | 2010-10-08 | 1 | -0/+1 |
* | unwind.h was imported, gcc directory is no longer needed. | davidxu | 2010-10-08 | 1 | -1/+0 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 1 | -3/+1 |
* | add code to support stack unwinding when thread exits. note that only | davidxu | 2010-09-15 | 1 | -0/+8 |
* | Merge from tbemd, with a small amount of rework: | imp | 2010-09-13 | 1 | -1/+3 |
* | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | nwhitehorn | 2010-08-24 | 1 | -2/+2 |
* | Revert r199830 for now. Too many ports dlopen() libraries linked with | kib | 2009-11-28 | 1 | -1/+1 |
* | Libthr cannot be dynamically loaded into the running process. | kib | 2009-11-26 | 1 | -1/+1 |
* | Turn on nodelete linker flag because libthr can not be unloaded safely, | davidxu | 2009-03-31 | 1 | -0/+1 |
* | Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi... | davidxu | 2009-03-09 | 1 | -0/+4 |
* | With only one threading library, simplify the logic of setting SHLIBDIR. | ru | 2009-02-24 | 1 | -4/+2 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 1 | -2/+1 |
* | Honor WITHOUT_INSTALLLIB in some places. | jkim | 2009-02-13 | 1 | -0/+2 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+2 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -4/+1 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -0/+1 |
* | Convert pthread.map to the format expected by version_gen.awk, and modify | des | 2008-02-06 | 1 | -1/+2 |
* | SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthr | davidxu | 2008-01-18 | 1 | -2/+0 |
* | Remove warning level and aliasing restrictions. | davidxu | 2007-11-21 | 1 | -2/+0 |
* | These are the things that the tinderbox has problems with because it | jb | 2007-11-20 | 1 | -0/+1 |
* | Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental | obrien | 2007-10-09 | 1 | -2/+2 |
* | Always install libpthread.* symlinks if at least one of | ru | 2007-10-01 | 1 | -2/+3 |
* | Set warning level to 2. | davidxu | 2007-06-08 | 1 | -1/+2 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Fix a logic bug I re-introduced in my patch I sent to Daniel | ru | 2007-05-18 | 1 | -1/+1 |
* | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | deischen | 2007-05-17 | 1 | -4/+4 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -6/+6 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -5/+5 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -2/+2 |
* | Install shared libpthread library into /lib; needed by some | ru | 2006-04-12 | 1 | -1/+5 |
* | Comment out -g compiler option, found by 'FreeBSD Build Options Survey'. | davidxu | 2006-03-27 | 1 | -1/+1 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -1/+4 |
* | The thr_new sysscall was already in libc, don't generate it. | davidxu | 2006-01-11 | 1 | -1/+0 |
* | Link libthr to libpthread on Alpha and Sparc. | davidxu | 2005-10-27 | 1 | -0/+10 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Add a stub libthr(3) man page to document what it is and why, as well as | rwatson | 2005-06-11 | 1 | -0/+2 |
* | Use thr_new syscall to create a new thread, obscure context operations | davidxu | 2005-04-23 | 1 | -0/+1 |
* | Add debugger event reporting support, current only TD_CREATE and TD_DEATH | davidxu | 2005-04-12 | 1 | -0/+1 |
* | Remove debug symbol from installed library, one can always | davidxu | 2005-04-06 | 1 | -1/+1 |
* | Import my recent 1:1 threading working. some features improved includes: | davidxu | 2005-04-02 | 1 | -6/+12 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Add rtld-elf to the include path for the rtld to pthread TLS interface. | dfr | 2004-08-15 | 1 | -0/+1 |
* | Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse. | marcel | 2003-09-27 | 1 | -12/+0 |
* | Axe AINC. | ru | 2003-07-01 | 1 | -1/+0 |
* | Create compatibility links for libc_r on ia64 to prevent build-time | marcel | 2003-06-27 | 1 | -0/+12 |