| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove empty initializer for the once facility. It was not needed | Konstantin Belousov | 2016-07-27 | 3 | -7/+0 |
| * | Revert r302194, there are issues with some applications after changing | Konstantin Belousov | 2016-06-25 | 1 | -4/+1 |
| * | For pthread_mutex_trylock() call on owned error-check or non-portable | Konstantin Belousov | 2016-06-25 | 1 | -2/+5 |
| * | libthr: Use formatted PANIC() | Conrad Meyer | 2016-06-01 | 3 | -24/+10 |
| * | libthr: _thread_vprintf: Enhance support for %p, %#x | Conrad Meyer | 2016-06-01 | 1 | -1/+8 |
| * | libthr: Add vprintf variant of _thread_printf, formatted PANIC() | Conrad Meyer | 2016-06-01 | 3 | -11/+34 |
| * | Stop inlining the struct ucond definition into struct pthread_cond. | Konstantin Belousov | 2016-05-29 | 2 | -15/+11 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 7 | -298/+612 |
| * | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume | Konstantin Belousov | 2016-05-05 | 2 | -4/+2 |
| * | If off-page lookup failed, there is no memory to perform | Konstantin Belousov | 2016-04-12 | 1 | -1/+2 |
| * | Use __FBSDID() for .c files from lib/libthr/thread. | Konstantin Belousov | 2016-04-08 | 52 | -112/+158 |
| * | Use ANSI C function definitions, fix spelling in a comment. | Konstantin Belousov | 2016-04-08 | 3 | -4/+5 |
| * | Assert that the lock objects put into the off-page, fit into the page. | Konstantin Belousov | 2016-04-08 | 5 | -0/+15 |
| * | Remove unused variable. It was write-only before r297139. | Konstantin Belousov | 2016-04-04 | 2 | -2/+0 |
| * | Apparently there are some popular programs around which assume that it | Konstantin Belousov | 2016-03-22 | 2 | -2/+61 |
| * | Lock pshared_lock shared around fork, to ensure that the COW snapshot | Konstantin Belousov | 2016-03-21 | 4 | -2/+22 |
| * | Provide more information on failing checks in mutex_assert_is_owned() | Konstantin Belousov | 2016-03-21 | 1 | -4/+16 |
| * | From libthr, remove special and strange code to set up session and | Konstantin Belousov | 2016-03-21 | 2 | -22/+2 |
| * | Implement process-shared spinlocks. | Konstantin Belousov | 2016-03-21 | 1 | -47/+58 |
| * | Add two comments explaining the fine points of the hash | Konstantin Belousov | 2016-03-01 | 1 | -0/+31 |
| * | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov | 2016-02-28 | 13 | -304/+785 |
| * | If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbols | Konstantin Belousov | 2016-02-08 | 3 | -2/+4 |
| * | libthr: const-ify two variables | Eric van Gyzen | 2016-01-13 | 1 | -2/+3 |
| * | Typo. | Konstantin Belousov | 2015-12-27 | 1 | -1/+1 |
| * | libthr: Don't use both __sys_open() and __sys_openat(). | Jilles Tjoelker | 2015-12-20 | 2 | -2/+1 |
| * | Style. Use ANSI definition, wrap long lines, no initialization in | Konstantin Belousov | 2015-09-08 | 1 | -8/+15 |
| * | In the pthread_once(), if the initializer has already run, then the | Konstantin Belousov | 2015-09-08 | 1 | -3/+5 |
| * | Pre-resolve symbols required for the deferred signal processing. This | Konstantin Belousov | 2015-08-10 | 2 | -1/+9 |
| * | cosmetic: whitespaces-tab before EOL | Pedro F. Giffuni | 2015-07-08 | 1 | -1/+1 |
| * | Fix typo in comment. | Konstantin Belousov | 2015-06-14 | 1 | -2/+2 |
| * | Some third-party malloc(3) implementations use pthread_setspecific(3) | Konstantin Belousov | 2015-05-15 | 1 | -110/+91 |
| * | _pthread_cleanup_push: fix allocator sizeof operand mismatch | Pedro F. Giffuni | 2015-04-22 | 1 | -1/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -12/+0 |
| * | Make wait6(2), waitid(3) and ppoll(2) cancellation points. The | Konstantin Belousov | 2015-04-18 | 1 | -0/+41 |
| * | Make kevent(2) a cancellation point. | Konstantin Belousov | 2015-03-29 | 1 | -0/+24 |
| * | Fix a typo in comment and explain the reason. | Jung-uk Kim | 2015-03-09 | 1 | -1/+1 |
| * | Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common. | Konstantin Belousov | 2015-02-25 | 1 | -3/+4 |
| * | Properly interpose libc spinlocks, was missed in r276630. In | Konstantin Belousov | 2015-02-14 | 3 | -8/+8 |
| * | Fully initialize allocated memory for the new barrier. The | Konstantin Belousov | 2015-02-06 | 1 | -4/+1 |
| * | Merge all the copies of _tcb_ctor and _tcb_dtor. | Andrew Turner | 2015-01-21 | 3 | -0/+60 |
| * | Fix bug in r276630. Do not allow pthread_sigmask() to block SIGCANCEL. | Konstantin Belousov | 2015-01-21 | 1 | -1/+2 |
| * | Reduce the size of the interposing table and amount of | Konstantin Belousov | 2015-01-11 | 3 | -160/+0 |
| * | Avoid calling internal libc function through PLT or accessing data | Konstantin Belousov | 2015-01-05 | 2 | -2/+2 |
| * | Fix known issues which blow up the process after dlopen("libthr.so") | Konstantin Belousov | 2015-01-03 | 7 | -351/+358 |
| * | Revert r274772: it is not valid on MIPS | Ed Maste | 2014-11-25 | 2 | -6/+6 |
| * | Use canonical __PIC__ flag | Ed Maste | 2014-11-21 | 2 | -6/+6 |
| * | Switch the defaults to not split the RLIMIT_STACK-sized initial thread | Konstantin Belousov | 2014-09-24 | 1 | -3/+4 |
| * | Fix typo in a comment. | Rui Paulo | 2014-09-02 | 1 | -1/+1 |
| * | Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leave | Konstantin Belousov | 2014-08-13 | 2 | -1/+12 |
| * | Style. | Konstantin Belousov | 2014-08-13 | 1 | -1/+1 |