index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
rthread_attr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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