summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread
AgeCommit message (Expand)Author
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-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-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-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-24save and restore fp state when switching threads. This, withMarco 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
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-11-12get rid of compiler warningsMarco S Hyman
2002-11-08kill two compiler warnings; ok marc@Todd T. Fries
2002-11-08Do not try to initialize entries in the fd table before the tableMarco S Hyman
2002-11-07Add needed table of strong functions that override weak functionsMarco S Hyman
2002-11-07type func(...) -> type\nfunc(...) for function definitionsMarco S Hyman
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-04test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED isMarco S Hyman
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-11-02Include string.h to get memcpy() prototype; OK marc@Todd C. Miller
2002-10-30removes duplicate functions and factor out common code so the needed (butMarco S Hyman
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-10-21Check for null pointer before deref in info output. Based uponMarco S Hyman
2002-10-07handle the SA_RESETHAND flag.Marco S Hyman
2002-09-12remove erroneous commentMarco S Hyman
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-07return EBUSY, not EWOULDBLOCK for error when calling thread would blockPeter Valchev
2002-05-07Make sure calls to pthread_cancel() do not take effect if the targetPeter Valchev
2002-03-07ANSI'fy.Federico G. Schwindt
2002-03-07From FreeBSD:Federico G. Schwindt
2002-02-21account for the process signal mask when dealing with signals; testedFederico G. Schwindt
2002-02-19correct return values.Federico G. Schwindt
2002-02-19From FreeBSD:Federico G. Schwindt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24remove old style init used by mips. uses _thread_init_constructor nowPer Fogelstrom
2002-01-23From FreeBSD:Federico G. Schwindt
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-18From FreeBSD: sem_XXX implementation; manpages comming in a bit.Federico G. Schwindt
2002-01-17when alloc'ing the ready queue, make it big enough.Federico G. Schwindt
2002-01-10Change 1st arg in pthread_attr_getdetachstate to const.Federico G. Schwindt
2002-01-10From FreeBSD: fix conversion from msec to timespec.Federico G. Schwindt