1. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  2. ff28df9 by njn · 21 years ago
  3. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  4. 5e657c3 Implement pthread_spinlock_* (Tim Potter, tpot@samba.org) by sewardj · 21 years ago
  5. dfc9b8c by njn · 21 years ago
  6. 3222e0a fix compiler warnings by daywalker · 21 years ago
  7. c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
  8. f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
  9. 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
  10. fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
  11. 25418ae by sewardj · 21 years ago
  12. 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 21 years ago
  13. 4c79121 by njn · 21 years ago
  14. 262b5be Add possibly-bogus implementations for __libc_current_sigrtmin, by sewardj · 21 years ago
  15. 11f0bb4 by sewardj · 21 years ago
  16. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  17. e12a45f by sewardj · 21 years ago
  18. 669610b Fix comment bug. by sewardj · 22 years ago
  19. 49b5d17 Make poll() return (errno==EINTR) if the poll is interrupted by a signal. by sewardj · 22 years ago
  20. 17c7977 by sewardj · 22 years ago
  21. ab2e123 Implement pthread_getconcurrency, in the same way as LinuxThreads does it. by sewardj · 22 years ago
  22. b34e4db Implement (nop, but that's OK according to POSIX) pthread_set_concurrency. by sewardj · 22 years ago
  23. 5706bfa Implement (as a nop) pthread_rwlockattr_destroy. by sewardj · 22 years ago
  24. fd7747b by sewardj · 22 years ago
  25. e0cfe2a Comment out unused function. by sewardj · 22 years ago
  26. 12a0e04 Merge patch from Jeremy F: by sewardj · 22 years ago
  27. 2a68e7e Merge patch from JeremyF: by sewardj · 22 years ago
  28. 7db011a by sewardj · 22 years ago
  29. d8acdf2 by sewardj · 22 years ago
  30. f912dfc by sewardj · 22 years ago
  31. 69a72a5 Add a new client request, VG_USERREQ__LOGMESSAGE, and use this to route by sewardj · 22 years ago
  32. 0c573af9 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  33. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  34. d5bef57 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  35. 9aa918d merge rev 1.90.2.12: by sewardj · 22 years ago
  36. 3fd559e merge rev 1.90.2.11: by sewardj · 22 years ago
  37. 111b14c merge revs vg_libpthread.c 1.90.2.10 vg_libpthread_unimp.c 1.30.2.5 by sewardj · 22 years ago
  38. 9ad92d9 merge revs vg_libpthread.c 1.90.2.9 vg_libpthread_unimp.c 1.30.2.4 by sewardj · 22 years ago
  39. 00a66b1 Finish off support for Red Hat 8 thread-specific-data. Unfortunately by sewardj · 22 years ago
  40. 08c7f01 by sewardj · 22 years ago
  41. c953984 by njn · 22 years ago
  42. cb7f08a update the libc_tsd stuff for R H limbo (glibc HEAD actually) and by sewardj · 22 years ago
  43. 80dd168 This glibc (2.2.90 ?) seems to need another thread-specific key. by sewardj · 22 years ago
  44. 6e1543f Placate gcc-3.2, which rather alarmingly complains that ... by sewardj · 22 years ago
  45. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  46. b0ff103 Simulate resolver-specific state as per the real libpthread.so, wherein by sewardj · 22 years ago
  47. 1462c8b Compile fixes for Red Hat Limbo (7.3.92). by sewardj · 22 years ago
  48. fe18eb8 Copy pthread_rwlockattr_setpshared verbatim from LinuxThreads. by sewardj · 22 years ago
  49. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  50. 05bb2c9 select() and poll(): change order of events in main timing loop by sewardj · 22 years ago
  51. d1c1cf2 wait_for_fd_to_be_readable_or_erring: return immediately if fd is by sewardj · 22 years ago
  52. 728a527 Fix subtle bug in the interaction between pthread_create and thread_wrapper, by sewardj · 22 years ago
  53. 1d6b3a2 Make recv block only the calling thread, not the entire process. by sewardj · 22 years ago
  54. 9a2224b Implement pause(). by sewardj · 22 years ago
  55. 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
  56. 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
  57. a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
  58. 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago
  59. 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
  60. 645030e When a thread in a nanosleep() wait is interrupted by a non-restartable by sewardj · 22 years ago
  61. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  62. 3d7c8d6 - report the size requested size in pthread_attr_setstacksize() when by sewardj · 22 years ago
  63. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  64. 457cc47 Make my_assert_fail static. by sewardj · 22 years ago
  65. 3e909ce Feature tests for [whether sched_param has a sched_priority member] by sewardj · 22 years ago
  66. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  67. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  68. 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
  69. 2d8b3f0 Remove old rwlock implementation and replace with home-grown one. by sewardj · 22 years ago
  70. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  71. 9a66454 Make __pthread_kill_other_threads_np be UNIMPLEMENTED. If it turns out by sewardj · 22 years ago
  72. d8e919e pthread_cond_timedwait: be robust to timeout points in the past by sewardj · 22 years ago
  73. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  74. d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
  75. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  76. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  77. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  78. 20917d8 by sewardj · 22 years ago
  79. a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
  80. 6e6cbaa Comment out debug printing. by sewardj · 22 years ago
  81. 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
  82. 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
  83. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  84. 7f6456d Don't mask libc's vfork / __vfork: by sewardj · 22 years ago
  85. 8f253ff Implement semaphore functions. by sewardj · 22 years ago
  86. 39b93b1 Cancellation wrappers for pread/pwrite (Philip Martin). by sewardj · 22 years ago
  87. a18e210 Cancellation wrapper for __pwrite64 (Adam Zell(?)) by sewardj · 22 years ago
  88. 726c412 Cancellation wrapper for pread64. by sewardj · 22 years ago
  89. 0286dd5 Minimal impl of pthread_attr_setstacksize. by sewardj · 22 years ago
  90. 3665ded Cancellation wrapper for sendmsg(), wierd wrapper for raise(). by sewardj · 22 years ago
  91. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  92. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  93. bea1caa Hook libpthread.so's .init section to start up Valgrind too. by sewardj · 22 years ago
  94. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  95. 68b2dd9 Modify the startup mechanism so that any call into valgrind's libpthread.so by sewardj · 22 years ago
  96. 60e3842 Change _pthread_cleanup_push and _pthread_cleanup_pop into no-ops by sewardj · 22 years ago
  97. bb99078 Do __pthread_initialize. by sewardj · 22 years ago
  98. d529a44 Fix from Lionel Ulmer to not have an infinite loop/stack overflow by sewardj · 22 years ago
  99. 439d45e Various cleanups following earlier exit fixes. Also add boilerplate by sewardj · 22 years ago
  100. 262b029 Fix typo to do with rwlock aliasing. by sewardj · 22 years ago