- 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
- 132c52a * system.c (sram_alloc_flag): Add L2_SRAM constant. by Denys Vlasenko · 16 years ago
- 39fa628 Update Changelog to more accurately describe the changes. by Denys Vlasenko · 16 years ago
- aab52ca Remove "better attach to SIGSTOP", it is not correct... (^C fix remains). by Denys Vlasenko · 16 years ago
- 222713a * strace.c (startup_attach): Take care to correctly attach by Denys Vlasenko · 16 years ago
- eedaac7 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. by Denys Vlasenko · 16 years ago
- 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 16 years ago
- ea0e6e8 CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtapot.si) by Denys Vlasenko · 16 years ago
- 4dedd56 Replace many more bare ptrace calls with calls to wrappers by Denys Vlasenko · 16 years ago
- c7e8371 * process.c: Indent preprocessor directives so that nesting by Denys Vlasenko · 16 years ago
- f3c9ed4 Further signalent.h cleanup. by Denys Vlasenko · 16 years ago
- 3566e3d Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- 5356026 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- 361f82b fix accidental damage to ChangeLog by Denys Vlasenko · 16 years ago
- 185cce1 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- d8df371 Patch by Mike Frysinger (vapier AT gentoo.org). by Denys Vlasenko · 16 years ago
- b2c048b . by Roland McGrath · 16 years ago
- 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
- 3bb7cd6 * defs.h: Correct the comment about TCB_SUSPENDED. by Denys Vlasenko · 16 years ago
- 7a8bf06 * strace.c (newoutf): Prevent -o FILENAME overflowing the stack. by Denys Vlasenko · 16 years ago
- 7e0615f * process.c (internal_clone): Check and complain if pid value by Denys Vlasenko · 16 years ago
- 47ce6df * strace.c (collect_stopped_tcbs): Guard against the case when by Denys Vlasenko · 16 years ago
- 59432db * process.c (printwaitn): Add comment about wait4() pid expansion. by Denys Vlasenko · 16 years ago
- db78f76 fix fallout from recent tcb table expansion error handling change by Denys Vlasenko · 16 years ago
- fb03667 syscall.c (get_scno): Fix warnings about unused 'pid' variable by Denys Vlasenko · 16 years ago
- 1f45825 By Michal Nowak <mnowak@redhat.com>: by Denys Vlasenko · 16 years ago
- 2c8a258 * strace.c (collect_stopped_tcbs): Do not return NULL when ECHILD by Denys Vlasenko · 16 years ago
- 418d66a Two cleanups: tcb table expansion failure is not really a survivable by Denys Vlasenko · 16 years ago
- 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 16 years ago
- f9a7e63 * process.c: Add a comment. No code changes. by Denys Vlasenko · 16 years ago
- 8aeed47 * linux/bfin/syscallent.h: sys_futex has 6 parameters, not 5. by Denys Vlasenko · 16 years ago
- f535b54 Fixes for ptrace() argument parsing. by Denys Vlasenko · 16 years ago
- 215cc27 * defs.h: Add new struct tcb fields: wait_status, next_need_service. by Denys Vlasenko · 16 years ago
- ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
- 30b5e5a * desc.c (printflock): Fix display of fcntl(F_SETLK) on by Denys Vlasenko · 16 years ago
- 0861ecb * strace.c: Fix compile failure: on some systems PTRACE_O_xxx by Denys Vlasenko · 16 years ago
- 06bfe26 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
- 465acd2 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> by Dmitry V. Levin · 16 years ago
- 2fc6615 2009-01-01 Andreas Schwab <schwab@suse.de> by Dmitry V. Levin · 16 years ago
- ecfe2f1 Experimental support for -D option. by Denys Vlasenko · 16 years ago
- 8ba1cd7 Patch by Kirill A. Shutemov: by Denys Vlasenko · 16 years ago
- 24f0dce * linux/syscallent.h: Mark sendfile(2) as network syscall. by Denys Vlasenko · 16 years ago
- 96d5a76 * defs.h: Remove sigtrap80 field from struct tcb. by Denys Vlasenko · 16 years ago
- 1e3ce32 Make strace correctly handle SIGTRAP produced by e.g. by Denys Vlasenko · 16 years ago
- 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
- 73ce40e two instances of s/sa_handler == SIG_DFL/sa_handler == SIG_IGN/ by Denys Vlasenko · 16 years ago
- 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
- 5414bf7 2008-11-11 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 93969ec Add RH# bugzilla tags by Dmitry V. Levin · 16 years ago
- f01b09e . by Roland McGrath · 16 years ago
- 8dd31dd 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 949f451 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- a501f14 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 4371b10 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
- d915c80 2008-09-18 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 16 years ago
- 8a550d7 2008-10-22 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- a680965 2008-09-29 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 14256a7 2008-09-12 Tomas Pospisek <tpo@sourcepole.ch> by Jan Kratochvil · 16 years ago
- 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 50f6013 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- f02cf21 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 86c26be 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 93deafe 2008-09-02 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 39fcbbf . by Roland McGrath · 16 years ago
- 76016da . by Roland McGrath · 16 years ago
- 09db705 Prepare for 4.5.18 release by Roland McGrath · 16 years ago
- a2266f7 . by Roland McGrath · 16 years ago
- 85c4274 . by Roland McGrath · 16 years ago
- 6f677cf . by Roland McGrath · 16 years ago
- d88e7b3 . by Roland McGrath · 16 years ago
- 459ea0b . by Roland McGrath · 16 years ago
- ab97165 . by Jan Kratochvil · 16 years ago
- 3aba527 . by Jan Kratochvil · 16 years ago
- 21aa995 . by Roland McGrath · 16 years ago
- 649afd0 . by Roland McGrath · 16 years ago
- 58b37df . by Roland McGrath · 16 years ago
- 06350db 2008-07-24 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 4cb1533 . by Roland McGrath · 16 years ago
- f67bc83 . by Roland McGrath · 16 years ago
- 1bedd4d . by Roland McGrath · 16 years ago
- 4b14ed7 . by Roland McGrath · 16 years ago
- 92a67a4 . by Roland McGrath · 16 years ago
- e157e36 . by Roland McGrath · 16 years ago
- f2a3092 . by Roland McGrath · 16 years ago
- ccb1028 . by Roland McGrath · 16 years ago
- ff6b94c . by Roland McGrath · 16 years ago
- e597836 . by Roland McGrath · 16 years ago
- 4483018 . by Roland McGrath · 16 years ago
- db5c5f6 . by Roland McGrath · 16 years ago
- b4e30f0 . by Roland McGrath · 16 years ago
- 87b542b . by Roland McGrath · 16 years ago
- 812376a . by Roland McGrath · 16 years ago
- 8149e30 . by Roland McGrath · 16 years ago
- 3ffd406 2008-06-29 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
- 97ecd62 *** empty log message *** by Jan Kratochvil · 16 years ago
- 2b9b213 . by Roland McGrath · 16 years ago
- 36d0042 . by Roland McGrath · 16 years ago
- 5897e64 . by Roland McGrath · 16 years ago