2009-04-20 |
Denys Vlasenko | * strace.c (collect_stopped_tcbs): Do not enable/disabl... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Denys Vlasenko | * file.c (print_dirfd): Use int for file descriptor... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Denys Vlasenko | * signal (sys_rt_sigtimedwait): Fix sigtimedwait syscal... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Denys Vlasenko | * signal (sys_rt_sigaction): Print struct sigaction... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Denys Vlasenko | * signal.c: Whitespace, comment, and style fixes, no... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Denys Vlasenko | * system.c (sram_alloc_flag): Add L2_SRAM constant. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Denys Vlasenko | Update Changelog to more accurately describe the changes. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Denys Vlasenko | As it turned out, "if (interrupted) break;" is needed... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Denys Vlasenko | Remove "better attach to SIGSTOP", it is not correct... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Denys Vlasenko | * strace.c (startup_attach): Take care to correctly... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Denys Vlasenko | Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Denys Vlasenko | defs.h: cosmetics (wrap overlong line) |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Denys Vlasenko | AVR32 support by Hans-Christian Egtvedt |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Denys Vlasenko | CRIS support by Hinko Kocevar (hinko.kocevar AT cetrtap... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Denys Vlasenko | By Hans-Christian Egtvedt (hans-christian.egtvedt AT... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Denys Vlasenko | Replace many more bare ptrace calls with calls to wrappers |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Denys Vlasenko | * process.c: Indent preprocessor directives so that... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Denys Vlasenko | linux/ioctlent.sh: update by Mike Frysinger (now collec... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Denys Vlasenko | More cleanups from Mike Frysingler: |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Denys Vlasenko | HACKING-scripts: new doc file by Mike Frysinger |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Denys Vlasenko | s/sort | uniq/sort -u/ |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | Further signalent.h cleanup. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | Patch by Mike Frysinger (vapier AT gentoo.org). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | Patch by Mike Frysinger (vapier AT gentoo.org). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | fix accidental damage to ChangeLog |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | Patch by Mike Frysinger (vapier AT gentoo.org). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Denys Vlasenko | Patch by Mike Frysinger (vapier AT gentoo.org). |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Denys Vlasenko | test/sigkill_rain.c: a testcase with lots of async... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Roland McGrath | 2009-02-10 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Denys Vlasenko | Cleanup after tcb table expansion simplification. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Denys Vlasenko | * defs.h: Correct the comment about TCB_SUSPENDED. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Denys Vlasenko | * strace.c (newoutf): Prevent -o FILENAME overflowing... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Denys Vlasenko | * process.c (internal_clone): Check and complain if... |
commit | commitdiff | tree | snapshot |
2009-01-27 |
Denys Vlasenko | * strace.c (collect_stopped_tcbs): Guard against the... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Denys Vlasenko | * process.c (printwaitn): Add comment about wait4(... |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Denys Vlasenko | fix fallout from recent tcb table expansion error handl... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Denys Vlasenko | syscall.c (get_scno): Fix warnings about unused 'pid... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Denys Vlasenko | By Michal Nowak <mnowak@redhat.com>: |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Denys Vlasenko | * strace.c (collect_stopped_tcbs): Do not return NULL... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Denys Vlasenko | Two cleanups: tcb table expansion failure is not really... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Denys Vlasenko | * defs.h: Update a comment. No code changes. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Denys Vlasenko | * process.c: Add a comment. No code changes. |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Denys Vlasenko | * linux/bfin/syscallent.h: sys_futex has 6 parameters... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Denys Vlasenko | Fixes for ptrace() argument parsing. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Denys Vlasenko | * defs.h: Add new struct tcb fields: wait_status, next_... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Denys Vlasenko | Output format fixes, improving the situation after... |
commit | commitdiff | tree | snapshot |
2009-01-06 |
Denys Vlasenko | * desc.c (printflock): Fix display of fcntl(F_SETLK) on |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Denys Vlasenko | * syscall.c: more cosmetics. fixed a few localized... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Denys Vlasenko | * defs.h, syscall.c: explain why x86 does not need... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Denys Vlasenko | * strace.c: Fix compile failure: on some systems PTRACE... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Denys Vlasenko | trailing whitespace removal, no code changes |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Dmitry V. Levin | 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Dmitry V. Levin | 2008-11-13 Kirill A. Shutemov <kirill@shutemov.name> |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Dmitry V. Levin | 2009-01-01 Andreas Schwab <schwab@suse.de> |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Denys Vlasenko | Experimental support for -D option. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Denys Vlasenko | Fixing many instances of broken indentation with spaces... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Denys Vlasenko | Patch by Kirill A. Shutemov: |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denys Vlasenko | * linux/syscallent.h: Mark sendfile(2) as network syscall. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Denys Vlasenko | * defs.h: Remove sigtrap80 field from struct tcb. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Denys Vlasenko | Fix build breakage from my previous commit. |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Denys Vlasenko | Make strace correctly handle SIGTRAP produced by e.g. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Denys Vlasenko | Make strace somewhat resilient against process disappearing |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Denys Vlasenko | two instances of s/sa_handler == SIG_DFL/sa_handler... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Denys Vlasenko | This patch does not change any logic. |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Dmitry V. Levin | 2008-11-11 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Dmitry V. Levin | Add RH# bugzilla tags |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Roland McGrath | 2008-12-09 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Denys Vlasenko | manpage: document new feature of propagating exit code... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Denys Vlasenko | vda tests his commit powers by removing trailing whites... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Dmitry V. Levin | 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Dmitry V. Levin | 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-11-09 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-10-23 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-10-23 Mike Frysinger <vapier@gentoo.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-09-18 Mike Frysinger <vapier@gentoo.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-10-22 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Dmitry V. Levin | 2008-09-29 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jan Kratochvil | 2008-09-12 Tomas Pospisek <tpo@sourcepole.ch> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Dmitry V. Levin | 2008-09-02 Dmitry V. Levin <ldv@altlinux.org> |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roland McGrath | 2008-08-28 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roland McGrath | 2008-08-28 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Roland McGrath | Prepare for 4.5.18 release v4.5.18 |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | 2008-08-24 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | 2008-08-24 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | 2008-08-24 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | 2008-08-24 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | . |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Roland McGrath | 2008-08-24 Roland McGrath <roland@redhat.com> |
commit | commitdiff | tree | snapshot |
next |