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