1. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 11 years ago
  2. 86738a2 Merge two identical tables by Denys Vlasenko · 11 years ago
  3. 751acb3 Dying suddenly with abort() is rude, avoid if possible by Denys Vlasenko · 11 years ago
  4. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  5. 61d62cf Stop using %h[h]u format specifiers by Denys Vlasenko · 12 years ago
  6. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 12 years ago
  7. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 12 years ago
  8. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  9. 72879c6 Alias a few more syscall printing functions by Denys Vlasenko · 12 years ago
  10. b237b1b Style fixes, no code changes by Denys Vlasenko · 12 years ago
  11. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  12. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  13. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  14. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  15. ad178c0 Remove redundant parsers by Dmitry V. Levin · 13 years ago
  16. aed334c sys_epoll_create1: decode flag arguments correctly by Mike Frysinger · 13 years ago
  17. c327d71 Fix epoll_wait and epoll_pwait decoding by Dmitry V. Levin · 13 years ago
  18. 5967c1a Decode EPOLLRDHUP by Dmitry V. Levin · 13 years ago
  19. ad5155a Fix compile failure introduced by last commit by Denys Vlasenko · 13 years ago
  20. 79a79ea Roll back "die on malloc failure" behaviour a bit by Denys Vlasenko · 13 years ago
  21. 1161725 * desc.c (decode_select): Set tcp->auxstr as late as possible. by Denys Vlasenko · 13 years ago
  22. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  23. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  24. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  25. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  26. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  27. 7999262 Optimize iocb_cmd_lookup by Denys Vlasenko · 13 years ago
  28. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  29. 081e72f Fix build when libaio-devel is not available by Dmitry V. Levin · 13 years ago
  30. dfcd741 Enhance io_submit() decoding by Andi Kleen · 13 years ago
  31. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  32. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  33. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  34. 9676499 * desc.c (sys_epoll_pwait): Fix output formatting bug. by Dmitry V. Levin · 14 years ago
  35. 6e63375 * desc.c (decode_select): Fix potential stack buffer overflow. by Dmitry V. Levin · 14 years ago
  36. 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
  37. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  38. 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 15 years ago
  39. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 15 years ago
  40. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  41. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 15 years ago
  42. 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 15 years ago
  43. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  44. b1efe53 Fix build breakage from my previous commit. by Denys Vlasenko · 16 years ago
  45. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  46. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  47. fe10aa7 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  48. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  49. a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  50. e7c3967 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  51. f240005 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  52. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  53. 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  54. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  55. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  56. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  57. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  58. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  59. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  60. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  61. 37b9f84 2005-05-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  62. 183df96 2005-03-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  63. e85aaa4 2005-02-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  64. 6e52d23 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  65. 63d6e54 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  66. 93817bf 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  67. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  68. 81634e4 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  69. e948faf 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  70. 7b3346b Import lots of ia64 related changes from David Mosberger by Wichert Akkerman · 23 years ago
  71. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 23 years ago
  72. b8c9f77 FreeBSD uses 64 bit off_t, fix stat&fcntl(flock) by John Hughes · 23 years ago
  73. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 23 years ago
  74. 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 24 years ago
  75. 8b1b40c Merge Trillian patches (Linux ia64) by Wichert Akkerman · 24 years ago
  76. 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
  77. 221f54f Now it builds on alpha again... by Wichert Akkerman · 25 years ago
  78. f5eeabb Start merging linux-ip-routing fork by Wichert Akkerman · 25 years ago
  79. 76baf7c Initial revision by Wichert Akkerman · 25 years ago