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_fork.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
After forking, clear the 'thread joining this one' pointer in the child,
guenther
2010-07-12
1
-1
/
+4
*
Make internal file descriptor handling async-signal safe by eliminating
kurt
2009-12-06
1
-4
/
+2
*
After forking, the child is single threaded, so tell libc that. This
guenther
2009-10-21
1
-1
/
+4
*
- do not call pthread_atfork(3) handlers when a multithreaded program
kurt
2008-04-04
1
-25
/
+30
*
make pthread vfork() not call fork(), but actually call vfork(). our
deraadt
2007-11-20
1
-2
/
+10
*
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
kurt
2007-04-27
1
-2
/
+2
*
Revert previous commit which introduced regressions in KDE.
kurt
2007-04-10
1
-5
/
+2
*
Upon fork() set the child's view of the stored file status flags inherited
kurt
2007-04-07
1
-2
/
+5
*
Part 2 of file descriptor race and deadlock corrections.
kurt
2006-09-26
1
-1
/
+9
*
Part 1 of file descriptor race and deadlock corrections.
kurt
2006-09-22
1
-1
/
+3
*
Add pthread_atfork(3)
brad
2005-10-30
1
-2
/
+22
*
Remove some double semicolons (hmm, do two semis equal a maxi?).
millert
2003-08-06
1
-5
/
+5
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-5
/
+6
*
include stdlib.h
d
2000-01-06
1
-1
/
+2
*
really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)
d
1999-11-30
1
-24
/
+15
*
sync with FreeBSD
d
1999-11-25
1
-39
/
+73
*
Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.
d
1999-06-15
1
-9
/
+1
*
sync with FreeBSD
d
1999-05-26
1
-2
/
+35
*
pthread_atfork()
d
1999-01-17
1
-1
/
+7
*
ident
d
1999-01-06
1
-0
/
+1
*
sync with FreeBSD (rwlock, gc thread, man pages)
d
1998-11-09
1
-4
/
+4
*
experimental threaded libc - kernel only
d
1998-08-27
1
-0
/
+132