1. 5940e65 Fix "format not a string literal" warning caused by tprintf(str) by Denys Vlasenko · 13 years ago
  2. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  3. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  4. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  5. 7999262 Optimize iocb_cmd_lookup by Denys Vlasenko · 13 years ago
  6. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  7. 081e72f Fix build when libaio-devel is not available by Dmitry V. Levin · 13 years ago
  8. dfcd741 Enhance io_submit() decoding by Andi Kleen · 13 years ago
  9. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  10. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  11. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  12. 9676499 * desc.c (sys_epoll_pwait): Fix output formatting bug. by Dmitry V. Levin · 14 years ago
  13. 6e63375 * desc.c (decode_select): Fix potential stack buffer overflow. by Dmitry V. Levin · 14 years ago
  14. 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
  15. eb9e2e8 Revert unapproved commits. by Roland McGrath · 15 years ago
  16. 7a862d7 * signal (sys_rt_sigaction): Print struct sigaction correctly by Denys Vlasenko · 15 years ago
  17. eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 15 years ago
  18. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  19. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 15 years ago
  20. 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 15 years ago
  21. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  22. b1efe53 Fix build breakage from my previous commit. by Denys Vlasenko · 16 years ago
  23. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  24. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  25. fe10aa7 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  26. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  27. a6c0d8c 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  28. e7c3967 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  29. f240005 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  30. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  31. 9b5b67e 2007-01-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  32. ab9008b 2006-12-27 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  33. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  34. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  35. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  36. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  37. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  38. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  39. 37b9f84 2005-05-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  40. 183df96 2005-03-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  41. e85aaa4 2005-02-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  42. 6e52d23 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  43. 63d6e54 2004-10-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  44. 93817bf 2004-10-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  45. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  46. 81634e4 2003-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  47. e948faf 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  48. 7b3346b Import lots of ia64 related changes from David Mosberger by Wichert Akkerman · 23 years ago
  49. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 23 years ago
  50. b8c9f77 FreeBSD uses 64 bit off_t, fix stat&fcntl(flock) by John Hughes · 23 years ago
  51. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 23 years ago
  52. 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 24 years ago
  53. 8b1b40c Merge Trillian patches (Linux ia64) by Wichert Akkerman · 24 years ago
  54. 4dc8a2a Bunch of stuff by Wichert Akkerman · 25 years ago
  55. 221f54f Now it builds on alpha again... by Wichert Akkerman · 25 years ago
  56. f5eeabb Start merging linux-ip-routing fork by Wichert Akkerman · 25 years ago
  57. 76baf7c Initial revision by Wichert Akkerman · 25 years ago