1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  6. f95d027 Enable process_vm_readv/writev syscall on arm32. by mjw · 9 years ago
  7. 9e2645c Add support for the syncfs system call. by tom · 9 years ago
  8. faaf860 Remove a few unneeded header files. by florian · 9 years ago
  9. 9d7592e Handle the memfd_create system call. by tom · 9 years ago
  10. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 9 years ago
  11. 9af04c4 Fix a few VG_(message) invocations. The function does not add a by florian · 10 years ago
  12. e636671 Add support for the getrandom system call. BZ#340788. by tom · 10 years ago
  13. f9d4197 Enable sys_fadvise64_64 on arm32. by sewardj · 10 years ago
  14. 8a3377f Add support for sys_pivot_root and sys_unshare. Patch from by sewardj · 10 years ago
  15. 124e56d Rename "--kernel-variant=android-emulator-no-hw-tls" to by sewardj · 10 years ago
  16. 76d5c82 Remove unneeded variable. by sewardj · 10 years ago
  17. 4450a0e Improvements for Android: by sewardj · 10 years ago
  18. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  19. 99a39fb Wire up recvmmsg on arm. BZ#334585. by tom · 10 years ago
  20. 903e051 Enable sys_sendmmsg() on arm32. by sewardj · 10 years ago
  21. ddc4a18 Add support for the clock_adjtime system call. by tom · 10 years ago
  22. 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 10 years ago
  23. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  24. 879c8b0 Enable sys_prlimit64 on arm-linux. Fixes #320131. by sewardj · 11 years ago
  25. e2d76bb Enable sys_fanotify_init and sys_fanotify_mark on arm-linux. by sewardj · 11 years ago
  26. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at by tom · 11 years ago
  27. 6b08776 Factorise some code from syswrap-amd64/arm/mips32/mips64-linux.c to syswrap-linux.c by philippe · 11 years ago
  28. fdd27ac Make msgrcv wrappers on amd64, arm and mips32 look for IPC_NOWAIT in by tom · 11 years ago
  29. b2cd1bc also wire up arm, x86 and amd64 regarding ptrace regsets by cborntra · 12 years ago
  30. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  31. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  32. a1eed9d Wire up four more system calls on arm, based on patch by tom · 12 years ago
  33. 751b55e Wire up dup3 on arm. Fixes BZ#299629. by tom · 12 years ago
  34. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  35. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  36. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  37. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  38. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  39. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  40. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  41. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  42. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  43. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  44. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  45. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  46. 6c591e1 by sewardj · 13 years ago
  47. 5c6b7dc Add support for sys_ptrace. Fixes #269079. by sewardj · 13 years ago
  48. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  49. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  50. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  51. ba1e27c Enable sys_pwrite64 on arm-linux. Fixes #249996. by sewardj · 14 years ago
  52. 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
  53. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  54. 3a7c5ad Fix the definedness handling of the last argument of sys_socketpair. by sewardj · 14 years ago
  55. ce21563 by sewardj · 14 years ago
  56. 732db40 arm-linux: remove wrappers for __NR_ipc, __NR_mmap, __NR_sigsuspend by sewardj · 14 years ago
  57. bb13299 Pass sys_cacheflush along to VG_(discard_translations), so we have by sewardj · 14 years ago
  58. ce25169 Enable pread64 on arm-linux. by sewardj · 14 years ago
  59. 1e7e82c arm-linux: handle sys_signalfd4 and sys_eventfd2. Makes by sewardj · 14 years ago
  60. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 14 years ago
  61. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 14 years ago
  62. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  63. af839f5 by njn · 19 years ago
  64. c7561b9 by njn · 19 years ago
  65. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/syswrap-arm-linux.c]
  66. c1b0181 by njn · 19 years ago[Renamed (98%) from coregrind/m_syscalls/syscalls-arm-linux.c]
  67. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  68. 2521d32 by njn · 19 years ago[Renamed from coregrind/arm-linux/syscalls.c]
  69. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  70. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  71. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  72. 0b867b1 comment only by njn · 20 years ago
  73. ca6fef0 by njn · 20 years ago
  74. 63105aa by njn · 20 years ago
  75. c616819 by njn · 20 years ago
  76. 1a28fc6 Make ARM build again. by njn · 20 years ago
  77. 22cfccb Moved some duplicated macros out of arch/OS/platform-specific parts, by njn · 20 years ago
  78. 61fa0af by njn · 20 years ago
  79. ca0518d by njn · 20 years ago