2014-02-05 |
Dmitry V. Levin | Cleanup inotify syscalls decoding |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Enhance reboot decoding |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Implement kexec_load decoding |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Use prepared editions of recently imported linux headers |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Implement fanotify_init and fanotify_mark decoding |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Use XLAT_END macro |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Itroduce XLAT_END macro to make xlat structures more... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Convert personality_options to XLAT form |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Convert futexops to XLAT form |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Convert sigev_value to XLAT form |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Use XLAT macro |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Dmitry V. Levin | Introduce XLAT macro to ease maintenance of xlat structures |
commit | commitdiff | tree | snapshot |
2014-02-04 |
Stefan Sørensen | Decode ptp ioctls |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Stefan Sørensen | Decode dynamic posix clocks |
commit | commitdiff | tree | snapshot |
2014-02-03 |
Stefan Sørensen | Update ADJ_* constants |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Philippe Ombredanne | Add decoding of sockets descriptor 'paths' for network... |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Dmitry V. Levin | tests: rename all tests so that their names end in... |
commit | commitdiff | tree | snapshot |
2014-01-31 |
Mike Frysinger | net: add more sockopt options |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Chris Dearman | mips: fix sigaction reporting |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Dmitry V. Levin | Factor out struct sigaction printing code |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Dmitry V. Levin | tests: add a test for rt_sigaction output |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Kirill A. Shutemov | mem: add missed MAP_HUGETLB mmap flag |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Mike Frysinger | Delete old PTRACE_{PEEK,POKE}USR logic |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Mike Frysinger | Decode the O_PATH flag |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Dmitry V. Levin | Remove unused configure checks |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Dmitry V. Levin | Assume that <sys/ptrace.h> provides a valid ptrace... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Stop using _LFS64_LARGEFILE |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Define truncate64, ftruncate64, and getdents64 decoders... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Define printflock64 only if it is referenced by other... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Remove unneeded redefinitions of IPPROTO_* macros |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Remove unused AC_OFF_T_IS_LONG_LONG configure check |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Remove unused code |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Use struct sigcontext instead of struct sigcontext_struct |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Use standard names of sched_param structure members |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Dmitry V. Levin | Make SIGEV_THREAD_ID decoding less glibc specific |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Dmitry V. Levin | Remove unused configure checks |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Dmitry V. Levin | Assume "long long" availability |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Dmitry V. Levin | Include <sys/poll.h> only if there is no <poll.h> |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Dmitry V. Levin | Move io_* syscalls decoding to a separate file |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Denys Vlasenko | Stop using external libaio.h. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Denys Vlasenko | sys_io_submit: simplify iocb_cmd_lookup() helper. |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Denys Vlasenko | sys_io_submit: stop traversing iocb vector after first... |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Denys Vlasenko | Fix pathtrace_match() to match recent fixes to select... |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Denys Vlasenko | Fix select decoding on e.g. 32-bit ppc process by 64... |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Denys Vlasenko | Speed up and explain fd_isset() |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Dr. David Alan... | Add a test for the latest select decoding fix |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Dmitry V. Levin | Fix select decoding for glibc in _FORTIFY_SOURCE mode |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Dmitry V. Levin | More select decoding fixes |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Denys Vlasenko | Truncate arg[0] to int in select decoding. |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Denys Vlasenko | test/select.c: make comment more understandable. |
commit | commitdiff | tree | snapshot |
2013-11-05 |
Dr. David Alan... | Fix select decoding with bogus (huge or negative) nfds. |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Ali Polatel | Work around conflict between <sys/ptrace.h> and <linux... |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Vineet Gupta | Add support for ARC Cores from Synopsys |
commit | commitdiff | tree | snapshot |
2013-09-11 |
William Manley | Add support for decoding sync_file_range |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Mike Frysinger | fanotify_mark: fix number of args for 32bit arches |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Dmitry V. Levin | x86, x86_64: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Remove rt parameter from [s]printsigmask() |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Convert some uses of long_to_sigmask+printsigmask to... |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Simplify some sigmask manipulations |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Add compat support for sys_pselect6 |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | I386: fix signedness mismatch warning |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | Fix sigset printing via print_sigset(). |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | sys_rt_sigaction: fix sigset copying |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Denys Vlasenko | ARM: remove wrong NSIG = 32 define |
commit | commitdiff | tree | snapshot |
2013-07-17 |
Denys Vlasenko | ARM: fix sigreturn decoding |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Denys Vlasenko | Group USE_CUSTOM_PRINTF define with other tweakables |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Denys Vlasenko | Improve sigreturn decoding on x86 to show RT signal... |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: enhance 32/64bit detection |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: fix some compiler warnings |
commit | commitdiff | tree | snapshot |
2013-07-12 |
Anton Blanchard | powerpc: fix iflag build issue (static -> extern) |
commit | commitdiff | tree | snapshot |
2013-07-10 |
Denys Vlasenko | PTRACE_SEIZE can set ptrace options immediately, use... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | If -o|logger is in use, exit trace loop if nprocs ... |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | Exit trace loop if got ECHILD, not if nprocs == 0. |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Denys Vlasenko | s390[x]: get rid of syscall_mode, delete code which... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Denys Vlasenko | ARM: add STRACE_KNOWS_ONLY_EABI define which can be... |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Denys Vlasenko | Add paranoia check before passing a long to pid2tcb... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | In debug output, show waitpid status with 6 hex digits... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | Replace suspicious popen_pid assignment with an obvious... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Convert trace() from returning int to returning void |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Remove ia64-specific printing of current address on... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | Rename ia32 to ia64_ia32mode, and make it bool, not... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | Fold is_restart_error() into its sole user |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Denys Vlasenko | Update qemu_multiarch_testing/README |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | sys_clone: add a comment about CLONE_PTRACE and CLONE_U... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: get rid of "static long ppc_result" |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: read ppc_regs.nip if -i |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | POWERPC: if GETREGS fails with EIO, don't try it again |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | Get rid of powerpc_getreg(), it's a copy of upeek() |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Denys Vlasenko | Change upeek() to take pid, not full tcp. |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Anton Blanchard | powerpc: Provide a fallback for old kernels without... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Anton Blanchard | powerpc: Use PTRACE_GETREGS to fetch all registers |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Another manpage tweak |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Manpage update |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Update build_static_example.sh |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | In -f mode, do not assume that new pid is stopped ... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Set strace_child only in the right branch |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | Get rid of TCB_INUSE and TCB_STRACE_CHILD |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Fix debug output of wait4 result (was reusing buf[... |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Denys Vlasenko | Show PTRACE_EVENT_STOP correctly in debug output |
commit | commitdiff | tree | snapshot |
next |