1. a402810 tests: rewrite umovestr2.test without using grep by Dmitry V. Levin · 9 years ago
  2. 87af193 Cleanup process_vm_writev syscall decoding by Dmitry V. Levin · 9 years ago
  3. ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 9 years ago
  4. 4832134 umovestr: fix short read bug by Dmitry V. Levin · 9 years ago
  5. b2893c9 When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA by Dmitry V. Levin · 9 years ago
  6. 5647cf8 Use macros for gcc attributes by Dmitry V. Levin · 9 years ago
  7. c84d0b8 Introduce macros for gcc attributes by Dmitry V. Levin · 9 years ago
  8. 3460dc4 Include <linux/ioctl.h> for _IOC_* macros by Felix Janda · 9 years ago
  9. d34e00b Include <sys/stat.h> for S_I* macros by Felix Janda · 9 years ago
  10. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 9 years ago
  11. f7430b7 Update siginfo_t constants by Dmitry V. Levin · 9 years ago
  12. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 9 years ago
  13. b6ef71b Move sparc64 get_scno() code where it belongs by Denys Vlasenko · 9 years ago
  14. 588a90f sparc: rename personality 2 files to personality 1 by Denys Vlasenko · 9 years ago
  15. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 9 years ago
  16. 602d717 qemu_multiarch_testing/*: make it easier to do debug in sandboxes by Denys Vlasenko · 9 years ago
  17. 430143b sparc: fix v4.10-25-g8497b62 fallout by Denys Vlasenko · 9 years ago
  18. ea00900 get_scno: add diagnostics for invalid syscall numbers by Dmitry V. Levin · 9 years ago
  19. 9945ec9 arm: fix v4.10-25-g8497b62 fallout by Dmitry V. Levin · 9 years ago
  20. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 9 years ago
  21. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 9 years ago
  22. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 9 years ago
  23. 1b78607 syscall.c: prepare for the split by Dmitry V. Levin · 9 years ago
  24. 144cda2 Move get_regs error check from trace_syscall_entering to get_scno by Dmitry V. Levin · 9 years ago
  25. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 9 years ago
  26. c215569 decode_socket_subcall: fetch all arguments with a single umoven call by Dmitry V. Levin · 9 years ago
  27. 68ba190 New test: test/many_looping_threads.c by Denys Vlasenko · 9 years ago
  28. f1e5b6a test/.gitignore: add missing test targets by Denys Vlasenko · 9 years ago
  29. 7d27c63 Trivial optimization in sys_sigreturn() by Denys Vlasenko · 9 years ago
  30. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 9 years ago
  31. 9dce83b Remove unused struct tcb::inst field by Denys Vlasenko · 9 years ago
  32. 3543157 test/Makefile: add missing test targets by Denys Vlasenko · 9 years ago
  33. 364728d Move the comment about termination logic where it belongs by Denys Vlasenko · 9 years ago
  34. 4bb2ffd startup_tcb() never fails, remove code which checks for failures by Denys Vlasenko · 9 years ago
  35. 8497b62 Show the syscall name in "resuming interrupted call" message by Denys Vlasenko · 9 years ago
  36. e7d671b tests: add a test for mmap/mprotect/munmap decoding by Dmitry V. Levin · 9 years ago
  37. b4aefa7 sparc, sparc64: fix decoding of mmap2 by Dmitry V. Levin · 9 years ago
  38. 485f8fb tests: add a test for SECCOMP_MODE_FILTER decoding by Dmitry V. Levin · 9 years ago
  39. 226bf1c tests: factor out common awk code by Dmitry V. Levin · 9 years ago
  40. 6add1b0 tests: skip netlink based tests when resources are not available by Dmitry V. Levin · 9 years ago
  41. babe7f6 aarch64, arm: decode extra padded compat struct statfs64 by Dmitry V. Levin · 9 years ago
  42. 8f54664 tests: factor out common shell code to functions by Dmitry V. Levin · 9 years ago
  43. 1b5b567 Show f_flags field in printstatfs by Elliott Hughes · 9 years ago
  44. 68804b3 tests/uid*: use fchown* instead of chown* by Dmitry V. Levin · 9 years ago
  45. f79252f stat64-v.test: add newfstatat syscall support by Dmitry V. Levin · 9 years ago
  46. 71d6ffc aarch64: properly decode generic syscalls by Andreas Schwab · 9 years ago
  47. 3355784 tests: verify that all patterns match by Andreas Schwab · 9 years ago
  48. bce1ff5 Fix stat64 st_[acm]time decoding for personalities with 32-bit time_t by Dmitry V. Levin · 9 years ago
  49. 499c5aa semctl: fix indirect syscall decoding by Dmitry V. Levin · 9 years ago
  50. 3aa45f3 tests/ipc_*: match IPC_64 flag by Andreas Schwab · 9 years ago
  51. fa5ce37 Fix crash in ipc_sem test by Andreas Schwab · 9 years ago
  52. 712f0e1 m68k: fix sigreturn decoding by Andreas Schwab · 9 years ago
  53. 0e3811d aarch64: fix ioctl decoding by Andreas Schwab · 9 years ago
  54. 9533610 tests/select.test: handle architectures using pselect6 syscall by Andreas Schwab · 9 years ago
  55. 64fc9ce Distribute linux/aarch64/arch_regs.h by Andreas Schwab · 9 years ago
  56. dbadf7b Fix decoding of mmap2 for arm by Andreas Schwab · 9 years ago
  57. a897136 m68k: define HAVE_SA_RESTORER by Andreas Schwab · 9 years ago
  58. d76d306 aarch64: fix rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  59. 91bdbb4 maint: post-release administrivia by Dmitry V. Levin · 9 years ago
  60. dfabccf Prepare for 4.10 release by Dmitry V. Levin · 9 years ago
  61. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 9 years ago
  62. 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 9 years ago
  63. 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 9 years ago
  64. 07d70f0 qemu_multiarch_testing: update by Dmitry V. Levin · 9 years ago
  65. da66e25 tests: robustify unix-yy.test by Dmitry V. Levin · 9 years ago
  66. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 9 years ago
  67. 67dab70 ppc64: fix compilation warning by Dmitry V. Levin · 9 years ago
  68. 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 9 years ago
  69. a1c5e07 i386: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  70. 30bcb79 tests: add a test for sigreturn/rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  71. f3582cd sigreturn: print signal mask as a syscall argument by Dmitry V. Levin · 9 years ago
  72. 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  73. 26d16c8 arm: simplify sigreturn decoding by Dmitry V. Levin · 9 years ago
  74. 085411b s390: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  75. fd6d207 mips o32: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  76. ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 9 years ago
  77. db19936 sparc, sparc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  78. 577be25 ppc, ppc64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  79. d468992 sigreturn: issue a less innocuous warning by Dmitry V. Levin · 9 years ago
  80. dca5110 bootstrap: do not link Makefile* files by Dmitry V. Levin · 9 years ago
  81. 1e8a454 ia64: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  82. 7abfd29 ia64: use generic signalent by Dmitry V. Levin · 9 years ago
  83. 6a63bfa Document that -k is available only with libunwind by Giedrius Statkevičius · 9 years ago
  84. fde8fac debian: update control file by Dmitry V. Levin · 9 years ago
  85. f3f136c debian: sync with 4.9-2 package by Dmitry V. Levin · 10 years ago
  86. 7e65567 Add arch-specific PTRACE_* constants by Dmitry V. Levin · 9 years ago
  87. 600eafb Clarify bootstrap-vs-autoreconf usage by Mike Frysinger · 9 years ago
  88. 5a64656 mips n32: fix preadv/pwritev offset decoding by Dmitry V. Levin · 9 years ago
  89. d79ed12 tests: skip ipc_sem.test on broken kernels by Mike Frysinger · 9 years ago
  90. eb202ba tests: skip pc.test on s390 by Mike Frysinger · 9 years ago
  91. 90c80c4 tests: note the kernel configs for -yy options by Mike Frysinger · 9 years ago
  92. 301c65c alpha: fix -yy decoding by Dmitry V. Levin · 9 years ago
  93. d50949d aarch64, x32: fix decoding of compat personality statfs64/fstatfs64 by Dmitry V. Levin · 9 years ago
  94. f677715 mips: fix compilation warning by Dmitry V. Levin · 9 years ago
  95. 822892b x32: fix compilation warnings by Dmitry V. Levin · 9 years ago
  96. d819fe8 aarch64: add -i option support by Dmitry V. Levin · 9 years ago
  97. 4341373 ioctl: use x32 specific ioctl entries on x32 personality by Dmitry V. Levin · 9 years ago
  98. 77e0d2d tests/uid16: skip if real uid is larger than 16bit by Dmitry V. Levin · 9 years ago
  99. 3a15bc8 tests: fix uid tests on big endian architectures by Dmitry V. Levin · 9 years ago
  100. a8dcf25 tests/getdents: handle older getdents calls by Mike Frysinger · 9 years ago