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
/
pthread_private.h
Age
Commit message (
Expand
)
Author
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2004-02-01
Add a simple work-around for deadlocking on recursive
Brad Smith
2004-01-15
threaded version of closefrom
Marco S Hyman
2003-12-31
there is no pause() wrapper (thread_sys_pause) so remove the prototype
Brad Smith
2003-11-10
missing proto for kqueue(); marc@ ok
Michael Shalayeff
2003-08-01
Go back to using ITIMER_PROF for the non-profiled libpthread and use
Todd C. Miller
2003-07-08
remove variable never read
Marco S Hyman
2003-05-13
Add support for blocking thread switches during dlopen and other
Marco S Hyman
2003-02-14
fix bug that would leave an FD locked if dup'd, then closed.
Marco S Hyman
2003-02-04
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
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-12-11
add a debugging function not normally called
Marco S Hyman
2002-12-08
remove unused data member from pthread_cond.
Marco S Hyman
2002-11-12
get rid of compiler warnings
Marco S Hyman
2002-10-30
removes duplicate functions and factor out common code so the needed (but
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-19
Instead of ifdef around ENOTSUP, move it to pthread_private.h and make
Federico G. Schwindt
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-19
More sync.
Federico G. Schwindt
2001-12-11
More sync with freebsd code; join related code this time.
Federico G. Schwindt
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-09-04
Use _waitq_remove() and _waitq_insert() always; from FreeBSD.
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-29
More sync with FreeBSD.
Federico G. Schwindt
2001-08-26
More syncing with FreeBSD, preparing for a commit.
Federico G. Schwindt
2001-08-21
Start syncing with FreeBSD:
Federico G. Schwindt
2001-08-15
* kevent(2) support; from FreeBSD.
Federico G. Schwindt
2000-12-06
use __x__ formats for __attribute__ arguments; guenther@gac.edu
Theo de Raadt
2000-10-04
switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...
David Leonard
2000-01-06
volatile; thread_private.h; locking defines moved out; kill(), getpid()
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-09-08
TAILQ_FOREACH now is in queue.h
Marc Espie
1999-06-15
Remove pthread_atfork(). It was only part of draft 10 for a little while and ...
David Leonard
1999-06-09
sync with freebsd
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-02-16
update prototypes now that socket functions take socklen_t as a length parameter
Todd C. Miller
1999-01-18
move private spinlock protos out
David Leonard
1999-01-18
sync with previous changes
David Leonard
1999-01-10
fix proto
David Leonard
1999-01-08
slight structure rearrange for gdb thread support
David Leonard
1999-01-08
add fchflags and fpathconf as well.
David Leonard
1999-01-08
add poll(2). This might help get X threaded.
David Leonard
1998-12-23
preserve FreeBSD idents
David Leonard
1998-12-21
resource accounting
David Leonard
1998-11-20
sync with freebsd
David Leonard
[next]