Age | Commit message (Expand) | Author |
2012-02-24 | Add pthread_condattr_{get,set}clock(), pthread_mutex_timedlock(), | Philip Guenthe |
2012-02-24 | jmc@ points out that the underlying manpage should be named after one | Philip Guenthe |
2012-02-24 | now that pthread_mutex_trylock.3 has been folded into pthread_mutex_lock.3, | Jason McIntyre |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-02-24 | sched_yield() is the standard name while pthread_yield() is the | Philip Guenthe |
2012-02-24 | Document pthread_condattr_{init,destroy,setclock,getclock} | Philip Guenthe |
2012-02-24 | Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document | Philip Guenthe |
2012-02-23 | Use format for display-message, based on a diff from George Nachman. | Nicholas Marriott |
2012-02-23 | document cases where the warning can and should be ignored | Marc Espie |
2012-02-23 | PTHREAD_MUTEX_NORMAL mutexes are supposed to self-deadlock, not abort. | Philip Guenthe |
2012-02-23 | Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and that | Philip Guenthe |
2012-02-23 | Add pthread_condattr_{get,set}clock(), requested by aja@ | Philip Guenthe |
2012-02-23 | Bring in PF-MIB to snmpd. | Joel Knight |
2012-02-22 | similar change to the setsockopt1.c one: use the resolution of the monotonic | Federico G. Schwindt |
2012-02-22 | create the tmp dirs nginx needs for doing proxying inside the chroot | Robert Nagy |
2012-02-22 | Mention and explain the /var/run/rc.d/ directory. | Antoine Jacoutot |
2012-02-21 | Add pthread_suspend_np regress test. okay guenther@ | Kurt Miller |
2012-02-21 | Make pthread_suspend_np() and pthread_resume_np() simply fail instead | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-02-20 | - add more ptrace() ops | Philip Guenthe |
2012-02-20 | Switch the time measuring to be in timespecs, and then check the | Philip Guenthe |
2012-02-20 | - remove invalid potions of blocked_* regress tests | Kurt Miller |
2012-02-20 | Disable the dup2_race test, as it requires a buggy behavior that uthreads | Philip Guenthe |
2012-02-20 | Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernel | Philip Guenthe |
2012-02-20 | Enable the errno test; add a quick rwlocks test | Philip Guenthe |
2012-02-20 | End the output with a newline | Philip Guenthe |
2012-02-20 | This test needs a large nprocs ulimit, so just have it raise its own | Philip Guenthe |
2012-02-20 | Need to block the signals in all thread for the kill(getpid(), SIGFOO) | Philip Guenthe |
2012-02-20 | SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockable | Philip Guenthe |
2012-02-20 | pthread_sigmask() was fixed to return the errno value on failure | Philip Guenthe |
2012-02-20 | ops. compare against the socket timeout, not the alarm one. | Federico G. Schwindt |
2012-02-19 | fix tests. | Federico G. Schwindt |
2012-02-19 | Fix a classical bug (= vs ==). OK stsp@ miod@ | Claudio Jeker |
2012-02-19 | small KNF nit | Mark Kettenis |
2012-02-19 | sync | Miod Vallat |
2012-02-19 | Fix return value documentation errors in usbhid(3). | Stefan Sperling |
2012-02-19 | enable nginx | Robert Nagy |
2012-02-19 | these files are not needed here, they are going to get installed from | Robert Nagy |
2012-02-19 | add a distribution target to install configuration files | Robert Nagy |
2012-02-19 | Allow for more vars in hash table, improve hash function, increase | Otto Moerbeek |
2012-02-19 | Fix problems revealed by regress/lib/libpthread/stack/stack.c | Philip Guenthe |
2012-02-19 | Add Id and public-domain declaration | Philip Guenthe |
2012-02-19 | Add regress test for stack attributes | Philip Guenthe |
2012-02-19 | Use 'base' as an intermediate char* variable to avoid void* arithmetic | Philip Guenthe |
2012-02-19 | Extend miod's fix CFLAGS fix to all gcc2 platforms (suggested by Tobias | Philip Guenthe |
2012-02-19 | Use a form of designated initializer that works with gcc2 | Philip Guenthe |
2012-02-19 | Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}() | Philip Guenthe |
2012-02-18 | Fix previous commit: _rthread_init() was static. | Philip Guenthe |
2012-02-18 | Before using _thread_pagesize, make sure _rthread_init() has been called | Philip Guenthe |
2012-02-18 | id tag. | Federico G. Schwindt |