| Commit message (Expand) | Author | Age | Files | Lines |
* | syslog_r() expects a priority, not a faciliy. Use LOG_ERR for the |  bluhm | 2018-05-02 | 1 | -4/+4 |
* | (file missed from previous commit) |  deraadt | 2018-04-12 | 1 | -4/+48 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -1/+7 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 1 | -4/+2 |
* | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal |  guenther | 2016-04-02 | 1 | -1/+2 |
* | Only need <stdint.h> and not <inttypes.h> here |  guenther | 2014-08-09 | 1 | -2/+2 |
* | Remove pthread_suspend* and related functions. This is part of the |  kurt | 2012-03-22 | 1 | -8/+1 |
* | Clean up unnecessary prototypes. Pointed out by brad@ |  guenther | 2012-03-20 | 1 | -7/+1 |
* | fix check when setting the contention scope. harmless atm but still wrong. |  fgsch | 2012-03-02 | 1 | -2/+2 |
* | Fix problems revealed by regress/lib/libpthread/stack/stack.c |  guenther | 2012-02-19 | 1 | -11/+8 |
* | Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}() |  guenther | 2012-02-19 | 1 | -2/+4 |
* | Fix previous commit: _rthread_init() was static. |  guenther | 2012-02-18 | 1 | -12/+18 |
* | Before using _thread_pagesize, make sure _rthread_init() has been called |  guenther | 2012-02-18 | 1 | -1/+5 |
* | Fix the handling of the stackaddr, stacksize, and guardsize attributes: |  guenther | 2012-02-18 | 1 | -25/+14 |
* | Initialize the scope, policy, and inherit members in pthread_attr_init() |  guenther | 2012-02-18 | 1 | -1/+4 |
* | Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes |  guenther | 2011-11-06 | 1 | -10/+1 |
* | use calloc() instead of malloc() and memset() |  kevlo | 2008-10-13 | 1 | -3/+2 |
* | Remove redundant mprotect() calls (we're unmapping the region anyway) |  otto | 2006-01-05 | 1 | -2/+12 |
* | add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare |  marc | 2006-01-05 | 1 | -1/+8 |
* | allow threads to be created in a detached state |  marc | 2006-01-04 | 1 | -4/+9 |
* | thread stack handling changes. Add guard zones and allow stack |  marc | 2006-01-01 | 1 | -4/+45 |
* | Implement suspend/resume and creation of initially suspended threads. |  otto | 2005-12-31 | 1 | -1/+9 |
* | update copyright to 2005 |  tedu | 2005-12-19 | 1 | -2/+2 |
* | add pthread_get/set_concurrency (useless for now) |  tedu | 2005-12-19 | 1 | -2/+36 |
* | add userland thread library. incomplete, but functional |  tedu | 2005-12-03 | 1 | -0/+109 |