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. 2fc5d80 decode_select: do not allocate unused memory by Dmitry V. Levin · 9 years ago
  4. 6522f13 decode_select: fix potential use of an uninitialized variable by Dmitry V. Levin · 10 years ago
  5. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 10 years ago
  6. d35bdca Compress blank lines by Dmitry V. Levin · 10 years ago
  7. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  8. e51ce47 epoll_ctl: fix EPOLL_CTL_DEL argument decoding by Dmitry V. Levin · 10 years ago
  9. 54cabef Fix fcntl decoding by Dmitry V. Levin · 10 years ago
  10. ec21e07 sys_fcntl: remove F_FREESP and F_FREESP64 support by Dmitry V. Levin · 10 years ago
  11. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  12. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  13. 594eb8f Define printflock64 only if it is referenced by other code by Dmitry V. Levin · 11 years ago
  14. 2b64034 Move io_* syscalls decoding to a separate file by Dmitry V. Levin · 11 years ago
  15. 2df03c4 Stop using external libaio.h. by Denys Vlasenko · 11 years ago
  16. abd2fda sys_io_submit: simplify iocb_cmd_lookup() helper. by Denys Vlasenko · 11 years ago
  17. ab24d51 sys_io_submit: stop traversing iocb vector after first failure. by Denys Vlasenko · 11 years ago
  18. b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
  19. 1297a51 Speed up and explain fd_isset() by Denys Vlasenko · 11 years ago
  20. c2982b5 Fix select decoding for glibc in _FORTIFY_SOURCE mode by Dmitry V. Levin · 11 years ago
  21. f3696b3 More select decoding fixes by Dmitry V. Levin · 11 years ago
  22. 1f65c3c Truncate arg[0] to int in select decoding. by Denys Vlasenko · 11 years ago
  23. 025f108 Fix select decoding with bogus (huge or negative) nfds. by Dr. David Alan Gilbert · 11 years ago
  24. 8a1ebbb Add compat support for sys_pselect6 by Denys Vlasenko · 11 years ago
  25. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  26. 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 11 years ago
  27. 72cdefb Print io_submit() offsets in decimal by Zev Weiss · 11 years ago
  28. 3b211d8 Fix build with older versions of libaio.h by Dmitry V. Levin · 11 years ago
  29. c108ba2 Fix io_submit decoding by Dmitry V. Levin · 11 years ago
  30. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 11 years ago
  31. 86738a2 Merge two identical tables by Denys Vlasenko · 11 years ago
  32. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 11 years ago
  33. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  34. 61d62cf Stop using %h[h]u format specifiers by Denys Vlasenko · 12 years ago
  35. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  36. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  37. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  38. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  39. b237b1b Style fixes, no code changes by Denys Vlasenko · 12 years ago
  40. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  41. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  42. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  43. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  44. ad178c0 Remove redundant parsers by Dmitry V. Levin · 12 years ago
  45. aed334c sys_epoll_create1: decode flag arguments correctly by Mike Frysinger · 13 years ago
  46. c327d71 Fix epoll_wait and epoll_pwait decoding by Dmitry V. Levin · 13 years ago
  47. 5967c1a Decode EPOLLRDHUP by Dmitry V. Levin · 13 years ago
  48. ad5155a Fix compile failure introduced by last commit by Denys Vlasenko · 13 years ago
  49. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  50. 1161725 * desc.c (decode_select): Set tcp->auxstr as late as possible. by Denys Vlasenko · 13 years ago
  51. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  52. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  53. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  54. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  55. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  56. 7999262 Optimize iocb_cmd_lookup by Denys Vlasenko · 13 years ago
  57. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  58. 081e72f Fix build when libaio-devel is not available by Dmitry V. Levin · 13 years ago
  59. dfcd741 Enhance io_submit() decoding by Andi Kleen · 13 years ago
  60. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  61. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  62. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  63. 9676499 * desc.c (sys_epoll_pwait): Fix output formatting bug. by Dmitry V. Levin · 14 years ago
  64. 6e63375 * desc.c (decode_select): Fix potential stack buffer overflow. by Dmitry V. Levin · 14 years ago
  65. 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
  66. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  67. 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 15 years ago
  68. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 15 years ago
  69. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  70. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 15 years ago
  71. 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 15 years ago
  72. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 15 years ago
  73. b1efe53 Fix build breakage from my previous commit. by Denys Vlasenko · 15 years ago
  74. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  75. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  76. fe10aa7 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  77. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  78. a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  79. e7c3967 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  80. f240005 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  81. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  82. 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  83. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  84. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  85. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  86. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  87. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  88. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  89. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  90. 37b9f84 2005-05-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  91. 183df96 2005-03-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  92. e85aaa4 2005-02-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  93. 6e52d23 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  94. 63d6e54 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  95. 93817bf 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  96. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  97. 81634e4 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  98. e948faf 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  99. 7b3346b Import lots of ia64 related changes from David Mosberger by Wichert Akkerman · 23 years ago
  100. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 23 years ago