1. 78bc770 Enable sys_getpriority and sys_setpriority for ppc64. by mjw · 10 years ago
  2. ddc4a18 Add support for the clock_adjtime system call. by tom · 11 years ago
  3. 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 11 years ago
  4. 13de231 Enable sys_rt_sigsuspend on ppc64-linux. Not sure why this is by sewardj · 11 years ago
  5. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. e746a12 Bug 321969. Support [lf]setxattr on ppc32 and ppc64 linux kernel. by mjw · 11 years ago
  7. 521cebb Add syscall suport for system calls sys_mbind, sys_set_mempolicy and by carll · 11 years ago
  8. fdb7081 Enable prctl on ppc64-linux. Fixes #308089. by sewardj · 11 years ago
  9. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  10. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  11. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  12. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  13. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  14. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  15. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  16. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  17. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  18. adf0103 ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. by sewardj · 13 years ago
  19. 0a83e7f Wire up pselect6 on ppc32 and ppc64. Fixes #278078. by tom · 13 years ago
  20. e1dc03d Remove a commented-out copy of the sys_sigaction wrappers by sewardj · 13 years ago
  21. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  22. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  23. 6c591e1 by sewardj · 13 years ago
  24. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  25. 14fcbc1 Linux/ppc: Added support for the ppoll() system call. by bart · 13 years ago
  26. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  27. 44e534d Fix amd64 and ppc64 to correctly mark mq_timedreceive as LINXY so that by tom · 14 years ago
  28. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  29. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  30. ce21563 by sewardj · 14 years ago
  31. f5f1e12 Various minor fixups to make ppc32/64-linux work again following by sewardj · 15 years ago
  32. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  33. acb7c34 Wire up vhangup system call on amd64/ppc32/ppc64 linux platforms. by tom · 15 years ago
  34. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  35. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  36. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  37. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  38. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  39. b2240f4 Compiles again -- added trailing comma's that were missing from r10907. by bart · 15 years ago
  40. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  41. a3dbcc8 Enabled the rt_sigqueueinfo() system call for ppc64. by bart · 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. b4c72d6 Enable sys_rmdir on ppc64-linux. Fixes #206903. by sewardj · 15 years ago
  46. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  47. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  48. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. 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. 7b1edbd DARWIN sync: pread64 and pwrite64 wrappers. by njn · 15 years ago
  51. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  52. 9f20746 Updated copyright years. by njn · 15 years ago
  53. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  54. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  55. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  56. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  57. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  58. 744f9ea Enabled capget and capset system calls for amd64, ppc32 and ppc64. by bart · 16 years ago
  59. edc9547 Tidy up the wrappers for pread64 and pwrite64, and make these two by sewardj · 16 years ago
  60. 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
  61. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  62. 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
  63. d0d634d Added support for the fadvise64() system call on ppc64. by bart · 16 years ago
  64. 8c4a023 Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. by bart · 16 years ago
  65. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  66. 7cf4e6b by sewardj · 16 years ago
  67. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  68. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  69. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  70. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 16 years ago
  71. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  72. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  73. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 16 years ago
  74. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 17 years ago
  75. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  76. adb102f by sewardj · 17 years ago
  77. 9a0cba4 Fix some copyright notices: by njn · 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. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  80. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  81. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  82. c95257a Unbreak ppc{32,64}-linux after recent commits. by sewardj · 18 years ago
  83. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  84. 359c20c A few more syscalls. by sewardj · 18 years ago
  85. ab53d3e Enable enough syscalls to make self-hosting work on ppc64. by sewardj · 18 years ago
  86. 517cdd5 Enable sys_getrusage. by sewardj · 18 years ago
  87. f65f9d3 Enable message-queue syscalls. by sewardj · 19 years ago
  88. 8611edf Handle __NR_madvise. by sewardj · 19 years ago
  89. 94c6735 More syscalls. by sewardj · 19 years ago
  90. 93baf94 Allow more syscalls. by sewardj · 19 years ago
  91. 50e77b2 Even more ppc64-linux syscalls. by sewardj · 19 years ago
  92. 73e1636 More syscalls ... by sewardj · 19 years ago
  93. bae22cf Tidy up some ppc64 assembly & comments a little. by cerion · 19 years ago
  94. d74076b Signal-related syscall support. by sewardj · 19 years ago
  95. e390bdf Enable various syscalls. by sewardj · 19 years ago
  96. a7421c9 Fun n games making sys_clone() work. by sewardj · 19 years ago
  97. 5325844 A couple more ppc64-linux syscalls. by sewardj · 19 years ago
  98. ee03863 More ppc64-linux syscalls. by sewardj · 19 years ago
  99. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  100. f7fe0ee More ppc64-linux syscalls. by sewardj · 19 years ago