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
/
pthread_private.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
major bump to libc and libpthread to break the dependency of a
marc
2004-06-07
1
-2
/
+2
*
Add a simple work-around for deadlocking on recursive
brad
2004-02-01
1
-1
/
+4
*
threaded version of closefrom
marc
2004-01-15
1
-1
/
+2
*
there is no pause() wrapper (thread_sys_pause) so remove the prototype
brad
2003-12-31
1
-2
/
+1
*
missing proto for kqueue(); marc@ ok
mickey
2003-11-10
1
-1
/
+2
*
Go back to using ITIMER_PROF for the non-profiled libpthread and use
millert
2003-08-01
1
-2
/
+2
*
remove variable never read
marc
2003-07-08
1
-2
/
+1
*
Add support for blocking thread switches during dlopen and other
marc
2003-05-13
1
-1
/
+2
*
fix bug that would leave an FD locked if dup'd, then closed.
marc
2003-02-14
1
-1
/
+2
*
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
marc
2003-02-04
1
-13
/
+16
*
Create a siginfo_t for thread-to-thread kill.
marc
2003-01-31
1
-11
/
+19
*
pthreads signal handling improvements. With these changes all
marc
2003-01-27
1
-12
/
+3
*
save and restore fp state when switching threads. This, with
marc
2003-01-24
1
-2
/
+2
*
add a debugging function not normally called
marc
2002-12-11
1
-1
/
+2
*
remove unused data member from pthread_cond.
marc
2002-12-08
1
-2
/
+1
*
get rid of compiler warnings
marc
2002-11-12
1
-2
/
+2
*
removes duplicate functions and factor out common code so the needed (but
marc
2002-10-30
1
-12
/
+2
*
signal handling changes. This corrects several signal
marc
2002-10-30
1
-4
/
+6
*
account for the process signal mask when dealing with signals; tested
fgsch
2002-02-21
1
-1
/
+12
*
Instead of ifdef around ENOTSUP, move it to pthread_private.h and make
fgsch
2002-01-19
1
-1
/
+6
*
More changes from FreeBSD, including:
fgsch
2001-12-31
1
-14
/
+15
*
More sync.
fgsch
2001-12-19
1
-19
/
+53
*
More sync with freebsd code; join related code this time.
fgsch
2001-12-11
1
-6
/
+16
*
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
fgsch
2001-12-08
1
-14
/
+11
*
Use _waitq_remove() and _waitq_insert() always; from FreeBSD.
fgsch
2001-09-04
1
-19
/
+3
*
put changes back, this time ALL the files.
fgsch
2001-09-04
1
-11
/
+9
*
Back out fgsch@'s tree breaking commits.
todd
2001-08-30
1
-9
/
+11
*
fix some const warnings.
fgsch
2001-08-30
1
-11
/
+9
*
More sync with FreeBSD.
fgsch
2001-08-29
1
-30
/
+182
*
More syncing with FreeBSD, preparing for a commit.
fgsch
2001-08-26
1
-10
/
+94
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-4
/
+8
*
* kevent(2) support; from FreeBSD.
fgsch
2001-08-15
1
-2
/
+8
*
use __x__ formats for __attribute__ arguments; guenther@gac.edu
deraadt
2000-12-06
1
-3
/
+3
*
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.
d
2000-10-04
1
-10
/
+14
*
volatile; thread_private.h; locking defines moved out; kill(), getpid()
d
2000-01-06
1
-31
/
+33
*
sync with FreeBSD
d
1999-11-25
1
-139
/
+209
*
TAILQ_FOREACH now is in queue.h
espie
1999-09-08
1
-7
/
+1
*
Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.
d
1999-06-15
1
-6
/
+1
*
sync with freebsd
d
1999-06-09
1
-4
/
+5
*
sync with FreeBSD
d
1999-05-26
1
-23
/
+210
*
update prototypes now that socket functions take socklen_t as a length parameter
millert
1999-02-16
1
-10
/
+10
*
move private spinlock protos out
d
1999-01-18
1
-1
/
+3
*
sync with previous changes
d
1999-01-18
1
-9
/
+32
*
fix proto
d
1999-01-10
1
-2
/
+3
*
slight structure rearrange for gdb thread support
d
1999-01-08
1
-3
/
+4
*
add fchflags and fpathconf as well.
d
1999-01-08
1
-2
/
+3
*
add poll(2). This might help get X threaded.
d
1999-01-08
1
-2
/
+7
*
preserve FreeBSD idents
d
1998-12-23
1
-0
/
+2
*
resource accounting
d
1998-12-21
1
-0
/
+6
*
sync with freebsd
d
1998-11-20
1
-3
/
+4
[next]