index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
rthread_attr.c
Age
Commit message (
Expand
)
Author
2014-08-09
Only need <stdint.h> and not <inttypes.h> here
Philip Guenther
2012-03-22
Remove pthread_suspend* and related functions. This is part of the
Kurt Miller
2012-03-20
Clean up unnecessary prototypes. Pointed out by brad@
Philip Guenthe
2012-03-02
fix check when setting the contention scope. harmless atm but still wrong.
Federico G. Schwindt
2012-02-19
Fix problems revealed by regress/lib/libpthread/stack/stack.c
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
Fix the handling of the stackaddr, stacksize, and guardsize attributes:
Philip Guenthe
2012-02-18
Initialize the scope, policy, and inherit members in pthread_attr_init()
Philip Guenthe
2011-11-06
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
Philip Guenthe
2008-10-13
use calloc() instead of malloc() and memset()
Kevin Lo
2006-01-05
Remove redundant mprotect() calls (we're unmapping the region anyway)
Otto Moerbeek
2006-01-05
add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare
Marco S Hyman
2006-01-04
allow threads to be created in a detached state
Marco S Hyman
2006-01-01
thread stack handling changes. Add guard zones and allow stack
Marco S Hyman
2005-12-31
Implement suspend/resume and creation of initially suspended threads.
Otto Moerbeek
2005-12-19
update copyright to 2005
Ted Unangst
2005-12-19
add pthread_get/set_concurrency (useless for now)
Ted Unangst
2005-12-03
add userland thread library. incomplete, but functional
Ted Unangst