index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
uthread
/
uthread_kern.c
Age
Commit message (
Expand
)
Author
2004-04-13
refresh curthread after a thread switch so it points to the real
Marco S Hyman
2004-04-09
When poll(2)'ing for readability or writability of a file descriptor
Brad Smith
2003-05-13
Add support for blocking thread switches during dlopen and other
Marco S Hyman
2003-01-31
Create a siginfo_t for thread-to-thread kill.
Marco S Hyman
2003-01-27
pthreads signal handling improvements. With these changes all
Marco S Hyman
2003-01-24
save and restore fp state when switching threads. This, with
Marco S Hyman
2002-11-04
test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is
Marco S Hyman
2002-10-30
signal handling changes. This corrects several signal
Marco S Hyman
2002-02-21
account for the process signal mask when dealing with signals; tested
Federico G. Schwindt
2002-01-04
comment out the pending signals check by now; it was not suppose to be
Federico G. Schwindt
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-18
Allow the scheduler to return to the signal handler and the signal
Marco S Hyman
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2001-08-15
ops, _thread_kern_set_timeout() to const.
Federico G. Schwindt
2001-01-16
switch stacks even when restoring a preempted thread. (credit to pefo@)
David Leonard
2000-10-04
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-02-01
don't compute resource usage. this speeds things up a lot
David Leonard
1999-01-17
mi+md jmp_buf; save i386s fs and gs for WINE (csapuntz@stanford.edu)
David Leonard
1999-01-10
clean up timer calculations; dont use PTHREAD_NOFLOAT; keep freebsd ident
David Leonard
1998-12-21
resource accounting; initial timeslice bug fix
David Leonard
1998-11-20
sync with freebsd
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-27
experimental threaded libc - kernel only
David Leonard