Age | Commit message (Expand) | Author |
---|---|---|
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2017-07-29 | not all the world is an i386. Back out breakage. | Theo de Raadt |
2017-07-29 | Use memory barriers to prevent pointer use before initialization. | Paul Irofti |
2016-09-04 | Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". | Michal Mazurek |
2016-09-03 | Remove _USING_TICKETS, it's defined as 0. No functional change. | Michal Mazurek |
2016-04-02 | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2013-06-01 | something's not quite right yet. ticket locks result in more CPU usage | Ted Unangst |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe |