summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread (follow)
Commit message (Expand)AuthorAgeFilesLines
* Off-by-ones, from aaron@miod2003-09-221-2/+2
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-5/+5
* Go back to using ITIMER_PROF for the non-profiled libpthread and usemillert2003-08-011-2/+2
* remove variable never readmarc2003-07-083-8/+3
* Add support for blocking thread switches during dlopen and othermarc2003-05-133-4/+27
* fix for pr# 3179 and 3238. Patch verified by author of 3179.marc2003-04-302-4/+10
* Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead.marc2003-03-311-317/+0
* sprintf -> snprintf; ok millert@, henning@marc2003-03-201-3/+3
* fix bug that would leave an FD locked if dup'd, then closed.marc2003-02-143-13/+27
* white spacemarc2003-02-141-4/+4
* AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table_dupmarc2003-02-051-2/+2
* handle the case where from_fd == to_fd in _thread_fd_table_dupmarc2003-02-051-15/+18
* thread fd handling, part 2. Don't mung file flags until forcedmarc2003-02-053-15/+25
* Part 1 of thread fd handling fixes. In the new scheme fd_table_entriesmarc2003-02-047-368/+325
* bad marc, commited crap to shut gcc up. Remove the crap.marc2003-01-311-2/+1
* Create a siginfo_t for thread-to-thread kill.marc2003-01-3115-168/+97
* pthreads signal handling improvements. With these changes allmarc2003-01-277-383/+167
* save and restore fp state when switching threads. This, withmarc2003-01-243-77/+46
* remove libc_r mention in commentmarc2003-01-201-4/+4
* Allow the fetching of current stack info from threaded apps.marc2003-01-201-4/+36
* Use the sources that exist in sibdirs of libpthread, not libc_rmarc2003-01-201-3/+3
* return (func(...)) not needed when the current function and funcmarc2003-01-192-5/+11
* add a debugging function not normally calledmarc2002-12-112-3/+63
* remove unused data member from pthread_cond.marc2002-12-081-2/+1
* get rid of compiler warningsmarc2002-11-123-6/+6
* kill two compiler warnings; ok marc@todd2002-11-081-4/+6
* Do not try to initialize entries in the fd table before the tablemarc2002-11-081-10/+1
* Add needed table of strong functions that override weak functionsmarc2002-11-072-22/+97
* type func(...) -> type\nfunc(...) for function definitionsmarc2002-11-0712-24/+36
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-30/+11
* test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED ismarc2002-11-041-4/+7
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-11/+30
* libc changes for thread safety. Tested on:marc2002-11-031-30/+11
* Include string.h to get memcpy() prototype; OK marc@millert2002-11-021-1/+2
* removes duplicate functions and factor out common code so the needed (butmarc2002-10-303-480/+231
* signal handling changes. This corrects several signalmarc2002-10-3011-243/+253
* Check for null pointer before deref in info output. Based uponmarc2002-10-212-9/+16
* handle the SA_RESETHAND flag.marc2002-10-071-2/+10
* remove erroneous commentmarc2002-09-121-3/+2
* spelling; raj@cerias.purdue.eduderaadt2002-06-041-3/+3
* return EBUSY, not EWOULDBLOCK for error when calling thread would blockpvalchev2002-05-071-3/+3
* Make sure calls to pthread_cancel() do not take effect if the targetpvalchev2002-05-071-3/+5
* ANSI'fy.fgsch2002-03-071-10/+5
* From FreeBSD:fgsch2002-03-072-3/+6
* account for the process signal mask when dealing with signals; testedfgsch2002-02-215-25/+99
* correct return values.fgsch2002-02-191-8/+6
* From FreeBSD:fgsch2002-02-191-2/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* remove old style init used by mips. uses _thread_init_constructor nowpefo2002-01-241-17/+2
* From FreeBSD:fgsch2002-01-231-199/+402