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
Age
Commit message (
Expand
)
Author
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-11-01
Working atomic locks on vax for libc_r.
Miod Vallat
2002-11-01
md part for hppa should look like this, at the first look
Michael Shalayeff
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-11
remove unused/unreferenced code.
Marco S Hyman
2002-10-07
handle the SA_RESETHAND flag.
Marco S Hyman
2002-09-12
remove erroneous comment
Marco S Hyman
2002-08-25
fix comment.
Brad Smith
2002-07-10
'sez' is not an english word; ok deraadt@
Jason Peel
2002-06-17
sync with libc_r (NOPOLL no longer needed)
Marco S Hyman
2002-06-06
Implement _atomic_lock in assembler to make it more readable.
Artur Grabowski
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-05-10
Cast u_int64_t explicitly, not long. (cosmetic)
Artur Grabowski
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-05-01
o) start new sentence on a new line;
Mike Pechkin
2002-04-30
Initial cleanup:
Mike Pechkin
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-21
correct .Xr's.
Federico G. Schwindt
2002-02-21
Use .St for standards. Random cleanups as well.
Federico G. Schwindt
2002-02-21
When cleanup_routine is called... also use .St to reference standards.
Federico G. Schwindt
2002-02-21
Xr pthread_kill; from fries@
Federico G. Schwindt
2002-02-20
fix includes and some cleanup.
Federico G. Schwindt
2002-02-20
pthread_kill() manpage; from FreeBSD.
Federico G. Schwindt
2002-02-19
correct return values.
Federico G. Schwindt
2002-02-19
From FreeBSD:
Federico G. Schwindt
2002-02-19
fix this by now; .Rv prolly has to be removed.
Federico G. Schwindt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-08
required piece to compile the lib
Michael Shalayeff
2002-01-28
fix after fgs
Peter Valchev
2002-01-28
correct function name.
Federico G. Schwindt
2002-01-28
sem_XXX(3) manpages; better now that never.
Federico G. Schwindt
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-18
tab vs. spaces
Federico G. Schwindt
2002-01-18
while im here, move the ifndef _SCHED_H_ after the copyright message.
Federico G. Schwindt
2002-01-18
From FreeBSD: header for POSIX 1003.1b semaphores.
Federico G. Schwindt
2002-01-17
when alloc'ing the ready queue, make it big enough.
Federico G. Schwindt
[prev]
[next]