1. ee70a1b Add printstr_ex which allows for providing user quotation style by Eugene Syromyatnikov · 8 years ago
  2. 5cf68f9 util: add quote_string flag signalising that string is NUL-terminated by Eugene Syromyatnikov · 8 years ago
  3. 04ec08a keyctl: add support for KEYCTL_DH_COMPUTE by Eugene Syromyatnikov · 8 years ago
  4. 820adff x86_64: fix is_negated_errno for x32 personality by Dmitry V. Levin · 8 years ago
  5. 7b6d66f tests: fix another regression in qual_syscall.test by Dmitry V. Levin · 8 years ago
  6. 4503da0 Use err_name, print unrecognized errno values as numbers by Dmitry V. Levin · 8 years ago
  7. 7211bdb keyctl: print errno name in KEYCTL_REJECT in case it is available by Eugene Syromyatnikov · 8 years ago
  8. 6fdb104 Add function for getting errno string by Eugene Syromyatnikov · 8 years ago
  9. ba63d8a struct tcb: change the type of u_error field from int to unsigned long by Dmitry V. Levin · 8 years ago
  10. cce5aae Use tprints instead of tprintf in a few more places by Dmitry V. Levin · 8 years ago
  11. 7fa26e1 keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT command by Eugene Syromyatnikov · 8 years ago
  12. f5278a7 keyctl: use getarg_ull for printing generic arguments by Eugene Syromyatnikov · 8 years ago
  13. db098f9 keyctl: use printuid for printing UID/GID by Eugene Syromyatnikov · 8 years ago
  14. f3228d3 io: handle data_size of -1 as unlimited data in print_iovec by Eugene Syromyatnikov · 8 years ago
  15. e8f36ec tests: fix typo in qual_syscall.test by Dmitry V. Levin · 8 years ago
  16. a606d3a Enhance -e abbrev=set, -e raw=set, and -e verbose=set by Dmitry V. Levin · 8 years ago
  17. 55334ef tests/qual_syscall.test: rewrite without ls by Dmitry V. Levin · 8 years ago
  18. a2402ce tests: check decoding of fadvise64 and fadvise64_64 syscalls by Eugene Syromyatnikov · 8 years ago
  19. 54a4a1a mips o32: implement fetching the 7th subcall argument by Dmitry V. Levin · 8 years ago
  20. 1929c22 x32: use proper decoder for fadvise64 syscall by Eugene Syromyatnikov · 8 years ago
  21. 2c871eb fadvise: use getarg_ull for obtaining len argument of fadvise64 syscall by Eugene Syromyatnikov · 8 years ago
  22. b93991d util: add getarg_ll and getarg_ull functions by Eugene Syromyatnikov · 8 years ago
  23. 11f7093 fadvise: change printing of len argument to unsigned in fadvise64 syscall by Eugene Syromyatnikov · 8 years ago
  24. cfa1b17 sh64, sparc64: use proper decoder for fadvise64_64 syscall by Dmitry V. Levin · 8 years ago
  25. dbb7660 tests: check decoding of fallocate syscall by Eugene Syromyatnikov · 8 years ago
  26. 5af0e0d fallocate: change print format of offset and len arguments to signed by Eugene Syromyatnikov · 8 years ago
  27. e32f7ee xlat: add default values for falloc_flags constants by Eugene Syromyatnikov · 8 years ago
  28. ec37614 tests: check decoding of getcpu syscall by Eugene Syromyatnikov · 8 years ago
  29. aefb09b tests: make magic values in ioctl_block test distinctive by Eugene Syromyatnikov · 8 years ago
  30. db27247 tests: additional getcwd decoding checks by Eugene Syromyatnikov · 8 years ago
  31. 81b6383 tests: check decoding of quotactl syscall by Eugene Syromyatnikov · 8 years ago
  32. ee9e7a7 quota: ensure that names of structure fields are printed properly by Dmitry V. Levin · 8 years ago
  33. 906dc4a Enhance zero_extend_signed_to_ull and sign_extend_unsigned_to_ll macros by Dmitry V. Levin · 8 years ago
  34. 340909f quota: move Q_QUOTAON handling to subcommand switch statement by Dmitry V. Levin · 8 years ago
  35. fd5195d quota: remove legacy subcommand decoding support code by Eugene Syromyatnikov · 8 years ago
  36. abde345 quota: add realtime block limits fields to XFS disk quota printing code by Eugene Syromyatnikov · 8 years ago
  37. 46b8957 quota: add packed attribute to struct if_dqblk definition by Eugene Syromyatnikov · 8 years ago
  38. 4cb1124 quota: Add decoding for Q_XQUOTARM subcommand by Eugene Syromyatnikov · 8 years ago
  39. 01bb1d2 quota: add dispatch of SYNC subcommands by Eugene Syromyatnikov · 8 years ago
  40. 3b3fd71 quota: add missing prefixes to struct field names by Eugene Syromyatnikov · 8 years ago
  41. f8b50ef quota: fix indentation inside subcommand dispatching switch statement by Eugene Syromyatnikov · 8 years ago
  42. 51330fd quota: avoid printing id argument for those commands that ignore it by Eugene Syromyatnikov · 8 years ago
  43. e87379b quota: use printuid for id parameter printing by Eugene Syromyatnikov · 8 years ago
  44. 0cda3e0 quota: display quota subcommand as a macro by Eugene Syromyatnikov · 8 years ago
  45. 632cc8a tests: use VERBOSE macro in waitid and waitid-v tests by Dmitry V. Levin · 8 years ago
  46. 5cc7036 tests: use VERBOSE macro in wait4 and wait4-v tests by Dmitry V. Levin · 8 years ago
  47. 074c630 tests: use VERBOSE macro in msg_control and msg_control-v tests by Dmitry V. Levin · 8 years ago
  48. 0c5b09c tests: use VERBOSE macro in mmsg_name and mmsg_name-v tests by Dmitry V. Levin · 8 years ago
  49. a392aaa tests: use VERBOSE macro in ioctl_rtc and ioctl_rtc-v tests by Dmitry V. Levin · 8 years ago
  50. aa95ec7 tests: use VERBOSE macro in ioctl_evdev and ioctl_evdev-v tests by Dmitry V. Levin · 8 years ago
  51. 0400e2c tests: use VERBOSE macro in execveat and execveat-v tests by Dmitry V. Levin · 8 years ago
  52. 68beed8 tests: use VERBOSE macro in execve and execve-v tests by Dmitry V. Levin · 8 years ago
  53. 91eb1ed tests: add VERBOSE macro by Dmitry V. Levin · 8 years ago
  54. 212a444 decode_open: print the mode argument when O_TMPFILE flag is set by Dmitry V. Levin · 8 years ago
  55. 0918a4c tests: use sprintrc in tests/ptrace.c by Dmitry V. Levin · 8 years ago
  56. b9bac78 tests: use sprintrc in tests/netlink_protocol.c by Dmitry V. Levin · 8 years ago
  57. 99f41c5 tests: use sprintrc in tests/fchownat.c by Dmitry V. Levin · 8 years ago
  58. 48ba1de tests: use sprintrc in tests/fchmodat.c by Dmitry V. Levin · 8 years ago
  59. e9bfa4e tests: use sprintrc in tests/fchmod.c by Dmitry V. Levin · 8 years ago
  60. ac563cf tests: use sprintrc in tests/getgroups.c by Dmitry V. Levin · 8 years ago
  61. fe1a225 tests: use sprintrc in tests/setgroups.c by Dmitry V. Levin · 8 years ago
  62. 24f6345 tests/utime.c: rewrite without assert by Dmitry V. Levin · 8 years ago
  63. c7cd262 tests/xattr.c: rewrite without assert by Dmitry V. Levin · 8 years ago
  64. 1caf9f2 tests: use sprintrc in tests/xchownx.c by Dmitry V. Levin · 8 years ago
  65. 8870b9e tests/xstatfsx.c: fix potential errno clobbering by Dmitry V. Levin · 8 years ago
  66. 38ce265 Add more fs magic constants by Dmitry V. Levin · 8 years ago
  67. 43e85a6 tests: fix whitespace for explicit type casts in futex test by Eugene Syromyatnikov · 8 years ago
  68. eb5b530 Add more fs magic constants by Dmitry V. Levin · 8 years ago
  69. 6cb1ced Update fs *_MAGIC constants by Dmitry V. Levin · 8 years ago
  70. 1ae6605 tests: workaround limited semctl implementation in musl by Dmitry V. Levin · 8 years ago
  71. 1bc727f tests: add more IPC decoding checks by Eugene Syromyatnikov · 8 years ago
  72. ecc9fc1 .mailmap: add addresses of Dr. David Alan Gilbert by Dmitry V. Levin · 8 years ago
  73. 61bf305 .mailmap: add canonical name for Eugene Syromyatnikov by Eugene Syromyatnikov · 8 years ago
  74. 7f6f692 Update generic ioctl entries from linux 4.8 by Dmitry V. Levin · 8 years ago
  75. 07eb711 x32: update ioctl entries from linux 4.8 by Gleb Fotengauer-Malinovskiy · 8 years ago
  76. 7e8314e maint: update for linux 4.8 by Gleb Fotengauer-Malinovskiy · 8 years ago
  77. 378a47e tests: use sprintrc_grep in tests/ipc_shm.c by Dmitry V. Levin · 8 years ago
  78. 3138893 tests: use sprintrc_grep in tests/ipc_sem.c by Dmitry V. Levin · 8 years ago
  79. adffd04 tests: use sprintrc_grep in tests/ipc_msg.c by Dmitry V. Levin · 8 years ago
  80. 961a541 tests: use sprintrc in tests/chmod.c by Dmitry V. Levin · 8 years ago
  81. 06847fe ipc: fix printing of nsops argument of semop and semtimedop syscalls by Dmitry V. Levin · 8 years ago
  82. 84de545 tests/aio.c: bring indentation in conformance with the rest of the file by Eugene Syromyatnikov · 8 years ago
  83. 0831238 tests: use predefined constant in aio_context_t checks in aio test by Eugene Syromyatnikov · 8 years ago
  84. a92ba46 Mark io_setup and io_destroy as memory mapping related syscalls by Dmitry V. Levin · 8 years ago
  85. f6c70f9 travis: add x86 musl by Dmitry V. Levin · 8 years ago
  86. 3351924 tests: use PRI__*64 macros in aio test by Eugene Syromyatnikov · 8 years ago
  87. 047c42e ipc: fix printing of integer arguments by Eugene Syromyatnikov · 8 years ago
  88. 7b93574 ipc: fix printing key_t arguments of msgget, semget, and shmget syscalls by Dmitry V. Levin · 8 years ago
  89. f4b7ac2 tests: add more sched_getattr and sched_setattr decoding checks by Eugene Syromyatnikov · 8 years ago
  90. 0797de9 tests: change type of sched_nice field to signed in sched_xetattr test by Eugene Syromyatnikov · 8 years ago
  91. 6d995ae tests: add sprintrc_grep function to libtests by Eugene Syromyatnikov · 8 years ago
  92. ee7d47f tests: perform more strict structure allocation in sched_xetattr test by Eugene Syromyatnikov · 8 years ago
  93. e3ed9f5 tests: split long lines in sched_xetattr test by Eugene Syromyatnikov · 8 years ago
  94. 9b95549 tests/aio.c: fix for x32 personality by Dmitry V. Levin · 8 years ago
  95. ed292f6 aio: print aio_context_t as a pointer type by Dmitry V. Levin · 8 years ago
  96. 460c625 tests/aio.c: rewrite without assert by Dmitry V. Levin · 8 years ago
  97. 851ac44 tests: add more aio decoding checks by Eugene Syromyatnikov · 8 years ago
  98. ea7adc3 tests: add suffix and cast to 64-bit constants in aio test by Eugene Syromyatnikov · 8 years ago
  99. 06d0a0e tests: check decoding of perf_event_open syscall by Eugene Syromyatnikov · 8 years ago
  100. af0d956 Makefile.am: use pwd instead of realpath by Eugene Syromyatnikov · 8 years ago