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
Age
Commit message (
Expand
)
Author
2003-01-31
bad marc, commited crap to shut gcc up. Remove the crap.
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
2003-01-20
remove libc_r mention in comment
Marco S Hyman
2003-01-20
Allow the fetching of current stack info from threaded apps.
Marco S Hyman
2003-01-20
Use the sources that exist in sibdirs of libpthread, not libc_r
Marco S Hyman
2003-01-19
return (func(...)) not needed when the current function and func
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-11-08
kill two compiler warnings; ok marc@
Todd T. Fries
2002-11-08
Do not try to initialize entries in the fd table before the table
Marco S Hyman
2002-11-07
Add needed table of strong functions that override weak functions
Marco S Hyman
2002-11-07
type func(...) -> type\nfunc(...) for function definitions
Marco S Hyman
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-04
test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is
Marco S Hyman
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2002-11-02
Include string.h to get memcpy() prototype; OK marc@
Todd C. Miller
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-10-21
Check for null pointer before deref in info output. Based upon
Marco S Hyman
2002-10-07
handle the SA_RESETHAND flag.
Marco S Hyman
2002-09-12
remove erroneous comment
Marco S Hyman
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-05-07
return EBUSY, not EWOULDBLOCK for error when calling thread would block
Peter Valchev
2002-05-07
Make sure calls to pthread_cancel() do not take effect if the target
Peter Valchev
2002-03-07
ANSI'fy.
Federico G. Schwindt
2002-03-07
From FreeBSD:
Federico G. Schwindt
2002-02-21
account for the process signal mask when dealing with signals; tested
Federico G. Schwindt
2002-02-19
correct return values.
Federico G. Schwindt
2002-02-19
From FreeBSD:
Federico G. Schwindt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-24
remove old style init used by mips. uses _thread_init_constructor now
Per Fogelstrom
2002-01-23
From FreeBSD:
Federico G. Schwindt
2002-01-19
Instead of ifdef around ENOTSUP, move it to pthread_private.h and make
Federico G. Schwindt
2002-01-19
From FreeBSD: correct priority handling.
Federico G. Schwindt
2002-01-18
From FreeBSD: sem_XXX implementation; manpages comming in a bit.
Federico G. Schwindt
2002-01-17
when alloc'ing the ready queue, make it big enough.
Federico G. Schwindt
2002-01-10
Change 1st arg in pthread_attr_getdetachstate to const.
Federico G. Schwindt
2002-01-10
From FreeBSD: fix conversion from msec to timespec.
Federico G. Schwindt
2002-01-04
comment out the pending signals check by now; it was not suppose to be
Federico G. Schwindt
2002-01-02
fpathconf(2) returns long.
Federico G. Schwindt
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-30
call pthread_sigmask() instead of having the code twice.
Federico G. Schwindt
2001-12-20
From FreeBSD:
Federico G. Schwindt
2001-12-20
sync with freebsd.
Federico G. Schwindt
2001-12-19
More sync.
Federico G. Schwindt
2001-12-18
Allow the scheduler to return to the signal handler and the signal
Marco S Hyman
[prev]
[next]