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