1. 031fc80 Rename widen_to_ull to zero_extend_signed_to_ull by Dmitry V. Levin · 8 years ago
  2. 714a162 Move SH-specific argument number calculation to getllval by Eugene Syromyatnikov · 8 years ago
  3. 4ddbfcf Print struct iovec as a regular structure by Dmitry V. Levin · 8 years ago
  4. 2850f74 Add a general netlink socket parser by Fabien Siron · 8 years ago
  5. 2a54d8b Add a enum for decoding to tprint_iov() and tprint_iov_upto() by Fabien Siron · 8 years ago
  6. b0c5113 Introduce HAVE_STRUCT_TCB_EXT_ARG macro by Dmitry V. Levin · 9 years ago
  7. 84a979c Fix explicit casts of signed integer types to unsigned long long by Dmitry V. Levin · 9 years ago
  8. a6dd094 Implement decoding of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
  9. 4ce3054 io.c: use print_array function by Dmitry V. Levin · 9 years ago
  10. 9f3a6af Fix printing of negative offsets in pread64 and pwrite64 syscalls by Dmitry V. Levin · 9 years ago
  11. c98ab88 Fix decoding of preadv syscall in case of short read by Dmitry V. Levin · 9 years ago
  12. d461151 Fix printing of negative offsets in preadv and pwritev syscalls by Dmitry V. Levin · 9 years ago
  13. 0a9d194 Fix printing of unreadable struct iovec by Dmitry V. Levin · 9 years ago
  14. 16a52b4 Fix printing of negative offsets in splice syscall by Dmitry V. Levin · 9 years ago
  15. 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
  16. c6e5e2c x86_64: fix x32 personality support in print_llu_from_low_high_val by Dmitry V. Levin · 9 years ago
  17. b172a94 Add a new helper function umove_ulong_array_or_printaddr by Dmitry V. Levin · 9 years ago
  18. ac2e728 io.c: move sendfile parsers to a separate file by Dmitry V. Levin · 9 years ago
  19. 2479ef0 Fix printing tracee's long integers by Dmitry V. Levin · 9 years ago
  20. 1f255fd io.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  21. dd5f0ce Use printnum_int64 instead of print_loff_t by Dmitry V. Levin · 9 years ago
  22. 43b5a1f io.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  23. 044eef2 Move ioctl syscall parser to ioctl.c by Dmitry V. Levin · 9 years ago
  24. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  25. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  26. 5a64656 mips n32: fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  27. 5de5a7a Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
  28. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 10 years ago
  29. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 10 years ago
  30. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
  31. 20b84a6 Fix preadv/pwritev offset decoding on ILP32 architectures by Dmitry V. Levin · 10 years ago
  32. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  33. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  34. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
  35. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  36. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  37. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 12 years ago
  38. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 12 years ago
  39. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
  40. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 13 years ago
  41. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 13 years ago
  42. 0cbed35 Decode mtd ioctls by Mike Frysinger · 13 years ago
  43. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  44. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  45. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 13 years ago
  46. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  47. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  48. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  49. 6ca2610 Check HAVE_LONG_LONG_OFF_T when printing offset by H.J. Lu · 13 years ago
  50. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 13 years ago
  51. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  52. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  53. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  54. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  55. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 14 years ago
  56. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 14 years ago
  57. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
  58. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  59. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  60. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 17 years ago
  61. 4ebb4e3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  62. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  63. 2fe2a3e 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  64. ee36ce1 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  65. 2843a4e 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  66. c0f8bbd 2003-07-28 Daniel Jacobowitz <drow@mvista.com> by Roland McGrath · 21 years ago
  67. c6cc577 2003-01-14 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  68. f5c450d 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  69. 186c5ac 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  70. 38ae88d Improve tracing of timod ioctls by John Hughes · 23 years ago
  71. 7ab47b6 Fix signed/unsigned problems by Wichert Akkerman · 23 years ago
  72. 1d08dcf Merge iov fixes from Richard Kettlewell by John Hughes · 23 years ago
  73. 0c79e01 replace wimpy get64 by powerful LONG_LONG :-) by John Hughes · 24 years ago
  74. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 24 years ago
  75. 5a826b8 Fix off_t args on FreeBSD by John Hughes · 24 years ago
  76. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
  77. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  78. 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
  79. 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago
  80. 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 26 years ago
  81. 76baf7c Initial revision by Wichert Akkerman · 26 years ago