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
/
libpthread
/
uthread
/
uthread_create.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR 6417: if we're starting a thread and there's no other threads
guenther
2010-07-13
1
-2
/
+3
*
- add a symbol to help gdb location pthread internals (_thread_ctx_offset)
kurt
2009-07-25
1
-1
/
+2
*
Add pthread_attr_[sg]etguardsize() to match rthread, including manpages
guenther
2008-12-18
1
-2
/
+2
*
Application-specified thread stacks didn't work with libpthread
guenther
2008-07-07
1
-11
/
+7
*
Add debug support.
kettenis
2005-01-23
1
-1
/
+6
*
fixes function parameters to match the man page as well
brad
2004-02-16
1
-2
/
+5
*
remove variable never read
marc
2003-07-08
1
-2
/
+1
*
More changes from FreeBSD, including:
fgsch
2001-12-31
1
-21
/
+42
*
More sync with freebsd code; join related code this time.
fgsch
2001-12-11
1
-3
/
+3
*
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
fgsch
2001-12-08
1
-3
/
+4
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-6
/
+9
*
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.
d
2000-10-04
1
-9
/
+6
*
unused vars
d
2000-01-06
1
-3
/
+1
*
set state of new threads using correct macro. This makes debugging a bit easier.
d
1999-11-30
1
-3
/
+3
*
sync with FreeBSD
d
1999-11-25
1
-49
/
+36
*
sync with FreeBSD
d
1999-05-26
1
-5
/
+31
*
permit NULL result parameter for pthread_create(). Apparently used in Stevens?
d
1999-05-12
1
-2
/
+3
*
extra includes for Wall
d
1999-03-10
1
-1
/
+3
*
don't compute resource usage. this speeds things up a lot
d
1999-02-01
1
-1
/
+3
*
pthread_cancel() and cancellation points
d
1999-01-17
1
-2
/
+5
*
ident
d
1999-01-06
1
-0
/
+2
*
resource accounting
d
1998-12-21
1
-0
/
+2
*
sync with freebsd
d
1998-11-20
1
-1
/
+1
*
sync with FreeBSD (rwlock, gc thread, man pages)
d
1998-11-09
1
-2
/
+19
*
experimental threaded libc - kernel only
d
1998-08-27
1
-0
/
+180