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. f9e5b5e Implement the name_to_handle_at system call for x86 and amd64. by tom · 11 years ago
  8. 6b08776 Factorise some code from syswrap-amd64/arm/mips32/mips64-linux.c to syswrap-linux.c by philippe · 11 years ago
  9. fdd27ac Make msgrcv wrappers on amd64, arm and mips32 look for IPC_NOWAIT in by tom · 11 years ago
  10. b2cd1bc also wire up arm, x86 and amd64 regarding ptrace regsets by cborntra · 12 years ago
  11. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  12. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  13. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  14. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  15. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  16. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  17. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  18. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 12 years ago
  19. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  20. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  21. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 12 years ago
  22. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  23. 5ba9530 Make sure the post handler for mincore is called in amd64 and s390 as by tom · 13 years ago
  24. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  25. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  26. 6c591e1 by sewardj · 13 years ago
  27. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  28. 44e534d Fix amd64 and ppc64 to correctly mark mq_timedreceive as LINXY so that by tom · 14 years ago
  29. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  30. 3a7c5ad Fix the definedness handling of the last argument of sys_socketpair. by sewardj · 14 years ago
  31. cbfb990 On amd64 all IPC calls behave as if the IPC_64 flag is set in the by tom · 14 years ago
  32. 110743c Add a wrapper for the splice system call and wire it up on 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. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. 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. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  46. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  47. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  48. 25eba41 Enable mincore() on AMD64/Linux. Hopefully fixes bug 197591. by njn · 15 years ago
  49. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  50. 631b819 Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271. by njn · 15 years ago
  51. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  52. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  53. 9f20746 Updated copyright years. by njn · 15 years ago
  54. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  55. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  56. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  57. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  58. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  59. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  60. 50a99de Fix debug printing of fd in mmap system calls. by sewardj · 16 years ago
  61. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  62. a488513 Enable sys_quotactl on amd64-linux. Possible fixes #173177. by sewardj · 16 years ago
  63. 744f9ea Enabled capget and capset system calls for amd64, ppc32 and ppc64. by bart · 16 years ago
  64. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  65. 2819f14 Enabled support for the sched_setparam() system call on the amd64, ppc32 and ppc64 platforms (was already enabled on x86). by bart · 16 years ago
  66. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  67. 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
  68. 1dcacdf Enabled support for the init_module() system call on amd64. Should fix #164476. by bart · 16 years ago
  69. 7cf4e6b by sewardj · 16 years ago
  70. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  71. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  72. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  73. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  74. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  75. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 17 years ago
  76. c4e466f Add support for the sync_file_range system call. by tom · 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. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  81. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  82. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  83. 303dabc Enable the pselect6 wrapper on amd64-linux. by sewardj · 18 years ago
  84. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  85. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  86. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  87. 53c0dc9 Unbreak amd64-linux after recent commits. by sewardj · 18 years ago
  88. 4c91c8c Fix display of buffer address in sendto system call arguments. by tom · 18 years ago
  89. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  90. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  91. e25e765 Add support for sys_broc on amd64-linux when --kernel-variant=bproc. by sewardj · 18 years ago
  92. a58bbbc Syscall wrappers for ppc32-linux (and one for amd64-linux). by sewardj · 18 years ago
  93. 363ec76 Add wrappers for a load of new 2.6.16 system calls. Fixes bug #123248. by tom · 18 years ago
  94. c8cfca6 Fix the tkill system call wrapper and enable it on x86 and amd64. by tom · 18 years ago
  95. 1a626ab Enable getpriority and setpriority on amd64. Fixes bug #117369. by tom · 19 years ago
  96. e329b26 Enable a few extra system calls on amd64 as found by the Python test suite. by tom · 19 years ago
  97. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  98. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  99. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago
  100. 1a7bda9 Enable remaining *xattr system calls on amd64. Fixes bug #116200. by tom · 19 years ago