1. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  2. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  3. e148666 by njn · 19 years ago
  4. a3afdfb by njn · 19 years ago
  5. de2b160 Liberalise x86 clone flag handling, so it's as per amd64/ppc32. by sewardj · 19 years ago
  6. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  7. d456196 Fix x86 specific declaration-before-statement warnings. by tom · 19 years ago
  8. ce5a566 by sewardj · 19 years ago
  9. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  10. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  11. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  12. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  13. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  14. 98eee48 Comment-only changes by sewardj · 19 years ago
  15. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  16. 45f4e7c by sewardj · 19 years ago
  17. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  18. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  19. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  20. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  21. efc957c by njn · 19 years ago
  22. a3b67b7 by njn · 19 years ago
  23. 9fe7b12 by njn · 19 years ago
  24. 424c056 by njn · 19 years ago
  25. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  26. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  27. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  28. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago
  29. 0605fd6 Implement the waitid system call. Fixes bug #110202. by tom · 19 years ago
  30. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  31. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  32. 2af58f2 Yet more system calls. by tom · 19 years ago
  33. 1b1a223 More system call fixups. by tom · 19 years ago
  34. b33fc68 Fix mistaken comments. by tom · 19 years ago
  35. 10c4b52 Return success when get_thread_area succeeds. by tom · 19 years ago
  36. f5d62be Preserve %esi across VG_(clone) as the caller may be relying on it by tom · 19 years ago
  37. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  38. 6140074 Remove out-of-date comments. by njn · 19 years ago
  39. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  40. af839f5 by njn · 19 years ago
  41. 7eb7c58 by sewardj · 19 years ago
  42. 899ce73 by njn · 19 years ago
  43. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  44. f4c5016 by njn · 19 years ago
  45. c7561b9 by njn · 19 years ago
  46. fcb7c3e by njn · 19 years ago
  47. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/syswrap-x86-linux.c]
  48. c1b0181 by njn · 19 years ago[Renamed (99%) from coregrind/m_syscalls/syscalls-x86-linux.c]
  49. 9abd608 by njn · 19 years ago
  50. 7244083 Enable the fadvise system calls again. by tom · 19 years ago
  51. 7b85dd5 by njn · 19 years ago
  52. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  53. e9befc6 by njn · 19 years ago
  54. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  55. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  56. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  57. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  58. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago
  59. 8c9ea4e Clean up after m_syscalls changes: reinstate a bunch more (x86) by sewardj · 19 years ago
  60. 78b50e4 Clean up after m_syscalls changes: reinstate enough syscalls (x86) to by sewardj · 19 years ago
  61. 8c25732 Clean up after m_syscalls changes: fix more NPTL ish syscalls (x86) by sewardj · 19 years ago
  62. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  63. a8d8e23 by sewardj · 19 years ago
  64. 132bfcc by njn · 19 years ago
  65. 36a20fa by njn · 19 years ago
  66. 13bfd85 by njn · 19 years ago
  67. d15ce0c SuSE 9.3 (x86) fix (sigh) by sewardj · 19 years ago
  68. 934d2d5 At clone(), always start the child off with a copy of the parent's GDT. by sewardj · 19 years ago
  69. 468dc79 When handling the clone variant done by the Quadrics Elan3 user-space by sewardj · 19 years ago
  70. 1d88711 by sewardj · 19 years ago
  71. 605f488 Localized use of VGP_UCONTEXT_* to vg_signals.c, which meant they could by njn · 19 years ago
  72. affd878 by njn · 19 years ago
  73. 45ed2c6 Move VGA_STACK_SIZE_W into m_syscalls, the only place that uses it. by njn · 19 years ago
  74. 2335d11 by njn · 19 years ago
  75. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  76. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  77. 2521d32 by njn · 19 years ago[Renamed (98%) from coregrind/x86-linux/syscalls.c]
  78. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  79. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  80. 550f898 Add support for the fadvise system calls. by tom · 19 years ago
  81. 55f9d1a by sewardj · 19 years ago
  82. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  83. 990e90c by njn · 19 years ago
  84. 50ba34e by njn · 19 years ago
  85. a8d1ec6 Move the gettid system call to the linux specific section. by tom · 19 years ago
  86. 60df38c Implement the gettid system call which seems to have got lost in the merge. by tom · 19 years ago
  87. 2db299d Rework inline assembly to avoid requiring specific registers as they by tom · 19 years ago
  88. 03f1e58 The two patches attached resolve the exit-hang (of OOo) bug for me. The first by njn · 19 years ago
  89. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  90. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  91. b369c5e Various amd64 syscall improvements (Tom Hughes) by sewardj · 19 years ago
  92. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 19 years ago
  93. 96db5e1 Horrible syscall-related hacks to make it at least compile on amd64. by sewardj · 19 years ago
  94. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  95. d571aff Make sys_rt_sigreturn work. by sewardj · 19 years ago
  96. 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 19 years ago
  97. c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 19 years ago
  98. d72f57d Further un-break signal handling following the merge. It's really by sewardj · 19 years ago
  99. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  100. b5f6f51 by sewardj · 19 years ago