1. c79ce47 64-bit cleanness: fix up types in libpthread.c. by nethercote · 20 years ago
  2. 73b526f by nethercote · 20 years ago
  3. 5d97507 Implement pthread_condattr_setpshared and pthread_condattr_getpshared. by thughes · 20 years ago
  4. b4e55d8 Fix typo, courtesy of Aleksander Salwa. by nethercote · 20 years ago
  5. 9b3c765 by nethercote · 20 years ago
  6. 691e8ee Arch-abstraction: by nethercote · 20 years ago
  7. f24712c Really fix statically initialised read-write locks this time... by thughes · 20 years ago
  8. 2c337fa Make statically initialised read-write locks work. by thughes · 20 years ago
  9. 39569e1 Add a couple of lines that were missed out in the long timeouts patch. by thughes · 20 years ago
  10. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  11. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  12. 8542e0f Remove the limit on the number of pthread read/write locks. This works by thughes · 20 years ago
  13. 4750181 Add a dummy implementation of pthread_attr_getinheritsched. by thughes · 20 years ago
  14. 737cf76 Yet another attempt to quash the assertions in the pthread forwarding code. by thughes · 20 years ago
  15. cca9725 Implement pthread_mutexattr_gettype. by thughes · 20 years ago
  16. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  17. f1e5e15 by nethercote · 20 years ago
  18. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  19. b2717cb More fixes for the cancellation wrappers in libpthread - if looking by thughes · 20 years ago
  20. 2224f5c Maek init_global_thread_specific_state as a constructor to try and ensure by thughes · 20 years ago
  21. d02298a Make sure init_global_thread_specific_state() set the global_init_done by thughes · 20 years ago
  22. cdabdb4 Removed duplicate call to rw_remap. by thughes · 20 years ago
  23. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  24. ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
  25. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  26. a06b911 There is no __accept in any libc or libpthread that I can find so by thughes · 20 years ago
  27. a555ea7 Changed cancellation wrappers to use dlsym(RTLD_NEXT) to look up the by thughes · 20 years ago
  28. 6618e63 by nethercote · 20 years ago
  29. d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 20 years ago
  30. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  31. f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 20 years ago
  32. 4b268e2 Remove function which is no longer used following the changes to by thughes · 20 years ago
  33. 5298da9 Fix the handling of libc thread specific data so that it doesn't rely on by thughes · 20 years ago
  34. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 20 years ago
  35. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  36. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  37. 556c9f8 (David Lee, <david.lee@teracruz.com>) by jseward · 21 years ago
  38. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  39. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  40. aad8c19 Improved vg_libpthread's IGNORED/KLUDGED error messages; lots of people found by nethercote · 21 years ago
  41. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  42. 005e7c1 fix build with kernel 2.6.x by daywalker · 21 years ago
  43. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  44. ff28df9 by njn · 21 years ago
  45. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  46. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago
  47. dfc9b8c by njn · 21 years ago
  48. 3222e0a fix compiler warnings by daywalker · 21 years ago
  49. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  50. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
  51. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  52. fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
  53. 25418ae by sewardj · 21 years ago
  54. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 21 years ago
  55. 4c79121 by njn · 21 years ago
  56. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  57. 11f0bb4 by sewardj · 21 years ago
  58. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  59. e12a45f by sewardj · 21 years ago
  60. 669610b Fix comment bug. by sewardj · 21 years ago
  61. 49b5d17 Make poll() return (errno==EINTR) if the poll is interrupted by a signal. by sewardj · 21 years ago
  62. 17c7977 by sewardj · 21 years ago
  63. ab2e123 Implement pthread_getconcurrency, in the same way as LinuxThreads does it. by sewardj · 22 years ago
  64. b34e4db Implement (nop, but that's OK according to POSIX) pthread_set_concurrency. by sewardj · 22 years ago
  65. 5706bfa Implement (as a nop) pthread_rwlockattr_destroy. by sewardj · 22 years ago
  66. fd7747b by sewardj · 22 years ago
  67. e0cfe2a Comment out unused function. by sewardj · 22 years ago
  68. 12a0e04 Merge patch from Jeremy F: by sewardj · 22 years ago
  69. 2a68e7e Merge patch from JeremyF: by sewardj · 22 years ago
  70. 7db011a by sewardj · 22 years ago
  71. d8acdf2 by sewardj · 22 years ago
  72. f912dfc by sewardj · 22 years ago
  73. 69a72a5 Add a new client request, VG_USERREQ__LOGMESSAGE, and use this to route by sewardj · 22 years ago
  74. 0c573af9 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  75. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  76. d5bef57 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  77. 9aa918d merge rev 1.90.2.12: by sewardj · 22 years ago
  78. 3fd559e merge rev 1.90.2.11: by sewardj · 22 years ago
  79. 111b14c merge revs vg_libpthread.c 1.90.2.10 vg_libpthread_unimp.c 1.30.2.5 by sewardj · 22 years ago
  80. 9ad92d9 merge revs vg_libpthread.c 1.90.2.9 vg_libpthread_unimp.c 1.30.2.4 by sewardj · 22 years ago
  81. 00a66b1 Finish off support for Red Hat 8 thread-specific-data. Unfortunately by sewardj · 22 years ago
  82. 08c7f01 by sewardj · 22 years ago
  83. c953984 by njn · 22 years ago
  84. cb7f08a update the libc_tsd stuff for R H limbo (glibc HEAD actually) and by sewardj · 22 years ago
  85. 80dd168 This glibc (2.2.90 ?) seems to need another thread-specific key. by sewardj · 22 years ago
  86. 6e1543f Placate gcc-3.2, which rather alarmingly complains that ... by sewardj · 22 years ago
  87. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  88. b0ff103 Simulate resolver-specific state as per the real libpthread.so, wherein by sewardj · 22 years ago
  89. 1462c8b Compile fixes for Red Hat Limbo (7.3.92). by sewardj · 22 years ago
  90. fe18eb8 Copy pthread_rwlockattr_setpshared verbatim from LinuxThreads. by sewardj · 22 years ago
  91. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  92. 05bb2c9 select() and poll(): change order of events in main timing loop by sewardj · 22 years ago
  93. d1c1cf2 wait_for_fd_to_be_readable_or_erring: return immediately if fd is by sewardj · 22 years ago
  94. 728a527 Fix subtle bug in the interaction between pthread_create and thread_wrapper, by sewardj · 22 years ago
  95. 1d6b3a2 Make recv block only the calling thread, not the entire process. by sewardj · 22 years ago
  96. 9a2224b Implement pause(). by sewardj · 22 years ago
  97. 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
  98. 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
  99. a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
  100. 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago