1. ddc4a18 Add support for the clock_adjtime system call. by tom · 11 years ago
  2. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  3. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  4. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  5. cec24b5 Add support for fanotify_init and fanotify_mark, based on patches by tom · 11 years ago
  6. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at 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. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  10. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  11. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  12. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  13. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  14. d5fb58e Add support for the move_pages system call. BZ#282790. 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. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  19. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  20. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  21. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  22. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  23. 110743c Add a wrapper for the splice system call and wire it up on by tom · 14 years ago
  24. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  25. c0fe32a Clean up support for sync_file_range system call and add second version used by tom · 15 years ago
  26. d18b541 Add support for rt_tgsigqueueinfo system call based on patch by tom · 15 years ago
  27. b8b4848 Add support for sched_rr_get_interval system call based on patch by tom · 15 years ago
  28. f43793a Handle the dup3 system call. Closes #215448. by tom · 15 years ago
  29. d8feb70 Add support for preadv and pwritev. Fixes #212149. by tom · 15 years ago
  30. 7bb1b1c Add support for the inotify_init1 system call, based on patches by tom · 15 years ago
  31. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  32. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  33. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  34. 9f20746 Updated copyright years. by njn · 15 years ago
  35. 096ccdd Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers by njn · 15 years ago
  36. f37a81b Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the by njn · 15 years ago
  37. 6c67ef5 Add signalfd4 support. by tom · 16 years ago
  38. 16dfea4 Add support ioprio_get and wire up ioprio_set on all platforms. by tom · 16 years ago
  39. 84eb41f Add support for eventfd2 (and wire up pipe2 on PPC platforms). by tom · 16 years ago
  40. d3263e5 Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take by sewardj · 16 years ago
  41. 6d65277 Support sys_stime on x86-linux. Fixes #159285. by sewardj · 16 years ago
  42. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  43. 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
  44. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  45. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  46. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  47. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  48. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  49. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  50. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  51. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  52. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  53. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  54. 363ec76 Add wrappers for a load of new 2.6.16 system calls. Fixes bug #123248. by tom · 18 years ago
  55. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  56. e148666 by njn · 19 years ago
  57. a3afdfb by njn · 19 years ago
  58. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  59. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  60. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  61. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  62. 7397548 Group Linux-specific syscalls a bit. by njn · 19 years ago
  63. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  64. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  65. efc957c by njn · 19 years ago
  66. a3b67b7 by njn · 19 years ago
  67. 9fe7b12 by njn · 19 years ago
  68. 424c056 by njn · 19 years ago
  69. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  70. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  71. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  72. 2af58f2 Yet more system calls. by tom · 19 years ago
  73. 7eb7c58 by sewardj · 19 years ago
  74. 8a4eeaf by njn · 19 years ago[Renamed from coregrind/m_syscalls/priv_syswrap-linux.h]
  75. c1b0181 by njn · 19 years ago[Renamed (94%) from coregrind/m_syscalls/priv_syscalls-linux.h]
  76. 7b85dd5 by njn · 19 years ago
  77. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  78. a8d8e23 by sewardj · 19 years ago
  79. 3c917bb by njn · 19 years ago