Age | Commit message (Expand) | Author |
2012-03-01 | Update to tzcode2012a from munnari.oz.au | Todd C. Miller |
2012-02-29 | - Test for the retrieved page address not being NULL. This turns free((void*)1) | Otto Moerbeek |
2012-02-28 | Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which trying | Philip Guenthe |
2012-02-27 | fix __errno symbol name | Miod Vallat |
2012-02-26 | Fix buglets. | Miod Vallat |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-26 | __cerror gets invoked with errno in v0, not a0. | Miod Vallat |
2012-02-26 | Fix label for threaded binaries to link. | Miod Vallat |
2012-02-25 | Apply a bit more consistency in the ordering of functions in each | Philip Guenthe |
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 | PTHREAD_MUTEX_NORMAL mutexes are supposed to self-deadlock, not abort. | Philip Guenthe |
2012-02-23 | Add pthread_condattr_{get,set}clock(), requested by aja@ | Philip Guenthe |
2012-02-21 | Make pthread_suspend_np() and pthread_resume_np() simply fail instead | Philip Guenthe |
2012-02-19 | Fix return value documentation errors in usbhid(3). | Stefan Sperling |
2012-02-19 | Fix problems revealed by regress/lib/libpthread/stack/stack.c | 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 |
2012-02-18 | Fix the handling of the stackaddr, stacksize, and guardsize attributes: | Philip Guenthe |
2012-02-18 | Missing cerror bits. | Miod Vallat |
2012-02-18 | Work around compiler confusion while building rthread.o on vax. | Miod Vallat |
2012-02-18 | Extend after recent msdos support. | Antoine Jacoutot |
2012-02-18 | Initialize the scope, policy, and inherit members in pthread_attr_init() | Philip Guenthe |
2012-02-17 | Allow librthread to build on mips64. | Miod Vallat |
2012-02-16 | Set __isthreaded in pthread_create() instead of _rthread_init() such that it | Mark Kettenis |
2012-02-15 | Nothing important, just switching from pthreads to rthreads | Philip Guenthe |
2012-02-15 | Bump major to be current libpthread major +1, so we can switch over cleanly. | Philip Guenthe |
2012-02-15 | Add pthread_rwlockattr_{get,set}pshared() and | Philip Guenthe |
2012-02-08 | r1.27 changed libevent to fire a read event when kqueue returned EBADF | Nicholas Marriott |
2012-02-06 | Revert previous diff as it resulted in the wrong return code when | Philip Guenthe |
2012-02-04 | If the internal consistency check fails, set errno so that it doesn't | Philip Guenthe |
2012-01-30 | Handle a wider range of kqueue error return values for an event, | Nicholas Marriott |
2012-01-25 | @($*& Merging patches resulted in a line being duplicated instead of | Philip Guenthe |
2012-01-22 | Credit Keith Sklower and 2BSD for the first implementation of read-write | Ingo Schwarze |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2012-01-19 | symetry | Marc Espie |
2012-01-18 | remove unused variable | Charles Longeau |
2012-01-18 | Add missing header needed by iswspace() | Charles Longeau |
2012-01-18 | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | Stefan Sperling |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |