1. 2b60408 use full prototypes by rsc · 20 years ago
  2. bc7da02 OS X Tiger changes by rsc · 20 years ago
  3. 910ca53 try a different approach to .S files by rsc · 20 years ago
  4. cea1000 OpenBSD/power support. by rsc · 20 years ago
  5. 8e4ae64 more netbsd support. by rsc · 20 years ago
  6. 5ba33c0 NetBSD support. Thanks to Christoph Lohmann. by rsc · 20 years ago
  7. 0ba4eb4 no need to setproc(0) by rsc · 20 years ago
  8. 72f4d44 do not touch TSTP, TTIN, TTOU by rsc · 20 years ago
  9. 8dd8a81 add threaddata by rsc · 20 years ago
  10. d7688cc add check for procscheduler returning by rsc · 20 years ago
  11. 80b8842 hard-to-find locking bug by rsc · 20 years ago
  12. 8ee6ad4 different fix for main proc bug by rsc · 20 years ago
  13. 8f4871f work around stupid linux bug by rsc · 20 years ago
  14. 31f809b remove debugging by rsc · 20 years ago
  15. 46cfcf5 stupid gcc by rsc · 20 years ago
  16. 669a062 osprocid can be -1 by rsc · 20 years ago
  17. 1fdb4a5 rename scheduler to have a more distinctive name, so stack traces can end there by rsc · 20 years ago
  18. a0e8d02 Apparently SuSE 9.1's X distribution uses even bigger by rsc · 20 years ago
  19. 803292c proccreate race by rsc · 20 years ago
  20. 515b6e5 add threadgetname by rsc · 20 years ago
  21. 668b32b explain nptl stuff by rsc · 20 years ago
  22. 9a4f7bc explain nptl stuff by rsc · 20 years ago
  23. 3d86786 better exit handling by rsc · 20 years ago
  24. 8650250 64-bit nonsense by rsc · 20 years ago
  25. 4753f06 more exits by rsc · 20 years ago
  26. 7a2c885 allow config to override kernel version by rsc · 20 years ago
  27. 0b56169 useful warning comment by rsc · 20 years ago
  28. a0d2173 too big fd by rsc · 20 years ago
  29. c358f4a license by rsc · 20 years ago
  30. 2b3b1e8 oops sunos by rsc · 20 years ago
  31. 4a8edd8 add procwakeupandunlock by rsc · 20 years ago
  32. 1ac1981 where did this change go? by rsc · 20 years ago
  33. c8b6342 Many small edits. by rsc · 20 years ago
  34. 37cc72d paranoia by rsc · 20 years ago
  35. e9dbe11 don't rfork(RFNOTEG) because then you lose by rsc · 20 years ago
  36. b8f742d os x changes by rsc · 20 years ago
  37. 515bd9e do rfork(RFNOTEG) before exec by rsc · 20 years ago
  38. 6af7b77 oops by rsc · 20 years ago
  39. 50f7ec3 initial darwin by rsc · 20 years ago
  40. 1aa9c53 allow lock passing by rsc · 20 years ago
  41. c345061 sunos fixes by rsc · 20 years ago
  42. a0a331a add _procwakeupandunlock to help ease locking contention on Linux 2.4. by rsc · 20 years ago
  43. 815552b go back to 1000 scheds by rsc · 20 years ago
  44. a620761 add some annoying lock loop prints -- let's see if they ever fire. by rsc · 20 years ago
  45. af89fc1 more debugging by rsc · 20 years ago
  46. c7acb53 add _threaddaemonize by rsc · 20 years ago
  47. 15cd825 more debugging by rsc · 20 years ago
  48. 230ead2 better handling by rsc · 20 years ago
  49. f6127ed more tests by rsc · 20 years ago
  50. 0debe1c Use FreeBSD-approved method for determining FreeBSD version. by wkj · 20 years ago
  51. 1d2533d restore old plan 9 property that when the by rsc · 20 years ago
  52. d54ead7 more freebsd work by rsc · 20 years ago
  53. 31cf0ab attempt at FreeBSD pre-5 support by rsc · 20 years ago
  54. 93eb807 remove debugging by rsc · 20 years ago
  55. ddb664d add threaddaemonize by rsc · 20 years ago
  56. 96d6b19 new test program by rsc · 20 years ago
  57. 2c87dda add threaddaemonize(), more bug fixes by rsc · 20 years ago
  58. 8cbd854 better exec handling by rsc · 20 years ago
  59. 955a2ca starting to work on Linux by rsc · 20 years ago
  60. e127e40 shuffle to allow use of execchan in non-pthreads impls by rsc · 20 years ago
  61. 8cd0011 figure out which files to put in the library by rsc · 20 years ago
  62. f1e8706 linux pre-2.6 implementation by rsc · 20 years ago
  63. 4dbefdd start linux pre-2.6 port by rsc · 20 years ago
  64. 73722a8 confine pthreads to pthread.c by rsc · 20 years ago
  65. dcfa5ab remove debugging by rsc · 20 years ago
  66. e1dc7e4 signal handling, add prototype for pthreadinit by rsc · 20 years ago
  67. 6a5c5d4 remove empty qlock.c by rsc · 20 years ago
  68. 619085f more new libthread by rsc · 20 years ago
  69. 1544f90 New thread library by rsc · 20 years ago
  70. 24f4e66 still more files by rsc · 20 years ago
  71. cf4f3ea extra files by rsc · 20 years ago
  72. 1956455 more thread work by rsc · 20 years ago
  73. f6c9a57 figure out which thread implementation to use by rsc · 20 years ago
  74. 5093c3f try to implement the daemonize hack. by rsc · 20 years ago
  75. 793d936 new test program by rsc · 20 years ago
  76. ba15d71 debugging, more pthreads crap by rsc · 20 years ago
  77. ad6638a add this. by rsc · 21 years ago
  78. e782168 add pthread by rsc · 21 years ago
  79. 7966faa Continue fighting pthreads. Clean up thread library a bit too. by rsc · 21 years ago
  80. c6687d4 Continue the pthreads torture. by rsc · 21 years ago
  81. e5c26b0 various forgotten files by rsc · 21 years ago
  82. bcf527a Continue switching library over to pthreads when possible. by rsc · 21 years ago
  83. 06bb4ed Rewrite to remove dependence on rendezvous and its bizarre by rsc · 21 years ago
  84. 984e353 PowerPC Linux support from ericvh. by rsc · 21 years ago
  85. 73bef9b More consistent use of _exits and exits in place of _exit and exit. by rsc · 21 years ago
  86. a876386 Compare function pointers against 0 rather than nil. by wkj · 21 years ago
  87. 99dfa1d va_arg fix by rsc · 21 years ago
  88. 65de82a clean up children more often by rsc · 21 years ago
  89. 9a4289c add network dialing by rsc · 21 years ago
  90. 1be1539 make sure only one guy can call exit. by rsc · 21 years ago
  91. f1bfc54 More little bug fixes by rsc · 21 years ago
  92. 1a8f27c various bug fixes by rsc · 21 years ago
  93. 30387d7 Noblock is nonsense. by rsc · 21 years ago
  94. c4097c2 Fix small bugs. by rsc · 21 years ago
  95. 2e965b3 various bug fixes by rsc · 21 years ago
  96. be36ff6 add -W to specify window size. by rsc · 21 years ago
  97. 10495dd add stubs for other systems. add threadspawn. by rsc · 21 years ago
  98. 1aa4e9c little things by rsc · 21 years ago
  99. 7e42d21 odds and ends by rsc · 21 years ago
  100. fb36ed8 how much stack do we need? by rsc · 21 years ago