2012-03-17 |
Denys Vlasenko | Remove unused PTRACE_WRITE{TEXT,DATA} constants (they... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | Reindent case labels. No code changes |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | Remove unused constants. No code changes |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | Move change_syscall() to its only user and make it... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | MAP_ANON is the same as MAP_ANONYMOUS, no need to have... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | Indentation and whitespace fixes. No code changes. |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Denys Vlasenko | test/threaded_execve: make it also test a case when... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Dmitry V. Levin | Implement prlimit64 decoding, rewrite [gs]etrlimit... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Denys Vlasenko | Remove another "interrupt to quit" message |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Denys Vlasenko | Fix "strace -oFILE -ff -p<nonexistant_pid>" behavior |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Denys Vlasenko | Make alloc_tcb and droptcb static. No code changes. |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Denys Vlasenko | Tidy up includes and copyright notices, fix indentation |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Dmitry V. Levin | scsi.c: add copyright header |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | Enhance capget and capset syscalls decoding |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | Remove unused code |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | Fix IPC decoding on alpha and arm |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | arm: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | tests: robustify again buggy shells |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Mike Frysinger | improve ifdef check with decode_subcall |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Mike Frysinger | alpha: fix decode of osf_sigprocmask |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Fix array size calculation in previous commit |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | pathtrace_select() is never called with NULL, remove... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | manpage: remove bugs which are fixed |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Simplify SIGCHLD handler setting |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | When reporting signals, use short signal names (SIGfoo... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Remove TODO file: it's eleven years old and completely... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Clean up defs.h order. No code changes |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Fix lame kernel version checking code |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Experimental support for "detach on execve" feature |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Simple fixes. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Remove an outdated comment |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Remove extra include directives. No code changes. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Denys Vlasenko | Tidy up order of includes; make bool variables explicit. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | Fix compiler warnings about breaking strict-aliasing... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Mike Frysinger | ppc64: drop unused pid variable |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | ia64: fix compilation warnings |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Dmitry V. Levin | Ensure that SWAP_FLAG_* constants are defined |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Dmitry V. Levin | Enhance *listxattr syscalls decoding |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dmitry V. Levin | Fix *at syscalls flags decoding |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dmitry V. Levin | Fix linkat flags decoding |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dmitry V. Levin | Implement sys_rt_tgsigqueueinfo syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dmitry V. Levin | Implement syslog syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Denys Vlasenko | Less ugly debug display of ptrace events |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Denys Vlasenko | Make manpage mention that -p "`pidof PROG`" works |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Denys Vlasenko | Fix logging for "strace -o FILE -ff test/threaded_execv... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Dmitry V. Levin | net.c: recognize MSG_WAITFORONE |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Denys Vlasenko | Treat -ff without -o FILE as single -f |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Denys Vlasenko | Style fix. No code changes |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Denys Vlasenko | Reduce stack usage by ~0.5k |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Denys Vlasenko | Preparatory cosmetic changes for the next commit |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Implement sendmmsg syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Implement sched_rr_get_interval syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Implement migrate_pages syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Implement get_robust_list syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Define sys_set_robust_list as an alias to sys_munmap |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Implement clock_adjtime syscall decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Define sys_setns as an alias to sys_inotify_rm_watch |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Sort definitions of dummy parsers. No code changes |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Correct inotify_rm_watch decoder |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Dmitry V. Levin | Alias sys_fsync to sys_close |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Dmitry V. Levin | Update ioctl entries |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Dmitry V. Levin | strace-log-merge: cleanup |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Dmitry V. Levin | Add syscall entries for new linux syscalls |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Dmitry V. Levin | Implement process_vm_writev decoder |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Dmitry V. Levin | Output iovec length in vmsplice and process_vm_readv... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Dmitry V. Levin | swapon: decode swap flags |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Trivial simplification |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Don't consider PROG to be our child in "strace -D PROG... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Fix the case where we try to detach unattached processes |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Call PTRACE_CONT with addr=0 |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | install strace-log-merge by "make install" |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | strace_log_merge: new file. Helper to merge timestamped... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Fix PID prefix printing in "strace -oLOG -ff -p1 -p2... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Denys Vlasenko | Allow -p PID to take comma or whitespace-separated... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Denys Vlasenko | Pass addr=0 instead of 1 into restarting ptrace calls |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Denys Vlasenko | Trivial tweaks to error messages |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Denys Vlasenko | Remove stray sys_swapon() declaration |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Correct syscall entries for t[g]kill |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Assorted trivial optimizations |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Alias a few more syscall printing functions |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Denys Vlasenko | Style fixes, no code changes |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Compress blank lines |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Remove parts of automake machinery which are not needed... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Dmitry V. Levin | Remove and update documentation |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Remove a few more code parts which are unused on Linux |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Build fixes after non-Linux code removal |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Fix defined(FOO) style |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent preprocessor directives in util.c; fix style. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent preprocessor directives in syscall.c; fix... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Reindent defs.h preprocessor directives |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Cleanup after non-Linux code removal. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Manual removal of non-Linux source, documentation,... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Denys Vlasenko | Automated removal of non-Linux code |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Denys Vlasenko | When accessing data blocks, truncate addr to wordsize |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | strace.1: fix a typo |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | Fix sockaddr_un.sun_path name in decoded output |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Dmitry V. Levin | Avoid potential core file clobbering on exit |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Eliminate native_scno and known_scno |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Remove initialization of native_scno field |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Dmitry V. Levin | Do not use SYS_ipc and SYS_socketcall |
commit | commitdiff | tree | snapshot |
next |