Age | Commit message (Expand) | Author |
2011-12-27 | On failure, pthread_kill() should return the errno, not -1 | Philip Guenthe |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-22 | Add pthread_mutex_{get,set}prioceiling() | Philip Guenthe |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe |
2011-12-21 | Split out the pthread_mutexattr_* functions from rthread_sync.c to | Philip Guenthe |
2011-12-05 | Mark sigthr()'s sig argument as __unused | Philip Guenthe |
2011-12-05 | Implement cancelation for the basic syscall cancelation points, | Philip Guenthe |
2011-11-27 | Set the initfirst and nodelete flags on the shared library, in anticipation | Philip Guenthe |
2011-11-09 | Add the __cerror asm bits for per-thread errno support for powerpc. | Mark Kettenis |
2011-11-09 | Oh yeah, with TLS-lite we can get the thread handle without walking the | Philip Guenthe |
2011-11-08 | Add the __cerror asm bits for per-thread errno support for hppa. | Mark Kettenis |
2011-11-08 | Include <stddef.h> to make sure offsetof() is defined. | Mark Kettenis |
2011-11-06 | Copy support for sched_get_priority_{min,max} from libpthread. | Philip Guenthe |
2011-11-06 | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes | Philip Guenthe |
2011-10-19 | Remove some blatant lies. Provide a variant 1 archs with a default | Philip Guenthe |
2011-10-17 | Use __tfork, __get_tcb, and __set_tcb to have a real TCB and per-thread | Philip Guenthe |
2011-10-13 | Deal with the horror that is gcc asm constraints by copying the | Philip Guenthe |
2011-10-13 | Increase the stack offset for the new rthread from (BIAS+128) to | Philip Guenthe |
2011-10-13 | Convert rfork_thread() from int$80 to syscall. | Philip Guenthe |
2011-09-22 | Return the correct errno (EBUSY) when pthread_mutex_trylock() is | Philip Guenthe |
2011-07-05 | fix a few bugs in the thread specific data functions | Ted Unangst |
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat |
2010-05-26 | If the stack size attribute isn't larger than the guard-page size | Philip Guenthe |
2010-04-12 | New functions: bump the minor | Philip Guenthe |
2010-04-12 | Add pthread_rwlock_timed{rd,wr}lock(). | Philip Guenthe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-28 | This might not be necessary, but Just In Case: since the underlying | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-11-19 | pthread_rwlock_wrlock() should increment the count of writers just | Philip Guenthe |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse |
2009-10-21 | Add f*lockfile() routines to librthread | Philip Guenthe |
2009-10-21 | After forking, the child is single threaded, so tell libc that. This | Philip Guenthe |
2009-09-27 | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation | Philip Guenthe |
2009-09-24 | rfork_thread() lacked PIC handling for CERROR, resulting in a text relocation | Philip Guenthe |
2009-06-01 | A much better atomic lock routine. | Miod Vallat |
2009-06-01 | Correct the _atomic_lock() asm so that gcc accepts the constraints | Philip Guenthe |
2009-04-21 | Increase default thread stack size to 256K on 32bit archs and 512K on | Kurt Miller |
2009-02-20 | thrsigdivert() takes a sigset_t, not a pointer to one. Detected by | Philip Guenthe |
2009-02-20 | apparently all the other libraries get linted, so I'll just have to live with it | Ted Unangst |
2009-02-20 | Fix a race in the reaper discovered by Tobias Ulmer. kevents are identified ... | Ted Unangst |
2009-02-20 | the lint warnings are more annoying than anything else. we already have a fu... | Ted Unangst |
2009-02-15 | these are public domain, verified with author; spotted by jj | Theo de Raadt |
2008-10-13 | use calloc() instead of malloc() and memset() | Kevin Lo |
2008-10-03 | Make sigwait() work correctly. In particular, it'll work when the | Philip Guenthe |
2008-10-02 | the license on this is PD; david leonard says so | Theo de Raadt |
2008-10-01 | Assert my copyright on files I gave to d@ back in 1998. | Dale Rahn |
2008-08-14 | Match libpthread's behavior and make pthread_join(NULL, whatever) fail | Philip Guenthe |
2008-08-14 | Fix 5771/library: in pthread_exit(), delay the call to _sem_post() that | Philip Guenthe |