]> granicus.if.org Git - strace/history - linux
tests: ensure that strace can detach from sleeping and stopped processes
[strace] / linux /
2013-06-03 Dmitry V. Levinioctlent: add UAPI support v4.8
2013-05-11 Dmitry V. Levinmips o32: fix syscall table
2013-05-10 Dmitry V. Levinmips n64: fix syscall table
2013-05-10 Dmitry V. Levinmips n32: fix syscall table
2013-05-08 Dmitry V. Levinsync_file_range: fix number of syscall arguments
2013-05-08 Dmitry V. LevinAdd syscall entries for new linux syscalls
2013-05-07 Dmitry V. LevinMove subcall decoding configuration out of the common...
2013-05-07 Dmitry V. Levinsparc: remove some unused declarations and macros
2013-05-07 James Hoganmetag: rename llseek syscall to _llseek
2013-05-07 James Hoganmetag: disable socket and ipc subcall support
2013-05-07 Dmitry V. Levinpread, pwrite: fix number of syscall arguments
2013-05-07 Dmitry V. Levinpreadv, pwritev: fix number of syscall arguments
2013-05-07 Dmitry V. Levinftruncate64, truncate64: fix number of syscall arguments
2013-05-07 Dmitry V. Levinfallocate: fix number of syscall arguments
2013-05-07 Dmitry V. Levinfadvise64, fadvise64_64: fix handlers and number of...
2013-05-07 Dmitry V. Levinmips: split syscallent.h
2013-05-07 Dmitry V. Levinreadahead: fix number of syscall arguments
2013-05-06 Dmitry V. Levinlinux/syscall.h: make subcall decoding configuration...
2013-05-06 Chris Zankelxtensa: disable socket and ipc subcall support
2013-05-06 Dmitry V. LevinFix syscall flags
2013-05-06 Chris Metcalftile: disable socket and ipc subcall support
2013-05-06 Mike FrysingerBlackfin: disable socketcall and ipc subcall support
2013-05-05 Mike Frysingers390: fix # of args truncate64/ftruncate64 takes
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-05-02 Dmitry V. Levinia64: fix compilation warnings introduced by commit...
2013-05-02 Dmitry V. Levinx32: fix decoding of i386 truncate and ftruncate syscalls
2013-05-01 Dmitry V. Levinx32: fix build regressions introduced by commit v4...
2013-05-01 Dmitry V. LevinAlias sys_*lstat* syscall printing functions
2013-05-01 Dmitry V. Levinx86_64: decode __old_kernel_stat based syscalls
2013-05-01 Dmitry V. Levinx32: fix decoding of __old_kernel_stat based syscalls
2013-03-30 Andreas SchwabFix building outside source directory
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-03-20 Dmitry V. LevinDo not use off_t in sendfile decoding
2013-03-05 Denys VlasenkoDisable STREAMS syscalls for non-SPARC
2013-03-05 Denys VlasenkoFix printstrbufarg's address argument to be long, not int
2013-03-05 Denys Vlasenkometag,or1k: whitesace style fix. no code changes
2013-03-05 Denys VlasenkoAssorted fixes to syscallent.h
2013-03-05 James HoganAdd support for Imagination Technologies Meta
2013-02-21 Denys VlasenkoARM: make it one-personality arch
2013-02-20 Denys Vlasenkoarm: shorten syscall table for EABI - no point in stori...
2013-02-20 Denys VlasenkoUse the same style of includes in linux/*/* files
2013-02-19 Denys VlasenkoClean up mmap decoding
2013-02-17 Denys VlasenkoRemove wrong x32-specific lseek
2013-02-17 Denys VlasenkoCosmetic fixes to syscall tables, no code changes
2013-02-16 Denys VlasenkoMake linux/mips/syscallent.h smaller
2013-02-14 Denys VlasenkoWhitespace fix, no code changes
2013-02-14 Christian SvenssonAdd support for the OpenRISC 1000 platform
2013-02-05 Ben NoordhuisImprove perf_event_open argument decoding
2013-02-05 Chris MetcalfAdd tilegx support to strace
2012-11-12 Steve McIntyreAdd support for tracing 32-bit ARM EABI binaries on...
2012-11-12 Dmitry V. LevinMove asm-generic ioctl definitions to linux/ioctlent...
2012-10-27 Dmitry V. LevinFilter out redundant "*32" ioctl entries
2012-10-26 Dmitry V. LevinEnhance quotactl decoding
2012-10-26 Steve McIntyreAdd AArch64 support to strace
2012-10-26 Steve McIntyrelinux: add new errno values for EPROBE_DEFER and EOPENSTALE
2012-10-26 Namhyung KimAdd -e trace=memory option
2012-09-28 Mike Frysingerx32: add 64bit annotation too
2012-08-24 Mike Frysingerx32: update {g,s}etsockopt syscall numbers
2012-06-05 Mike Frysingerx32: update syscall table
2012-04-18 H.J. Lux32: add ia32 support
2012-04-16 H.J. LuAdd x32 support to strace
2012-04-06 Mike FrysingerDecode mtd ioctls
2012-03-27 Anton Blanchardpowerpc: Add syscall entries for direct socket system...
2012-03-19 Denys VlasenkoShrink space needed by undefined syscalls in syscall...
2012-03-18 Denys VlasenkoFix mips64 build failure: sys_pwrite64 doesn't exist.
2012-03-17 Denys VlasenkoRevert "Remove underscores from a few syscall names...
2012-03-17 Denys VlasenkoRemove underscores from a few syscall names which have...
2012-03-16 Dmitry V. LevinImplement prlimit64 decoding, rewrite [gs]etrlimit...
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Mike Frysingeralpha: fix decode of osf_sigprocmask
2012-03-15 Dmitry V. Levinia64: fix compilation warnings
2012-03-13 Dmitry V. LevinImplement sys_rt_tgsigqueueinfo syscall decoder
2012-03-13 Dmitry V. LevinImplement syslog syscall decoder
2012-03-11 Dmitry V. LevinImplement sendmmsg syscall decoder
2012-03-11 Dmitry V. LevinImplement sched_rr_get_interval syscall decoder
2012-03-11 Dmitry V. LevinImplement migrate_pages syscall decoder
2012-03-11 Dmitry V. LevinImplement get_robust_list syscall decoder
2012-03-11 Dmitry V. LevinDefine sys_set_robust_list as an alias to sys_munmap
2012-03-11 Dmitry V. LevinImplement clock_adjtime syscall decoder
2012-03-11 Dmitry V. LevinDefine sys_setns as an alias to sys_inotify_rm_watch
2012-03-11 Dmitry V. LevinSort definitions of dummy parsers. No code changes
2012-03-11 Dmitry V. LevinAlias sys_fsync to sys_close
2012-03-10 Dmitry V. LevinUpdate ioctl entries
2012-03-10 Dmitry V. LevinAdd syscall entries for new linux syscalls
2012-03-10 Dmitry V. LevinImplement process_vm_writev decoder
2012-03-09 Dmitry V. Levinswapon: decode swap flags
2012-02-28 Denys VlasenkoRemove stray sys_swapon() declaration
2012-02-27 Denys VlasenkoCorrect syscall entries for t[g]kill
2012-02-27 Denys VlasenkoAlias a few more syscall printing functions
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoFix defined(FOO) style
2012-02-25 Denys VlasenkoManual removal of non-Linux source, documentation,...
2012-02-20 Dmitry V. LevinRemove initialization of native_scno field
2012-02-20 Dmitry V. LevinDo not use SYS_ipc and SYS_socketcall
2012-02-20 Dmitry V. LevinRemove initialization of native_scno field for most...
2012-02-04 Dmitry V. LevinRemove unused sys_pread64 and sys_pwrite64 parsers...
2012-01-28 Denys VlasenkoUse process_vm_readv instead of PTRACE_PEEKDATA to...
2012-01-10 Denys VlasenkoFix sigreturn arg count from 1 to 0 on all architectures.
2011-11-28 Dmitry V. Levinlinux/syscall.h: Remove redundant function declarations
2011-11-28 Dmitry V. Levinlinux/syscall.h: Sort function declarations
next