1. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
  2. 0612176 Use explicit long type instead of off_t by Denys Vlasenko · 12 years ago
  3. 86738a2 Merge two identical tables by Denys Vlasenko · 12 years ago
  4. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
  5. 782d90f Fix SEGV in lseek by Denys Vlasenko · 12 years ago
  6. 386b871 Comment inner workings of sys_[l]lseek by Denys Vlasenko · 12 years ago
  7. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
  8. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 12 years ago
  9. 1f21513 Fix *xattr decoding by Dmitry V. Levin · 12 years ago
  10. ad232c6 Decode file type returned by getdents system call by Dmitry V. Levin · 12 years ago
  11. d33e72a Merge adjacent printing operations in a few places by Denys Vlasenko · 12 years ago
  12. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  13. c933f27 Fix a problem with sys_lseek on x32 by H.J. Lu · 12 years ago
  14. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  15. dd0130b Restore tcb::u_lrval; fix lseek on MIPS-n32 by H.J. Lu · 12 years ago
  16. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  17. 88c63f2 Remove unused version of sys_lseek by Denys Vlasenko · 13 years ago
  18. 0c163c4 Simplify sys_lseek64 conditional compilation. by Denys Vlasenko · 13 years ago
  19. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
  20. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  21. ad0c01e Ensure that SWAP_FLAG_* constants are defined by Dmitry V. Levin · 13 years ago
  22. 33d2476 Enhance *listxattr syscalls decoding by Dmitry V. Levin · 13 years ago
  23. 7989ad4 Fix *at syscalls flags decoding by Dmitry V. Levin · 13 years ago
  24. 371e153 Fix linkat flags decoding by Dmitry V. Levin · 13 years ago
  25. ab1a70c Correct inotify_rm_watch decoder by Dmitry V. Levin · 13 years ago
  26. 531af48 Alias sys_fsync to sys_close by Dmitry V. Levin · 13 years ago
  27. 8829365 swapon: decode swap flags by Dmitry V. Levin · 13 years ago
  28. 1945ccc Assorted trivial optimizations by Denys Vlasenko · 13 years ago
  29. b237b1b Style fixes, no code changes by Denys Vlasenko · 13 years ago
  30. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  31. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 13 years ago
  32. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  33. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  34. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  35. a13b3fe Define old stat functions only if needed by H.J. Lu · 13 years ago
  36. 4f3df07 Simple optimizations by Denys Vlasenko · 13 years ago
  37. 3449ae8 Fix readlink result display - was printing bogus "..." semi-randomly by Denys Vlasenko · 13 years ago
  38. 7d55801 Add support for compat_statfs64 by Andreas Schwab · 13 years ago
  39. 000d66f Add support for statfs64.f_flags by Andreas Schwab · 13 years ago
  40. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  41. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  42. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  43. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  44. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  45. 5284557 Optimization: eliminate some usages of strcat() by Denys Vlasenko · 13 years ago
  46. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  47. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  48. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  49. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  50. 1e1405a Fix decoding of inotify_init1() flags by Sebastian Pipping · 14 years ago
  51. d475c06 Fix struct xlat initialization bugs by Dmitry V. Levin · 14 years ago
  52. e9a06b7 sparc: fix compilation warning by Dmitry V. Levin · 14 years ago
  53. d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
  54. bab8940 Hook up inotify_init1 open mode flags printer by Mark Wielaard · 15 years ago
  55. 9906e6d Fix handling of Linux systems without struct statfs64 by Bernhard Reutner-Fischer · 15 years ago
  56. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  57. d45f0a6 Correct decoding of readahead and fadvice64(_64) on PowerPC by Andreas Schwab · 15 years ago
  58. ff896f7 * file.c (printstat64): Cleanup trailing whitespace. by Dmitry V. Levin · 15 years ago
  59. 61b7435 Fix decoding of newfstatat syscall on x86-64 by Andreas Schwab · 15 years ago
  60. 229738c Avoid malloc(0) in getdents parsers by Mike Frysinger · 15 years ago
  61. 896db21 Fix fadvise64 decoding on ARM by Kirill A. Shutemov · 15 years ago
  62. 4bcd5ef * bjm.c (sys_query_module): Fix format warning reported by by Dmitry V. Levin · 15 years ago
  63. 4e718b5 * strace.c (printstatsol, printstat_sparc64): by Denys Vlasenko · 15 years ago
  64. e740fd3 * file.c (print_dirfd): Use int for file descriptor, not a long. by Denys Vlasenko · 15 years ago
  65. 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 15 years ago
  66. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago
  67. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
  68. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  69. c531e57 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  70. 96a9661 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  71. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 16 years ago
  72. 153fbd6 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  73. b838b1e 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  74. dc7715b 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  75. e6d0f71 2007-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  76. c7bd4d3 2007-08-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Roland McGrath · 17 years ago
  77. 71d3d66 2007-08-03 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  78. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  79. 7e9817c 2007-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  80. 359c8ed 2007-03-21 Andreas Schwab <schwab@suse.de> by Roland McGrath · 17 years ago
  81. 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  82. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  83. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  84. 1f336e5 2006-10-14 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  85. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  86. 504eb0b 2006-09-01 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  87. a4d4853 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  88. 0873843 2005-06-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  89. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  90. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  91. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  92. 1025c3e 2005-04-25 Anton Blanchard <anton@samba.org> by Roland McGrath · 19 years ago
  93. f774642 2005-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  94. 663a8a0 2005-02-04 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  95. fee836e 2005-02-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  96. 883567c 2005-02-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  97. e27ed34 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  98. 8c304bc 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  99. 2fe2a3e 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  100. df13e8f 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago