- ece9879 Simplify syscall_fixup[_on_sysexit] by Denys Vlasenko · 13 years ago
- 20c41fd Split syscall_fixup into enter/exit pair of functions by Denys Vlasenko · 13 years ago
- 102ec49 Optimize tabto() by Denys Vlasenko · 13 years ago
- fabaa91 * syscall.c (sys_indir): Use %ld for printing long, not %u. by Denys Vlasenko · 13 years ago
- cb6f056 Opotimize "scno >= 0 && scno < nsyscalls" check by Denys Vlasenko · 13 years ago
- 1a5b5a7 Remove scno_good logic in syscall exit by Denys Vlasenko · 13 years ago
- 684fb1a Remove redundant assignments by Denys Vlasenko · 13 years ago
- a614692 Reorder functions in syscall.c. No code changes. by Denys Vlasenko · 13 years ago
- 06602d9 Rename some functions, delete unused one. No code changes by Denys Vlasenko · 13 years ago
- 2ce12ed Unify per-architecture post-execve SIGTRAP check. by Denys Vlasenko · 13 years ago
- 18beb98 Speed up x86 by avoiding EAX read on syscall entry by Denys Vlasenko · 13 years ago
- 77a7459 Do not read syscall no in get_scno_on_sysexit by Denys Vlasenko · 13 years ago
- 8cd1acd Simplify get_scno_on_sysenter/sysexit by Denys Vlasenko · 13 years ago
- 9a36ae5 get_scno is an unholy mess, make it less horrible by Denys Vlasenko · 13 years ago
- 5f731c4 Reduce code redundancy in syscall_enter() by Dmitry V. Levin · 13 years ago
- 4b887a5 Cache tcp->u_nargs in a local variable for for() loops by Denys Vlasenko · 13 years ago
- afc6403 Drop checks for sysent[i].nargs == -1 by Denys Vlasenko · 13 years ago
- ac1ce77 Stop using nargs == -1 in syscallent tables by Denys Vlasenko · 13 years ago
- ed4f4f0 Move trace_syscall_exiting below trace_syscall_entering. No code changes. by Denys Vlasenko · 13 years ago
- 3b73881 Fix -z display. by Denys Vlasenko · 13 years ago
- b88f961 Straighten up confused comments/messages about post-execve SIGTRAP handling by Denys Vlasenko · 13 years ago
- c95a88f count_syscall() always returns 0, optimize it by Denys Vlasenko · 13 years ago
- a794974 Conditionally optimize out unused code by Denys Vlasenko · 13 years ago
- 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
- 39fca62 Small optimization in signal and ioctl tables by Denys Vlasenko · 13 years ago
- 5c774b2 Don't return int from set_personality(), no one checks it. by Denys Vlasenko · 13 years ago
- deec74e Make needlessly static data local by Denys Vlasenko · 13 years ago
- 7c9ba8b Optimize get_scno function by Denys Vlasenko · 13 years ago
- 041b3ee Cosmetic fixes, no code changes by Denys Vlasenko · 13 years ago
- 19cdada Do not detach when we think tracee is going to die. by Denys Vlasenko · 13 years ago
- 0b6c73c Optimize arrays of register indexes in syscall_enter by Denys Vlasenko · 13 years ago
- f5d099c Deindent syscall_enter by removing unnecessary braces. No code changes. by Denys Vlasenko · 13 years ago
- 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
- 0df9ed4 Do not suspend waitpid. by Denys Vlasenko · 13 years ago
- fcda7a5 Introduce ARRAY_SIZE() macro by Dmitry V. Levin · 13 years ago
- 4660fe6 Do not call umoven to fetch parameters if we have zero params by Denys Vlasenko · 14 years ago
- b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
- 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
- 8a08277 Add ability to print file descriptor paths and filter by those paths by Grant Edwards · 14 years ago
- 9fdbee6 Fix raw exit_group(2) decoding by Dmitry V. Levin · 14 years ago
- bd13645 Optimize known_scno() by Dmitry V. Levin · 14 years ago
- 65c1a81 Fix biarch support in IO dumping by Dmitry V. Levin · 14 years ago
- 50a218d Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return values by Dmitry V. Levin · 14 years ago
- bdafa1a Output diagnostics to stderr by Dmitry V. Levin · 14 years ago
- 35d0572 Pass less information to qualify_one and qual_* by Dmitry V. Levin · 14 years ago
- 0ef43b8 Fix -e option with only one value in qualifier statement by Wang Chao · 14 years ago
- 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
- 939caba Add support for the MicroBlaze architecture by Edgar E. Iglesias · 14 years ago
- d69fa49 Add biarch support for powerpc64 by Andreas Schwab · 14 years ago
- 246888d M68K: Fix fetching syscall arguments by Andreas Schwab · 15 years ago
- ffca9e3 Fix warning when compiling for m68k by Andreas Schwab · 15 years ago
- 7d7c963 Split trace_syscall() for better readability by Dmitry V. Levin · 15 years ago
- e3a7ef5 Implement -C option to combine regular and -c output by Dmitry V. Levin · 15 years ago
- 2003704 Fix MIPS N32/N64 compile error by David Daney · 15 years ago
- c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
- e5e6085 Remove dead code by Dmitry V. Levin · 15 years ago
- 257e157 Merge Linux internal_clone() into internal_fork() by Dmitry V. Levin · 15 years ago
- 8566c50 sparc/linux: Rewrite to use asm/ptrace.h by Mike Frysinger · 15 years ago
- c1a5b7e Add support for Linux/no-mmu with vfork by Mike Frysinger · 15 years ago
- eeb9ce3 CRIS: Correct first argument to upeek() by Edgar E. Iglesias · 15 years ago
- 414fe7d Cleanup trailing whitespaces and indentation that uses spaces before tabs by Dmitry V. Levin · 15 years ago
- eb9e2e8 Revert unapproved commits. by Roland McGrath · 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
- 84e20af Cleanup after tcb table expansion simplification. by Denys Vlasenko · 16 years ago
- fb03667 syscall.c (get_scno): Fix warnings about unused 'pid' variable by Denys Vlasenko · 16 years ago
- 1d5b113 * defs.h: Update a comment. No code changes. by Denys Vlasenko · 16 years ago
- ef2fbf8 Output format fixes, improving the situation after recent by Denys Vlasenko · 16 years ago
- 8236f25 * syscall.c: more cosmetics. fixed a few localized style discrepancies. by Denys Vlasenko · 16 years ago
- bc161ec * defs.h, syscall.c: explain why x86 does not need TCB_WAITEXECVE trick, by Denys Vlasenko · 16 years ago
- adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
- 8ba1cd7 Patch by Kirill A. Shutemov: by Denys Vlasenko · 16 years ago
- 732d1bf Make strace somewhat resilient against process disappearing by Denys Vlasenko · 16 years ago
- 932fc7d This patch does not change any logic. by Denys Vlasenko · 16 years ago
- 87ea1f4 2008-10-23 Mike Frysinger <vapier@gentoo.org> by Dmitry V. Levin · 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
- d5bd7e6 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
- 1f94271 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 16 years ago
- c1e4592 2008-05-27 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- 5670331 2008-01-25 Bruna Moreira <bruna.moreira@indt.org> by Roland McGrath · 17 years ago
- 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 17 years ago
- 5e48c54 2008-05-08 David S. Miller <davem@davemloft.net> by Roland McGrath · 17 years ago
- 9bc6340 2007-11-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
- c18c703 2007-08-20 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
- 7d61ff1 2006-12-21 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- b2f8699 2006-12-20 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- 3abe8b2 2006-12-20 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
- f691bd2 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 19 years ago
- 4b2dcca 2006-01-12 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
- 138c6a3 2005-11-17 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 48a035f 2005-11-14 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- 2fe7b13 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
- a4d4853 2005-06-08 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- 1735279 2005-06-06 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
- 920e6bb 2005-02-28 Andreas Schwab <schwab@suse.de> by Roland McGrath · 20 years ago
- b77d093 2004-12-20 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
- fe6b352 2004-12-19 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago