summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2003-05-27libpthread support for vax, at last.Miod Vallat
2003-05-19Missing licenceMiod Vallat
2003-05-18- typosJason McIntyre
2003-05-13Add support for blocking thread switches during dlopen and otherMarco S Hyman
2003-05-08crank major number to correspond to libc major changeTodd C. Miller
2003-05-08RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template.Jason McIntyre
2003-05-01Enable compiler warning options but NOT -WerrorMarco S Hyman
2003-04-30fix for pr# 3179 and 3238. Patch verified by author of 3179.Marco S Hyman
2003-04-14when libc/shlib_version says you need to crank this one too, DO NOT IGNORETheo de Raadt
2003-03-31Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead.Marco S Hyman
2003-03-20sprintf -> snprintf; ok millert@, henning@Marco S Hyman
2003-03-14document that sigwait() needs to be linked with -pthread;Jason McIntyre
2003-02-27Don't need to specify both __dead and __attribute__((__noreturn__)) forChad Loder
2003-02-20copyrights added;Jason McIntyre
2003-02-18intial -> initial;Jason McIntyre
2003-02-14- save and restore %fsr, too.Jason Wright
2003-02-14fix bug that would leave an FD locked if dup'd, then closed.Marco S Hyman
2003-02-14white spaceMarco S Hyman
2003-02-10priviledged -> privileged from David Krause via Henning BrauerMarco S Hyman
2003-02-05AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table...Marco S Hyman
2003-02-05handle the case where from_fd == to_fd in _thread_fd_table_dupMarco S Hyman
2003-02-05thread fd handling, part 2. Don't mung file flags until forcedMarco S Hyman
2003-02-04Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesMarco S Hyman
2003-01-31typoTheo de Raadt
2003-01-31stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc.Jason Wright
2003-01-31bad marc, commited crap to shut gcc up. Remove the crap.Marco S Hyman
2003-01-31Create a siginfo_t for thread-to-thread kill.Marco S Hyman
2003-01-27pthreads signal handling improvements. With these changes allMarco S Hyman
2003-01-27Save all floating point registers to full register sized fields, notDale Rahn
2003-01-26save fpu context (needs optimization)Jason Wright
2003-01-24On save:Jason Wright
2003-01-24Save FPU state (unconditionally)Jason Wright
2003-01-24save and restore fp state when switching threads. This, withMarco S Hyman
2003-01-24save i386 fpu stateMarco S Hyman
2003-01-23stubs for functions needed by the vaxMarco S Hyman
2003-01-20remove libc_r mention in commentMarco S Hyman
2003-01-20Allow the fetching of current stack info from threaded apps.Marco S Hyman
2003-01-20Use the sources that exist in sibdirs of libpthread, not libc_rMarco S Hyman
2003-01-19return (func(...)) not needed when the current function and funcMarco S Hyman
2003-01-16make it compileMichael Shalayeff
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2002-12-12use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_tMarco S Hyman
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-11-16Enable libpthread, kind of....Marco S Hyman
2002-11-12get rid of compiler warningsMarco S Hyman
2002-11-12don't build with -g/-ggdb by default.Marco S Hyman