1. ddc4a18 Add support for the clock_adjtime system call. by tom · 11 years ago
  2. 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 11 years ago
  3. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  4. cec24b5 Add support for fanotify_init and fanotify_mark, based on patches by tom · 11 years ago
  5. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at by tom · 11 years ago
  6. f93bbd9 Handle the sethostname system call. BZ#311922. by tom · 11 years ago
  7. f666d20 Support PTRACE_GET/SET_THREAD_AREA on x86. by mjw · 11 years ago
  8. f9e5b5e Implement the name_to_handle_at system call for x86 and amd64. by tom · 11 years ago
  9. 66826ec Fix a couple of x86 char-signedness stragglers by sewardj · 12 years ago
  10. b2cd1bc also wire up arm, x86 and amd64 regarding ptrace regsets by cborntra · 12 years ago
  11. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  12. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  13. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  14. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  15. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  16. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  17. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  18. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  19. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 12 years ago
  20. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  21. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  22. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  23. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  24. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  25. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  26. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  27. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  28. 6c591e1 by sewardj · 13 years ago
  29. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  30. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  31. 110743c Add a wrapper for the splice system call and wire it up on by tom · 14 years ago
  32. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  33. ce21563 by sewardj · 14 years ago
  34. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  35. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  36. d709b1d Add support for fallocate system call on 32 bit (x86/ppc32) linux by tom · 15 years ago
  37. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  38. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  39. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  40. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  41. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  42. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  43. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  44. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  45. 6431e30 Fix a couple of nits picked up by gcc-4.5, which is more warningful than 4.4. by sewardj · 15 years ago
  46. a262f62 Improve handling of clone() on x86/Linux. Based on a patch from Jeroen by njn · 15 years ago
  47. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  48. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  49. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  50. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  51. 3e606a4 x86-linux: sys_set_thread_area: don't allocate GDT entry number zero, by sewardj · 15 years ago
  52. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  53. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  54. 9f20746 Updated copyright years. by njn · 15 years ago
  55. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  56. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  57. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  58. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  59. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  60. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  61. 6d65277 Support sys_stime on x86-linux. Fixes #159285. by sewardj · 16 years ago
  62. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  63. 9c606bd by sewardj · 16 years ago
  64. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  65. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  66. 10ac144 Moved support for Linux-specific system call sys_init_module from generic to Linux wrappers. Added wrapper for sys_delete_module system call. by bart · 16 years ago
  67. 6bd721a Removed superfluous #include directive. by bart · 16 years ago
  68. 7cf4e6b by sewardj · 16 years ago
  69. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  70. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  71. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 16 years ago
  72. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  73. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  74. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 16 years ago
  75. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  76. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  77. adb102f by sewardj · 17 years ago
  78. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  79. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  80. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  81. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  82. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  83. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  84. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  85. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  86. 4cfea4f by sewardj · 18 years ago
  87. 4eee476 by sewardj · 18 years ago
  88. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  89. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  90. a170a3f Fix printing bug in PRE(sys_stat64). by sewardj · 18 years ago
  91. 313639f Enable sigsuspend on x86-linux and ppc32-linux. by tom · 18 years ago
  92. 363ec76 Add wrappers for a load of new 2.6.16 system calls. Fixes bug #123248. by tom · 18 years ago
  93. c8cfca6 Fix the tkill system call wrapper and enable it on x86 and amd64. by tom · 18 years ago
  94. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 18 years ago
  95. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  96. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  97. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  98. e148666 by njn · 19 years ago
  99. a3afdfb by njn · 19 years ago
  100. de2b160 Liberalise x86 clone flag handling, so it's as per amd64/ppc32. by sewardj · 19 years ago