CONTRIBUTORS.pthreads-win32 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. This is a copy of CONTRIBUTORS file for the Pthreads-win32 library, downloaded
  2. from http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/pthreads/CONTRIBUTORS?rev=1.32&cvsroot=pthreads-win32
  3. Included here to compliment the Pthreads-win32 license header in wtf/ThreadingWin.cpp file.
  4. WebKit is using derived sources of ThreadCondition code from Pthreads-win32.
  5. -------------------------------------------------------------------------------
  6. Contributors (in approximate order of appearance)
  7. [See also the ChangeLog file where individuals are
  8. attributed in log entries. Likewise in the FAQ file.]
  9. Ben Elliston bje at cygnus dot com
  10. Initiated the project;
  11. setup the project infrastructure (CVS, web page, etc.);
  12. early prototype routines.
  13. Ross Johnson rpj at callisto dot canberra dot edu dot au
  14. early prototype routines;
  15. ongoing project coordination/maintenance;
  16. implementation of spin locks and barriers;
  17. various enhancements;
  18. bug fixes;
  19. documentation;
  20. testsuite.
  21. Robert Colquhoun rjc at trump dot net dot au
  22. Early bug fixes.
  23. John E. Bossom John dot Bossom at cognos dot com
  24. Contributed substantial original working implementation;
  25. bug fixes;
  26. ongoing guidance and standards interpretation.
  27. Anders Norlander anorland at hem2 dot passagen dot se
  28. Early enhancements and runtime checking for supported
  29. Win32 routines.
  30. Tor Lillqvist tml at iki dot fi
  31. General enhancements;
  32. early bug fixes to condition variables.
  33. Scott Lightner scott at curriculum dot com
  34. Bug fix.
  35. Kevin Ruland Kevin dot Ruland at anheuser-busch dot com
  36. Various bug fixes.
  37. Mike Russo miker at eai dot com
  38. Bug fix.
  39. Mark E. Armstrong avail at pacbell dot net
  40. Bug fixes.
  41. Lorin Hochstein lmh at xiphos dot ca
  42. general bug fixes; bug fixes to condition variables.
  43. Peter Slacik Peter dot Slacik at tatramed dot sk
  44. Bug fixes.
  45. Mumit Khan khan at xraylith dot wisc dot edu
  46. Fixes to work with Mingw32.
  47. Milan Gardian mg at tatramed dot sk
  48. Bug fixes and reports/analyses of obscure problems.
  49. Aurelio Medina aureliom at crt dot com
  50. First implementation of read-write locks.
  51. Graham Dumpleton Graham dot Dumpleton at ra dot pad dot otc dot telstra dot com dot au
  52. Bug fix in condition variables.
  53. Tristan Savatier tristan at mpegtv dot com
  54. WinCE port.
  55. Erik Hensema erik at hensema dot xs4all dot nl
  56. Bug fixes.
  57. Rich Peters rpeters at micro-magic dot com
  58. Todd Owen towen at lucidcalm dot dropbear dot id dot au
  59. Bug fixes to dll loading.
  60. Jason Nye jnye at nbnet dot nb dot ca
  61. Implementation of async cancelation.
  62. Fred Forester fforest at eticomm dot net
  63. Kevin D. Clark kclark at cabletron dot com
  64. David Baggett dmb at itasoftware dot com
  65. Bug fixes.
  66. Paul Redondo paul at matchvision dot com
  67. Scott McCaskill scott at 3dfx dot com
  68. Bug fixes.
  69. Jef Gearhart jgearhart at tpssys dot com
  70. Bug fix.
  71. Arthur Kantor akantor at bexusa dot com
  72. Mutex enhancements.
  73. Steven Reddie smr at essemer dot com dot au
  74. Bug fix.
  75. Alexander Terekhov TEREKHOV at de dot ibm dot com
  76. Re-implemented and improved read-write locks;
  77. (with Louis Thomas) re-implemented and improved
  78. condition variables;
  79. enhancements to semaphores;
  80. enhancements to mutexes;
  81. new mutex implementation in 'futex' style;
  82. suggested a robust implementation of pthread_once
  83. similar to that implemented by V.Kliathcko;
  84. system clock change handling re CV timeouts;
  85. bug fixes.
  86. Thomas Pfaff tpfaff at gmx dot net
  87. Changes to make C version usable with C++ applications;
  88. re-implemented mutex routines to avoid Win32 mutexes
  89. and TryEnterCriticalSection;
  90. procedure to fix Mingw32 thread-safety issues.
  91. Franco Bez franco dot bez at gmx dot de
  92. procedure to fix Mingw32 thread-safety issues.
  93. Louis Thomas lthomas at arbitrade dot com
  94. (with Alexander Terekhov) re-implemented and improved
  95. condition variables.
  96. David Korn dgk at research dot att dot com
  97. Ported to UWIN.
  98. Phil Frisbie, Jr. phil at hawksoft dot com
  99. Bug fix.
  100. Ralf Brese Ralf dot Brese at pdb4 dot siemens dot de
  101. Bug fix.
  102. prionx at juno dot com prionx at juno dot com
  103. Bug fixes.
  104. Max Woodbury mtew at cds dot duke dot edu
  105. POSIX versioning conditionals;
  106. reduced namespace pollution;
  107. idea to separate routines to reduce statically
  108. linked image sizes.
  109. Rob Fanner rfanner at stonethree dot com
  110. Bug fix.
  111. Michael Johnson michaelj at maine dot rr dot com
  112. Bug fix.
  113. Nicolas Barry boozai at yahoo dot com
  114. Bug fixes.
  115. Piet van Bruggen pietvb at newbridges dot nl
  116. Bug fix.
  117. Makoto Kato raven at oldskool dot jp
  118. AMD64 port.
  119. Panagiotis E. Hadjidoukas peh at hpclab dot ceid dot upatras dot gr
  120. Contributed the QueueUserAPCEx package which
  121. makes preemptive async cancelation possible.
  122. Will Bryant will dot bryant at ecosm dot com
  123. Borland compiler patch and makefile.
  124. Anuj Goyal anuj dot goyal at gmail dot com
  125. Port to Digital Mars compiler.
  126. Gottlob Frege gottlobfrege at gmail dot com
  127. re-implemented pthread_once (version 2)
  128. (pthread_once cancellation added by rpj).
  129. Vladimir Kliatchko vladimir at kliatchko dot com
  130. reimplemented pthread_once with the same form
  131. as described by A.Terekhov (later version 2);
  132. implementation of MCS (Mellor-Crummey/Scott) locks.