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_stack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-11
Start mapping thread stacks with MAP_STACK. mmap() currently ignores
deraadt
1
-2
/
+2
2018-02-10
Shift top-of-stack down so that the random==0 case doesn't leave stack
deraadt
1
-3
/
+3
2017-09-05
Move mutex, condvar, and thread-specific data routes, pthread_once, and
guenther
1
-3
/
+3
2016-09-04
Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t".
akfaew
1
-3
/
+2
2016-09-01
delete wrong cvs $ tags
deraadt
1
-2
/
+1
2015-01-24
Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP.
kettenis
1
-1
/
+2
2015-01-16
Move to the <limits.h> universe.
deraadt
1
-2
/
+1
2014-06-27
Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless
matthew
1
-2
/
+3
2013-12-18
Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES to
deraadt
1
-5
/
+15
2013-06-01
cleanup and consolidate the spinlock_lock (what a name!) code.
tedu
1
-2
/
+2
2013-03-21
Do not need machine/param.h
deraadt
1
-4
/
+2
2012-08-04
Fix caching of stacks allocated with the default attributes.
guenther
1
-6
/
+8
2012-02-19
Use 'base' as an intermediate char* variable to avoid void* arithmetic
guenther
1
-4
/
+4
2012-02-18
Fix the handling of the stackaddr, stacksize, and guardsize attributes:
guenther
1
-50
/
+88
2011-11-06
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
guenther
1
-2
/
+1
2010-05-26
If the stack size attribute isn't larger than the guard-page size
guenther
1
-1
/
+3
2006-10-27
two comment typos from tbert
tedu
1
-2
/
+2
2006-01-05
Remove redundant mprotect() calls (we're unmapping the region anyway)
otto
1
-5
/
+1
2006-01-01
thread stack handling changes. Add guard zones and allow stack
marc
1
-0
/
+92