1. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 9 years ago
  2. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 9 years ago
  3. 5a64656 mips n32: fix preadv/pwritev offset decoding by Dmitry V. Levin · 9 years ago
  4. 5de5a7a Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures by Dmitry V. Levin · 9 years ago
  5. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 9 years ago
  6. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 9 years ago
  7. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 9 years ago
  8. 20b84a6 Fix preadv/pwritev offset decoding on ILP32 architectures by Dmitry V. Levin · 10 years ago
  9. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  10. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  11. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  12. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  13. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  14. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 11 years ago
  15. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 11 years ago
  16. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 11 years ago
  17. 043b5f8 Remove recently introduced use of ULONG_MAX by Dmitry V. Levin · 12 years ago
  18. e0bc222 Fix recvmsg decode: do not show more data than actually returned by Denys Vlasenko · 12 years ago
  19. 0cbed35 Decode mtd ioctls by Mike Frysinger · 12 years ago
  20. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  21. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  22. 0bfd744 Output iovec length in vmsplice and process_vm_readv decoders by Dmitry V. Levin · 12 years ago
  23. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  24. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  25. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  26. 6ca2610 Check HAVE_LONG_LONG_OFF_T when printing offset by H.J. Lu · 12 years ago
  27. 309edeb Remove unused sys_pread64 and sys_pwrite64 parsers on Linux by Dmitry V. Levin · 12 years ago
  28. d99e48c Implement decoding of splice, tee and vmsplice(2) syscalls by Dmitry V. Levin · 13 years ago
  29. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  30. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  31. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  32. 8884968 Add argument to tprint_iov() specifying whether to decode each iovec by Dmitry V. Levin · 13 years ago
  33. 3087dd6 Linux: implement decoding of preadv and pwritev syscalls by Damir Shayhutdinov · 13 years ago
  34. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  35. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  36. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  37. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
  38. 4ebb4e3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  39. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  40. 2fe2a3e 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  41. ee36ce1 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  42. 2843a4e 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  43. c0f8bbd 2003-07-28 Daniel Jacobowitz <drow@mvista.com> by Roland McGrath · 21 years ago
  44. c6cc577 2003-01-14 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  45. f5c450d 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  46. 186c5ac 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  47. 38ae88d Improve tracing of timod ioctls by John Hughes · 22 years ago
  48. 7ab47b6 Fix signed/unsigned problems by Wichert Akkerman · 22 years ago
  49. 1d08dcf Merge iov fixes from Richard Kettlewell by John Hughes · 23 years ago
  50. 0c79e01 replace wimpy get64 by powerful LONG_LONG :-) by John Hughes · 23 years ago
  51. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 23 years ago
  52. 5a826b8 Fix off_t args on FreeBSD by John Hughes · 23 years ago
  53. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 23 years ago
  54. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  55. 4dc8a2a Bunch of stuff by Wichert Akkerman · 24 years ago
  56. 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago
  57. 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 25 years ago
  58. 76baf7c Initial revision by Wichert Akkerman · 25 years ago