| Commit message (Expand) | Author | Age | Files | Lines |
* | Off-by-ones, from aaron@ |  miod | 2003-09-22 | 1 | -2/+2 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 2003-08-06 | 1 | -5/+5 |
* | Go back to using ITIMER_PROF for the non-profiled libpthread and use |  millert | 2003-08-01 | 1 | -2/+2 |
* | remove variable never read |  marc | 2003-07-08 | 3 | -8/+3 |
* | Add support for blocking thread switches during dlopen and other |  marc | 2003-05-13 | 3 | -4/+27 |
* | fix for pr# 3179 and 3238. Patch verified by author of 3179. |  marc | 2003-04-30 | 2 | -4/+10 |
* | Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead. |  marc | 2003-03-31 | 1 | -317/+0 |
* | sprintf -> snprintf; ok millert@, henning@ |  marc | 2003-03-20 | 1 | -3/+3 |
* | fix bug that would leave an FD locked if dup'd, then closed. |  marc | 2003-02-14 | 3 | -13/+27 |
* | white space |  marc | 2003-02-14 | 1 | -4/+4 |
* | AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table_dup |  marc | 2003-02-05 | 1 | -2/+2 |
* | handle the case where from_fd == to_fd in _thread_fd_table_dup |  marc | 2003-02-05 | 1 | -15/+18 |
* | thread fd handling, part 2. Don't mung file flags until forced |  marc | 2003-02-05 | 3 | -15/+25 |
* | Part 1 of thread fd handling fixes. In the new scheme fd_table_entries |  marc | 2003-02-04 | 7 | -368/+325 |
* | bad marc, commited crap to shut gcc up. Remove the crap. |  marc | 2003-01-31 | 1 | -2/+1 |
* | Create a siginfo_t for thread-to-thread kill. |  marc | 2003-01-31 | 15 | -168/+97 |
* | pthreads signal handling improvements. With these changes all |  marc | 2003-01-27 | 7 | -383/+167 |
* | save and restore fp state when switching threads. This, with |  marc | 2003-01-24 | 3 | -77/+46 |
* | remove libc_r mention in comment |  marc | 2003-01-20 | 1 | -4/+4 |
* | Allow the fetching of current stack info from threaded apps. |  marc | 2003-01-20 | 1 | -4/+36 |
* | Use the sources that exist in sibdirs of libpthread, not libc_r |  marc | 2003-01-20 | 1 | -3/+3 |
* | return (func(...)) not needed when the current function and func |  marc | 2003-01-19 | 2 | -5/+11 |
* | add a debugging function not normally called |  marc | 2002-12-11 | 2 | -3/+63 |
* | remove unused data member from pthread_cond. |  marc | 2002-12-08 | 1 | -2/+1 |
* | get rid of compiler warnings |  marc | 2002-11-12 | 3 | -6/+6 |
* | kill two compiler warnings; ok marc@ |  todd | 2002-11-08 | 1 | -4/+6 |
* | Do not try to initialize entries in the fd table before the table |  marc | 2002-11-08 | 1 | -10/+1 |
* | Add needed table of strong functions that override weak functions |  marc | 2002-11-07 | 2 | -22/+97 |
* | type func(...) -> type\nfunc(...) for function definitions |  marc | 2002-11-07 | 12 | -24/+36 |
* | thread safe libc -- 2nd try. OK miod@, millert@ |  marc | 2002-11-05 | 1 | -30/+11 |
* | test locks against _SPINLOCK_UNLOCKED, not 0. _SPINLOCK_UNLOCKED is |  marc | 2002-11-04 | 1 | -4/+7 |
* | back out previous patch.. there are still some vax/m68k issues |  marc | 2002-11-03 | 1 | -11/+30 |
* | libc changes for thread safety. Tested on: |  marc | 2002-11-03 | 1 | -30/+11 |
* | Include string.h to get memcpy() prototype; OK marc@ |  millert | 2002-11-02 | 1 | -1/+2 |
* | removes duplicate functions and factor out common code so the needed (but |  marc | 2002-10-30 | 3 | -480/+231 |
* | signal handling changes. This corrects several signal |  marc | 2002-10-30 | 11 | -243/+253 |
* | Check for null pointer before deref in info output. Based upon |  marc | 2002-10-21 | 2 | -9/+16 |
* | handle the SA_RESETHAND flag. |  marc | 2002-10-07 | 1 | -2/+10 |
* | remove erroneous comment |  marc | 2002-09-12 | 1 | -3/+2 |
* | spelling; raj@cerias.purdue.edu |  deraadt | 2002-06-04 | 1 | -3/+3 |
* | return EBUSY, not EWOULDBLOCK for error when calling thread would block |  pvalchev | 2002-05-07 | 1 | -3/+3 |
* | Make sure calls to pthread_cancel() do not take effect if the target |  pvalchev | 2002-05-07 | 1 | -3/+5 |
* | ANSI'fy. |  fgsch | 2002-03-07 | 1 | -10/+5 |
* | From FreeBSD: |  fgsch | 2002-03-07 | 2 | -3/+6 |
* | account for the process signal mask when dealing with signals; tested |  fgsch | 2002-02-21 | 5 | -25/+99 |
* | correct return values. |  fgsch | 2002-02-19 | 1 | -8/+6 |
* | From FreeBSD: |  fgsch | 2002-02-19 | 1 | -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. |  millert | 2002-02-16 | 1 | -4/+4 |
* | remove old style init used by mips. uses _thread_init_constructor now |  pefo | 2002-01-24 | 1 | -17/+2 |
* | From FreeBSD: |  fgsch | 2002-01-23 | 1 | -199/+402 |