1. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  2. 6140074 Remove out-of-date comments. by njn · 19 years ago
  3. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  4. af839f5 by njn · 19 years ago
  5. 7eb7c58 by sewardj · 19 years ago
  6. 899ce73 by njn · 19 years ago
  7. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  8. f4c5016 by njn · 19 years ago
  9. c7561b9 by njn · 19 years ago
  10. fcb7c3e by njn · 19 years ago
  11. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/syswrap-x86-linux.c]
  12. c1b0181 by njn · 19 years ago[Renamed (99%) from coregrind/m_syscalls/syscalls-x86-linux.c]
  13. 9abd608 by njn · 19 years ago
  14. 7244083 Enable the fadvise system calls again. by tom · 19 years ago
  15. 7b85dd5 by njn · 19 years ago
  16. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  17. e9befc6 by njn · 19 years ago
  18. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  19. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  20. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  21. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  22. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago
  23. 8c9ea4e Clean up after m_syscalls changes: reinstate a bunch more (x86) by sewardj · 19 years ago
  24. 78b50e4 Clean up after m_syscalls changes: reinstate enough syscalls (x86) to by sewardj · 19 years ago
  25. 8c25732 Clean up after m_syscalls changes: fix more NPTL ish syscalls (x86) by sewardj · 19 years ago
  26. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  27. a8d8e23 by sewardj · 19 years ago
  28. 132bfcc by njn · 19 years ago
  29. 36a20fa by njn · 19 years ago
  30. 13bfd85 by njn · 19 years ago
  31. d15ce0c SuSE 9.3 (x86) fix (sigh) by sewardj · 19 years ago
  32. 934d2d5 At clone(), always start the child off with a copy of the parent's GDT. by sewardj · 19 years ago
  33. 468dc79 When handling the clone variant done by the Quadrics Elan3 user-space by sewardj · 19 years ago
  34. 1d88711 by sewardj · 19 years ago
  35. 605f488 Localized use of VGP_UCONTEXT_* to vg_signals.c, which meant they could by njn · 19 years ago
  36. affd878 by njn · 19 years ago
  37. 45ed2c6 Move VGA_STACK_SIZE_W into m_syscalls, the only place that uses it. by njn · 19 years ago
  38. 2335d11 by njn · 19 years ago
  39. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  40. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  41. 2521d32 by njn · 19 years ago[Renamed (98%) from coregrind/x86-linux/syscalls.c]
  42. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  43. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  44. 550f898 Add support for the fadvise system calls. by tom · 19 years ago
  45. 55f9d1a by sewardj · 19 years ago
  46. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  47. 990e90c by njn · 19 years ago
  48. 50ba34e by njn · 19 years ago
  49. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  50. 60df38c Implement the gettid system call which seems to have got lost in the merge. by tom · 19 years ago
  51. 2db299d Rework inline assembly to avoid requiring specific registers as they by tom · 19 years ago
  52. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  53. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  54. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  55. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  56. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 19 years ago
  57. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  58. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  59. d571aff Make sys_rt_sigreturn work. by sewardj · 19 years ago
  60. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  61. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 19 years ago
  62. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 19 years ago
  63. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  64. b5f6f51 by sewardj · 19 years ago
  65. a93f66a Fix more RES-is-not-set assertions, and move a couple of comments to by sewardj · 20 years ago
  66. 062f355 Make the Quadrics Elan3 clone-hack be controllable by a command-line flag. by sewardj · 20 years ago
  67. 87d4b02 Appalling hack which may or may not help making Quadrics Elan 3 by sewardj · 20 years ago
  68. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  69. 3f31e5c Avoid compile warnings. by njn · 20 years ago
  70. ca6fef0 by njn · 20 years ago
  71. b249fd7 by njn · 20 years ago
  72. c616819 by njn · 20 years ago
  73. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  74. 61fa0af by njn · 20 years ago
  75. ca0518d by njn · 20 years ago
  76. 7be3695 by njn · 20 years ago
  77. cf45fd4 by njn · 20 years ago
  78. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  79. 453bb89 Remove out-of-date comment. by njn · 20 years ago
  80. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  81. 17d8530 Allow readlink to handle /proc/self/exe and /proc/<pid>/exe properly. by rjwalsh · 20 years ago
  82. 3d5e910 by nethercote · 20 years ago
  83. fd45353 Add coregrind/linux/ and coregrind/linux/* that was supposed to go in the last by nethercote · 20 years ago
  84. 8ff888f by nethercote · 20 years ago
  85. 6eb106b Tweak type of VGA_(thread_syscall), and related variable name changes. by nethercote · 20 years ago
  86. 24e0d44 Arch-abstraction: by nethercote · 20 years ago
  87. 41c75da Arch-abstraction: - factor out code for restarting syscalls by nethercote · 20 years ago