1. d8e919e pthread_cond_timedwait: be robust to timeout points in the past by sewardj · 22 years ago
  2. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  3. 67a3bec Set client mem permissions in do__cleanup_pop. by sewardj · 22 years ago
  4. d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
  5. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  6. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  7. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  8. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  9. 20917d8 by sewardj · 22 years ago
  10. a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
  11. 402c936 Avoid make_readable ( NULL, ... ) in ioctl SIOCGIFCONF. by sewardj · 22 years ago
  12. 6e6cbaa Comment out debug printing. by sewardj · 22 years ago
  13. 32af6cc ---> 20020524 by sewardj · 22 years ago
  14. 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
  15. 83798bf Make syscall sched_yield just yield the current thread rather than the by sewardj · 22 years ago
  16. fa35651 Comment-only change: add a list of known problems with the signal simulator. by sewardj · 22 years ago
  17. a464e5c Debug message wibble. by sewardj · 22 years ago
  18. 55314d4 Don't complain the second arg of __NR_setitimer by sewardj · 22 years ago
  19. 6a3c26e Fix small bug causing assertion failure in computation of SKSS. by sewardj · 22 years ago
  20. 9bc7216 Add test for correct handling of read/write with invalid fds. by sewardj · 22 years ago
  21. 3947e62 sched_do_syscalls: properly handle invalid fd in read/write, rather by sewardj · 22 years ago
  22. 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
  23. ac02b2a Update for sigaltstack by sewardj · 22 years ago
  24. 2ca8576 ---> 20020522 by sewardj · 22 years ago
  25. 9b805b6 sigaltstack -> sigaltstack.c by sewardj · 22 years ago
  26. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  27. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  28. 835021e ioctl TCXONC (Peter A Jonsson) by sewardj · 22 years ago
  29. 19e6a4d Fix one-char typo relating to detection of XFree86 3.X. by sewardj · 22 years ago
  30. 363e606 Implement x86 insn popl m32. (Nikolay Igotti ) by sewardj · 22 years ago
  31. aa56e12 ---> 20020520 by sewardj · 22 years ago
  32. 7f6456d Don't mask libc's vfork / __vfork: by sewardj · 22 years ago
  33. a4da937 - Fix __NR_poll printing by sewardj · 22 years ago
  34. b5577b3 ignore some generated stuff by daywalker · 22 years ago
  35. 870ac4c fix gcc detection by daywalker · 22 years ago
  36. c9792e3 gcc-3.1 compile fix. by sewardj · 22 years ago
  37. 2201e24 Moan but don't die on unhandled stabs cases. by sewardj · 22 years ago
  38. 78e25c9 Improve diagnostic info printed by failures in by sewardj · 22 years ago
  39. abdad51 ---> 20020518 by sewardj · 22 years ago
  40. 8f253ff Implement semaphore functions. by sewardj · 22 years ago
  41. 3079260 Add test from Lionel Ulmer showing incorrect behaviour of overloaded by sewardj · 22 years ago
  42. a651e4e Modify cachegrind.in to track recent changes in valgrind.in by sewardj · 22 years ago
  43. 0ff1578 Add getpmsg/putpmsg (Rick Watson) by sewardj · 22 years ago
  44. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  45. d9c2d6d The ELF table created by old kernels (2.4.3 ish) is different from by sewardj · 22 years ago
  46. 5865002 Add clarification of the purpose of the malloc/free mismatch checks by sewardj · 22 years ago
  47. 9e631f7 Add getitimer (Pascal Massimino) by sewardj · 22 years ago
  48. 39b93b1 Cancellation wrappers for pread/pwrite (Philip Martin). by sewardj · 22 years ago
  49. 87a03a4 Add a version dependency GLIBC_2.2.3 depends on GLIBC_2.2. by sewardj · 22 years ago
  50. a18e210 Cancellation wrapper for __pwrite64 (Adam Zell(?)) by sewardj · 22 years ago
  51. ca2a721 ---> 20020516 by sewardj · 22 years ago
  52. 726c412 Cancellation wrapper for pread64. by sewardj · 22 years ago
  53. 9a8120e Add a test for semaphore facilities: the Dining Philosophers, no less. by sewardj · 22 years ago
  54. cad5c21 stringMatch_wrk: reduce max recursion depth to 250 (paranoia) by sewardj · 22 years ago
  55. 4532839 Fix this for RH 7.3. by sewardj · 22 years ago
  56. 0286dd5 Minimal impl of pthread_attr_setstacksize. by sewardj · 22 years ago
  57. 3665ded Cancellation wrapper for sendmsg(), wierd wrapper for raise(). by sewardj · 22 years ago
  58. 6863d39 Add some more recent tests. by sewardj · 22 years ago
  59. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  60. 87650eb ---> 20020515 by sewardj · 22 years ago
  61. 3a951cf More new-signal-hacks fixes. by sewardj · 22 years ago
  62. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  63. b94e77a Fix incredibly stupid bug. by njn · 22 years ago
  64. bff8876 by njn · 22 years ago
  65. 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
  66. 811d141 Add another threads+signals test case along with the fix to make it work. by sewardj · 22 years ago
  67. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  68. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  69. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  70. 73194e8 ---> 20020511 by sewardj · 22 years ago
  71. bea1caa Hook libpthread.so's .init section to start up Valgrind too. by sewardj · 22 years ago
  72. d354bb3 Implement syslog() (Bill Nottingham) by sewardj · 22 years ago
  73. 2a8cda1 Even more shmctl fixings from Reuben. by sewardj · 22 years ago
  74. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  75. 3817091 New and hopefully more reliable method for finding argc/argv/envp at by sewardj · 22 years ago
  76. 68b2dd9 Modify the startup mechanism so that any call into valgrind's libpthread.so by sewardj · 22 years ago
  77. f4afb00 Implement __NR_personality. by sewardj · 22 years ago
  78. 8e651d7 Support _m_kind == PTHREAD_MUTEX_FAST_NP for mutexes. This was stopping by sewardj · 22 years ago
  79. 8ccc2be Fix confusing bug in printing of trace info for mutex_{try}lock. by sewardj · 22 years ago
  80. 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
  81. 7623b44 ---> 20020510 by sewardj · 22 years ago
  82. 1de04f1 Return zero to the *parent* thread when pthread_create succeeds. by sewardj · 22 years ago
  83. 0facc4f More symbol versioning stuff by sewardj · 22 years ago
  84. 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
  85. fbe18b9 Build fixes for Red Hat 6.2. by sewardj · 22 years ago
  86. 730e4d3 More IOCTL futzing from Reuben Thomas. by sewardj · 22 years ago
  87. 882e0ec Minor ioctl fixes from Reuben Thomas. by sewardj · 22 years ago
  88. 2390bb5 Make sense of, and clean up, shmctl wrapper. (Reuben Thomas). by sewardj · 22 years ago
  89. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  90. 9e69424 Minor corrections about cache profiling cost centres. by njn · 22 years ago
  91. e4a2ca5 Reinstate a condition in the IPCOP_shmctl wrapper without which the by sewardj · 22 years ago
  92. 573a1e6 Fix assertions. by sewardj · 22 years ago
  93. 3ffcca5 ---> 20020509 by sewardj · 22 years ago
  94. 97ff05f Fix off-by-one error in definition of MAX_LINENO and MAX_LOC_SIZE. by sewardj · 22 years ago
  95. 95621db Yesterday's push/pop merging optimisations break the cache profiler: 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. cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 22 years ago
  99. e9c06f1 Implement SBB Ib, AL. by sewardj · 22 years ago
  100. 64a8cc4 Do LODSW / LODSL. (Sami Farin) by sewardj · 22 years ago