1. 174ca63 Fix inconsistent order of fields. I think this is purely aesthetic by sewardj · 16 years ago
  2. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 17 years ago
  3. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  4. 3e24fd8 Valid file descriptor argument to llseek system call. by tom · 17 years ago
  5. 9766649 Handle semaphore-related syscalls. by sewardj · 17 years ago
  6. fd4b6f4 Changes to make Memcheck work sanely on recent incarnations of AIX 5.3: by sewardj · 17 years ago
  7. a70de45 AIX 5.3 build fixes. by sewardj · 17 years ago
  8. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  9. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  10. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  11. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  12. c74b3ba Make handling of setuid executables marginally more sensible, as by sewardj · 17 years ago
  13. 5abf0f1 Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixes #147325. by sewardj · 17 years ago
  14. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  15. d01b598 by sewardj · 17 years ago
  16. adb102f by sewardj · 17 years ago
  17. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  18. 4c99385 All platforms: make it clearer that missing syscalls constitute reportable bugs. by sewardj · 17 years ago
  19. 38dba99 Add disclaimers. by sewardj · 17 years ago
  20. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  21. 810fe14 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  22. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  23. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  24. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  25. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  26. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  27. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  28. c271ec8 by sewardj · 17 years ago
  29. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  30. c9d66c0 implement support for AT_FDCWD in openat() by dirk · 17 years ago
  31. 303dabc Enable the pselect6 wrapper on amd64-linux. by sewardj · 17 years ago
  32. 9da79d1 When '-d' (one or more) is specified, disallow the client from closing by sewardj · 18 years ago
  33. 427d016 ML_(generic_PRE_sys_mmap): In the case of a hinted mapping (for the by sewardj · 18 years ago
  34. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  35. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  36. d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
  37. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  38. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 18 years ago
  39. ad0a3a8 A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) by sewardj · 18 years ago
  40. 1aa4021 Tidy fd-leak stuff a bit. by sewardj · 18 years ago
  41. 1355264 Syscall tidying. by sewardj · 18 years ago
  42. 3882baa signedness wibble by sewardj · 18 years ago
  43. 53ec8aa Fix regression caused by recent merging, picked up by none/tests/shell. by sewardj · 18 years ago
  44. 0e24d09 Get rid of # comments in assembly files. by sewardj · 18 years ago
  45. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  46. 5fb5fa9 Merge r6101: by sewardj · 18 years ago
  47. 53c0dc9 Unbreak amd64-linux after recent commits. by sewardj · 18 years ago
  48. c95257a Unbreak ppc{32,64}-linux after recent commits. by sewardj · 18 years ago
  49. 4cfea4f by sewardj · 18 years ago
  50. 4eee476 by sewardj · 18 years ago
  51. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  52. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  53. 3d45fac Enable syslog/sysinfo (Andy Doan). Fixes #130638. by sewardj · 18 years ago
  54. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  55. 02f7533 Fix boundary case when trying to use brk() to expand right up to the by tom · 18 years ago
  56. 053eb04 Implement some more terminal ioctls. Fixes bug #124039. by tom · 18 years ago
  57. f26b6bf Validate futex system call arguments more carefully. Fixes bug #117172. by tom · 18 years ago
  58. 4c91c8c Fix display of buffer address in sendto system call arguments. by tom · 18 years ago
  59. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  60. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  61. c00fcc7 Don't check the fifth argument of mremap() unless MREMAP_FIXED is set by tom · 18 years ago
  62. f9d8385 Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the right by tom · 18 years ago
  63. a43717f Fix linkat, renameat and symlinkat wrappers to look at the arguments by tom · 18 years ago
  64. a170a3f Fix printing bug in PRE(sys_stat64). by sewardj · 18 years ago
  65. 7bc57fc split the assert so that its more obvious which part is failing by dirk · 18 years ago
  66. e25e765 Add support for sys_broc on amd64-linux when --kernel-variant=bproc. by sewardj · 18 years ago
  67. a58bbbc Syscall wrappers for ppc32-linux (and one for amd64-linux). by sewardj · 18 years ago
  68. 313639f Enable sigsuspend on x86-linux and ppc32-linux. by tom · 18 years ago
  69. 621051e Handle msg_flags correctly - for recvmsg this field is written by the by tom · 18 years ago
  70. eb662fa Update expected output following r5785; also add a missing 's'. by sewardj · 18 years ago
  71. 363ec76 Add wrappers for a load of new 2.6.16 system calls. Fixes bug #123248. by tom · 18 years ago
  72. 3774f86 Enable sys_fchdir on ppc32-linux. by sewardj · 18 years ago
  73. ae0739d Make hard limit enforcement work for RLIMIT_DATA and RLIMIT_STACK in by tom · 18 years ago
  74. a07c740 various syscall wrappings needed for SUSE 10.1 by dirk · 18 years ago
  75. c8cfca6 Fix the tkill system call wrapper and enable it on x86 and amd64. by tom · 18 years ago
  76. 359c20c A few more syscalls. by sewardj · 18 years ago
  77. d2d241b Ensure memory acquired from sys_brk() really is zeroed. Fixes #121893. by sewardj · 18 years ago
  78. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 18 years ago
  79. ab53d3e Enable enough syscalls to make self-hosting work on ppc64. by sewardj · 18 years ago
  80. 5d2af67 Implement a few extra ioctls based on patch from Eric Pouech in bug #120728. by tom · 18 years ago
  81. 517cdd5 Enable sys_getrusage. by sewardj · 18 years ago
  82. 1768955 ppc32-linux: enable __NR_statfs by sewardj · 18 years ago
  83. f65f9d3 Enable message-queue syscalls. by sewardj · 18 years ago
  84. 8611edf Handle __NR_madvise. by sewardj · 18 years ago
  85. 94c6735 More syscalls. by sewardj · 18 years ago
  86. 93baf94 Allow more syscalls. by sewardj · 18 years ago
  87. 50e77b2 Even more ppc64-linux syscalls. by sewardj · 19 years ago
  88. 73e1636 More syscalls ... by sewardj · 19 years ago
  89. bae22cf Tidy up some ppc64 assembly & comments a little. by cerion · 19 years ago
  90. d74076b Signal-related syscall support. by sewardj · 19 years ago
  91. 8a8934d casting paranoia (harmless) by sewardj · 19 years ago
  92. e390bdf Enable various syscalls. by sewardj · 19 years ago
  93. 4246fc6 Oops, fix interrupted-syscall snafu. by sewardj · 19 years ago
  94. a7421c9 Fun n games making sys_clone() work. by sewardj · 19 years ago
  95. 5325844 A couple more ppc64-linux syscalls. by sewardj · 19 years ago
  96. ee03863 More ppc64-linux syscalls. by sewardj · 19 years ago
  97. f843ad2 Check that the two sigprocmasks haven't failed. by sewardj · 19 years ago
  98. 26c80bd Use rt_sigprocmask, and check for errors correctly. (Not yet done: amd64-linux). by sewardj · 19 years ago
  99. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  100. 39e8160 Properly return error codes resulting from sigprocmask failures. by sewardj · 19 years ago