1. 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 15 years ago
  2. c7e8371 * process.c: Indent preprocessor directives so that nesting by Denys Vlasenko · 15 years ago
  3. e6d113f linux/ioctlent.sh: update by Mike Frysinger (now collects enums too) by Denys Vlasenko · 15 years ago
  4. c43a515 More cleanups from Mike Frysingler: by Denys Vlasenko · 15 years ago
  5. 5e97754 HACKING-scripts: new doc file by Mike Frysinger by Denys Vlasenko · 15 years ago
  6. 8a4bdf8 s/sort | uniq/sort -u/ by Denys Vlasenko · 15 years ago
  7. f3c9ed4 Further signalent.h cleanup. by Denys Vlasenko · 15 years ago
  8. 3566e3d Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 15 years ago
  9. 5356026 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 15 years ago
  10. 361f82b fix accidental damage to ChangeLog by Denys Vlasenko · 15 years ago
  11. 185cce1 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 15 years ago
  12. d8df371 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 15 years ago
  13. 26de70e test/sigkill_rain.c: a testcase with lots of async deaths by Denys Vlasenko · 15 years ago
  14. b2c048b . by Roland McGrath · 15 years ago
  15. 587c7b5 2009-02-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 15 years ago
  16. 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 15 years ago
  17. 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 15 years ago
  18. 7a8bf06 * strace.c (newoutf): Prevent -o FILENAME overflowing the stack. by Denys Vlasenko · 15 years ago
  19. 7e0615f * process.c (internal_clone): Check and complain if pid value by Denys Vlasenko · 15 years ago
  20. 47ce6df * strace.c (collect_stopped_tcbs): Guard against the case when by Denys Vlasenko · 15 years ago
  21. 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 15 years ago
  22. db78f76 fix fallout from recent tcb table expansion error handling change by Denys Vlasenko · 15 years ago
  23. fb03667 syscall.c (get_scno): Fix warnings about unused 'pid' variable by Denys Vlasenko · 15 years ago
  24. 1f45825 By Michal Nowak <mnowak@redhat.com>: by Denys Vlasenko · 15 years ago
  25. 2c8a258 * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD by Denys Vlasenko · 15 years ago
  26. 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 15 years ago
  27. 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 15 years ago
  28. f9a7e63 * process.c: Add a comment. No code changes. by Denys Vlasenko · 15 years ago
  29. 8aeed47 * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. by Denys Vlasenko · 15 years ago
  30. f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 15 years ago
  31. 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 15 years ago
  32. ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 15 years ago
  33. 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 15 years ago
  34. 8236f25 * syscall.c: more cosmetics. fixed a few localized style discrepancies. by Denys Vlasenko · 15 years ago
  35. bc161ec * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick, by Denys Vlasenko · 15 years ago
  36. 0861ecb * strace.c: Fix compile failure: on some systems PTRACE_O_xxx by Denys Vlasenko · 15 years ago
  37. 402eeb6 trailing whitespace removal, no code changes by Denys Vlasenko · 15 years ago
  38. 06bfe26 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
  39. 465acd2 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
  40. 2fc6615 2009-01-01 Andreas Schwab <schwab@suse.de> by Dmitry V. Levin · 16 years ago
  41. ecfe2f1 Experimental support for -D option. by Denys Vlasenko · 16 years ago
  42. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  43. 8ba1cd7 Patch by Kirill A. Shutemov: by Denys Vlasenko · 16 years ago
  44. 24f0dce * linux/syscallent.h: Mark sendfile(2) as network syscall. by Denys Vlasenko · 16 years ago
  45. 96d5a76 * defs.h: Remove sigtrap80 field from struct tcb. by Denys Vlasenko · 16 years ago
  46. b1efe53 Fix build breakage from my previous commit. by Denys Vlasenko · 16 years ago
  47. 1e3ce32 Make strace correctly handle SIGTRAP produced by e.g. by Denys Vlasenko · 16 years ago
  48. 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
  49. 73ce40e two instances of s/sa_handler == SIG_DFL/sa_handler == SIG_IGN/ by Denys Vlasenko · 16 years ago
  50. 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
  51. 5414bf7 2008-11-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  52. 93969ec Add RH# bugzilla tags by Dmitry V. Levin · 16 years ago
  53. f01b09e . by Roland McGrath · 16 years ago
  54. a09353a 2008-12-09 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  55. 28e81da manpage: document new feature of propagating exit code/signal death status. by Denys Vlasenko · 16 years ago
  56. 62958b2 vda tests his commit powers by removing trailing whitespace from a test by Denys Vlasenko · 16 years ago
  57. 8dd31dd 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  58. 949f451 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  59. a501f14 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  60. 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  61. 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
  62. d915c80 2008-09-18 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
  63. 8a550d7 2008-10-22 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  64. a680965 2008-09-29 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  65. 14256a7 2008-09-12 Tomas Pospisek <tpo@sourcepole.ch> by Jan Kratochvil · 16 years ago
  66. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  67. 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  68. 50f6013 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  69. f02cf21 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  70. 86c26be 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  71. 93deafe 2008-09-02 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  72. 39fcbbf . by Roland McGrath · 16 years ago
  73. 98a3ecf 2008-08-28 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  74. 76016da . by Roland McGrath · 16 years ago
  75. 3f0dbe2 2008-08-28 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  76. 09db705 Prepare for 4.5.18 release by Roland McGrath · 16 years ago
  77. a2266f7 . by Roland McGrath · 16 years ago
  78. d5bd7e6 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  79. d94020f 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  80. 85c4274 . by Roland McGrath · 16 years ago
  81. 4a6f652 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  82. 6f677cf . by Roland McGrath · 16 years ago
  83. 586d6ab 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  84. d88e7b3 . by Roland McGrath · 16 years ago
  85. f4021b1 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  86. 459ea0b . by Roland McGrath · 16 years ago
  87. 5f20681 2008-08-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  88. ab97165 . by Jan Kratochvil · 16 years ago
  89. 8fc9575 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  90. 3aba527 . by Jan Kratochvil · 16 years ago
  91. 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
  92. 21aa995 . by Roland McGrath · 16 years ago
  93. 1cdfb8f 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  94. 649afd0 . by Roland McGrath · 16 years ago
  95. c531e57 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  96. 58b37df . by Roland McGrath · 16 years ago
  97. 639658b 2008-07-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  98. 06350db 2008-07-24 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  99. 4cb1533 . by Roland McGrath · 16 years ago
  100. 09a007c 2008-07-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago