1. 7405b12 NEWS: Prepare for 4.11 release by Dmitry V. Levin · 9 years ago
  2. 23828a5 ia64: wire up mlock2 syscall by Dmitry V. Levin · 9 years ago
  3. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  4. d1c663a tests/aio.c: include <time.h> by Dmitry V. Levin · 9 years ago
  5. 4b08afd mpers.sh: switch to DWARF version 2 format for better portability by Dmitry V. Levin · 9 years ago
  6. d2bcb16 mpers.awk: add support for DWARF version 2 format by Dmitry V. Levin · 9 years ago
  7. e67c8e4 Replace %Ld/%Lu printf format specifiers with %lld/%llu by Dmitry V. Levin · 9 years ago
  8. 34683e3 Fix SYS_FUNC and SEN macros for musl by Szabolcs Nagy · 9 years ago
  9. b6b38fa tests/times.test: workaround libc bug on x32 by Dmitry V. Levin · 9 years ago
  10. c4afd6d mpers.awk: make fillers added to the output structure more predictable by Dmitry V. Levin · 9 years ago
  11. 54d18a2 Robustify mpers.awk against input containing index loops by Dmitry V. Levin · 9 years ago
  12. 5999218 Robustify mpers.awk against invalid input by Dmitry V. Levin · 9 years ago
  13. da126fb Replace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIAN by Dmitry V. Levin · 9 years ago
  14. ba70eb1 Remove unused parser of xmknod syscall by Dmitry V. Levin · 9 years ago
  15. 703a716 tests/restart_syscall: add a workaround for old arm kernels by Dmitry V. Levin · 9 years ago
  16. 2c2f663 tests/.gitignore: add ksysent.h by Dmitry V. Levin · 9 years ago
  17. 90c7de6 aarch64: make arm registers unsigned by Dmitry V. Levin · 9 years ago
  18. bab4ef4 tests: add ksysent.test by Dmitry V. Levin · 9 years ago
  19. a5c16b8 Document that syscall names match kernel __NR_* constants by Dmitry V. Levin · 9 years ago
  20. cdd2f84 ia64: print all ia32 syscalls using printargs by Dmitry V. Levin · 9 years ago
  21. 232cf04 Fix build on architectures for which arch_sigreturn is not implemented by Dmitry V. Levin · 9 years ago
  22. c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
  23. e3a2fe0 mips: fix fadvise64 syscall entries by Dmitry V. Levin · 9 years ago
  24. ebb38bc xtensa: wire up syncfs syscall by Dmitry V. Levin · 9 years ago
  25. 2b722e2 sh, sh64: fix syscall entries by Dmitry V. Levin · 9 years ago
  26. 57dfe5f powerpc, powerpc64: wire up mlock2 syscall by Dmitry V. Levin · 9 years ago
  27. b506f78 hppa: fix syscall entries by Dmitry V. Levin · 9 years ago
  28. 19a6d71 avr32: update syscall entries by Dmitry V. Levin · 9 years ago
  29. 8e7c92b m68k: fix syscall names by Dmitry V. Levin · 9 years ago
  30. 59a1586 sparc: update syscall names by Dmitry V. Levin · 9 years ago
  31. d4bb0ba powerpc, powerpc64: update syscall names by Dmitry V. Levin · 9 years ago
  32. a8b0cef alpha: update syscall entries by Dmitry V. Levin · 9 years ago
  33. 476ec39 Fix mmap syscall entries by Dmitry V. Levin · 9 years ago
  34. 69b7307 Fix select and _newselect syscall entries by Dmitry V. Levin · 9 years ago
  35. dd36092 Fix exit syscall entries by Dmitry V. Levin · 9 years ago
  36. 5090dde Fix pread64 and pwrite64 syscall entries by Dmitry V. Levin · 9 years ago
  37. 718990f tests: sort the list of tests by Dmitry V. Levin · 9 years ago
  38. f04eedd ia64: fix remap_file_pages syscall entry by Dmitry V. Levin · 9 years ago
  39. 59281fc bfin, i386: remove sysentry for nonexistent security syscall by Dmitry V. Levin · 9 years ago
  40. 77c0cde build: add -D_FILE_OFFSET_BITS=64 to _CPPFLAGS instead of _CFLAGS by Dmitry V. Levin · 9 years ago
  41. 323cc92 Move x32 <asm/stat.h> replacement to x32 specific directory by Dmitry V. Levin · 9 years ago
  42. 860b3a6 build: set arch specific -m switches in tests-m*32/Makefile.am files properly by Dmitry V. Levin · 9 years ago
  43. 1e04e57 build: initialize ARCH variable in tests-m*32/Makefile.am files properly by Dmitry V. Levin · 9 years ago
  44. 08a1783 tests: add umount.test and umount2.test by Dmitry V. Levin · 9 years ago
  45. 6a8095e avr32: fix umount2 syscall entry by Dmitry V. Levin · 9 years ago
  46. 97af1be Update umount2 flags by Dmitry V. Levin · 9 years ago
  47. 431d7fd Print the first argument of umount2 syscall as a path by Dmitry V. Levin · 9 years ago
  48. eb76c4b prctl: add PR_CAP_AMBIENT parser by Dmitry V. Levin · 9 years ago
  49. 1b28330 prctl: finish decoding of several commands on entering syscall by Dmitry V. Levin · 9 years ago
  50. b165910 Fix build on systems that lack EM_FRV definition by Dmitry V. Levin · 9 years ago
  51. 4bbed30 times.test: workaround buggy libc by Dmitry V. Levin · 9 years ago
  52. fc0a22d times.test: reduce cpu time consumption, increase struct tms diversity by Dmitry V. Levin · 9 years ago
  53. bb509aa mips n32, x32: fix printing of times syscall return value by Dmitry V. Levin · 9 years ago
  54. 4f10926 unix-yy.test: fix portability issue by Dmitry V. Levin · 9 years ago
  55. 02d92d0 inet-cmsg.test: skip the test when the network is not functional by Dmitry V. Levin · 9 years ago
  56. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  57. 03202da print_fcntl: finish with unrecognized commands on entering syscall by Dmitry V. Levin · 9 years ago
  58. 211d6ef fcntl: create a separate parser for fcntl64 syscall by Elvira Khabirova · 9 years ago
  59. c9d2501 travis-ci: add build matrix by Dmitry V. Levin · 9 years ago
  60. 144a9db tests: replace old stat tests with stat.test and stat64.test by Dmitry V. Levin · 9 years ago
  61. 38e3768 tests: add lstat.test and lstat64.test by Dmitry V. Levin · 9 years ago
  62. c863827 tests: add fstat.test and fstat64.test by Dmitry V. Levin · 9 years ago
  63. cc2baf3 tests: prepare for detailed testing of stat family syscalls by Dmitry V. Levin · 9 years ago
  64. 8b6046a ioctl: allow to stop decoding number by Gabriel Laskar · 9 years ago
  65. 5421855 tests: skip restart_syscall.test on x32 by Dmitry V. Levin · 9 years ago
  66. a5aa080 x32: fix decoding of i386 personality lseek syscall by Dmitry V. Levin · 9 years ago
  67. cfde1e3 x86_64, x32: add a replacement for <asm/stat.h> by Dmitry V. Levin · 9 years ago
  68. c31481f Add a wrapper around <asm/stat.h> by Dmitry V. Levin · 9 years ago
  69. 5627cf9 kernel_types.h: protect from double inclusion by Dmitry V. Levin · 9 years ago
  70. 530d462 fstatat64.test: lift /proc requirement by Dmitry V. Levin · 9 years ago
  71. b0e6115 tests: add fstatat64.test and newfstatat.test by Dmitry V. Levin · 9 years ago
  72. 84940d4 alpha, ppc, sh, sh64: fix fstatat64 syscall entries by Dmitry V. Levin · 9 years ago
  73. fdb3544 ppc64: clone syscallent.h from ppc by Dmitry V. Levin · 9 years ago
  74. 9db0797 tests: add lseek.test and llseek.test by Dmitry V. Levin · 9 years ago
  75. 431d63c tests: add ftruncate64.test and truncate64.test by Dmitry V. Levin · 9 years ago
  76. c1bb87a tests: add ftruncate.test and truncate.test by Dmitry V. Levin · 9 years ago
  77. 170a4cf build: robustify linux/fcntl.h check by Dmitry V. Levin · 9 years ago
  78. 7386ca7 syscall.c: move inclusion of arch specific files to the end of file by Dmitry V. Levin · 9 years ago
  79. f3e9e61 x86_64: change getregs_old to forward ptrace return code by Dmitry V. Levin · 9 years ago
  80. 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
  81. 1651051 cleanup: make get_scno.c files more readable by Dmitry V. Levin · 9 years ago
  82. 64672a6 cleanup: make get_syscall_args.c files more readable by Dmitry V. Levin · 9 years ago
  83. f51aec6 cleanup: make get_syscall_result.c files more readable by Dmitry V. Levin · 9 years ago
  84. 0c8c5c9 cleanup: make get_error.c files more readable by Dmitry V. Levin · 9 years ago
  85. 527b42f cleanup: make arch_sigreturn.c files more readable by Dmitry V. Levin · 9 years ago
  86. 690235a Add initial Travis CI support by Dmitry V. Levin · 9 years ago
  87. e8199b2 tests: remove temporary files left after two tests by Dmitry V. Levin · 9 years ago
  88. 2400e9e tests: skip stat32-v.test on x32 by Dmitry V. Levin · 9 years ago
  89. 0ca438d tests: fix ipc_msgbuf.test on x32 by Dmitry V. Levin · 9 years ago
  90. 4408e85 x32: fix pselect6 decoding by Dmitry V. Levin · 9 years ago
  91. 2620751 x32: fix sigreturn decoding by Dmitry V. Levin · 9 years ago
  92. bdb07e3 x32: fix struct dirent decoding by Dmitry V. Levin · 9 years ago
  93. a2fdfe9 Refer to -h on incorrect usage by Elvira Khabirova · 9 years ago
  94. 3272d29 Rearrange flags descriptions in the usage text by Elvira Khabirova · 9 years ago
  95. 4f7db9a tests: run in "set -x" mode if VERBOSE variable is non-null by Dmitry V. Levin · 9 years ago
  96. 9c40599 tests: fix match_diff usage by Dmitry V. Levin · 9 years ago
  97. c6e5e2c x86_64: fix x32 personality support in print_llu_from_low_high_val by Dmitry V. Levin · 9 years ago
  98. 6974c91 x86_64: fix x32 personality support in getllval by Dmitry V. Levin · 9 years ago
  99. 4c65ff0 tests/file_handle: fix expected output by Dmitry V. Levin · 9 years ago
  100. bb746ff startup_attach: fix compilation warning by Dmitry V. Levin · 9 years ago