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
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-27
Save all floating point registers to full register sized fields, not
Dale Rahn
2003-01-26
save fpu context (needs optimization)
Jason Wright
2003-01-24
On save:
Jason Wright
2003-01-24
Save FPU state (unconditionally)
Jason Wright
2003-01-24
save and restore fp state when switching threads. This, with
Marco S Hyman
2003-01-24
save i386 fpu state
Marco S Hyman
2003-01-23
stubs for functions needed by the vax
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
2003-01-16
make it compile
Michael Shalayeff
2003-01-14
Bye-bye libc_r. libc_r and libnpthread go away. libpthread
Marco S Hyman
2002-12-12
use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t
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-12-03
Crank all library major numbers. Needed due to the fact that we
Todd C. Miller
2002-11-29
Foward; torh@bogus.net
Theo de Raadt
2002-11-21
Add strerror_r and functions versions of getchar_unlocked and
Marco S Hyman
2002-11-16
Enable libpthread, kind of....
Marco S Hyman
2002-11-12
get rid of compiler warnings
Marco S Hyman
2002-11-12
don't build with -g/-ggdb by default.
Marco S Hyman
2002-11-12
Fix the C version of atomic lock so that the compiler will not share
Dale Rahn
2002-11-09
remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.
Federico G. Schwindt
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-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
[prev]
[next]