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_kern.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grab the current time before calculating thread wake-up time.
marc
2005-01-28
1
-19
/
+9
*
refresh curthread after a thread switch so it points to the real
marc
2004-04-13
1
-1
/
+11
*
When poll(2)'ing for readability or writability of a file descriptor
brad
2004-04-09
1
-3
/
+7
*
Add support for blocking thread switches during dlopen and other
marc
2003-05-13
1
-1
/
+17
*
Create a siginfo_t for thread-to-thread kill.
marc
2003-01-31
1
-5
/
+6
*
pthreads signal handling improvements. With these changes all
marc
2003-01-27
1
-70
/
+8
*
save and restore fp state when switching threads. This, with
marc
2003-01-24
1
-50
/
+30
*
test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is
marc
2002-11-04
1
-4
/
+7
*
signal handling changes. This corrects several signal
marc
2002-10-30
1
-29
/
+46
*
account for the process signal mask when dealing with signals; tested
fgsch
2002-02-21
1
-1
/
+19
*
comment out the pending signals check by now; it was not suppose to be
fgsch
2002-01-04
1
-1
/
+3
*
More changes from FreeBSD, including:
fgsch
2001-12-31
1
-255
/
+199
*
Allow the scheduler to return to the signal handler and the signal
marc
2001-12-18
1
-2
/
+7
*
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
fgsch
2001-12-08
1
-15
/
+21
*
put changes back, this time ALL the files.
fgsch
2001-09-04
1
-2
/
+2
*
Back out fgsch@'s tree breaking commits.
todd
2001-08-30
1
-2
/
+2
*
fix some const warnings.
fgsch
2001-08-30
1
-2
/
+2
*
Start syncing with FreeBSD:
fgsch
2001-08-21
1
-33
/
+57
*
ops, _thread_kern_set_timeout() to const.
fgsch
2001-08-15
1
-2
/
+2
*
switch stacks even when restoring a preempted thread. (credit to pefo@)
d
2001-01-16
1
-12
/
+8
*
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.
d
2000-10-04
1
-29
/
+31
*
sync with FreeBSD
d
1999-11-25
1
-882
/
+676
*
sync with FreeBSD
d
1999-05-26
1
-294
/
+298
*
don't compute resource usage. this speeds things up a lot
d
1999-02-01
1
-1
/
+5
*
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
d
1999-01-17
1
-1
/
+15
*
clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident
d
1999-01-10
1
-51
/
+21
*
resource accounting; initial timeslice bug fix
d
1998-12-21
1
-8
/
+31
*
sync with freebsd
d
1998-11-20
1
-2
/
+19
*
sync with FreeBSD (rwlock, gc thread, man pages)
d
1998-11-09
1
-89
/
+15
*
experimental threaded libc - kernel only
d
1998-08-27
1
-0
/
+1372