]> granicus.if.org Git - strace/history - defs.h
Move ioctl syscall parser to ioctl.c
[strace] / defs.h
2015-07-02 Dmitry V. LevinMove ioctl syscall parser to ioctl.c
2015-06-17 Dmitry V. LevinConsistenly use #ifdef to check for AC_DEFINE'd macros
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-31 Dmitry V. Levinumovestr: read chunks of memory up to pagesize at a...
2015-03-30 Dmitry V. LevinUse macros for gcc attributes
2015-03-30 Dmitry V. LevinIntroduce macros for gcc attributes
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-25 Denys Vlasenkosparc: delete personality 1
2015-03-24 Dmitry V. Levinmips: fix pipe syscall decoding
2015-03-23 Dmitry V. Levinalpha, ia64, sh, sparc, sparc64: fix pipe and pipe2...
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-03-21 Denys VlasenkoRemove unused struct tcb::inst field
2015-03-21 Denys VlasenkoShow the syscall name in "resuming interrupted call...
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-02-26 Mike Frysingeria64: fix up builds after 16bit uid support
2015-02-24 Dmitry V. LevinRemove support for systems without PTRACE_SETOPTIONS
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls
2015-02-18 Dmitry V. LevinDeclare all format printers with printf format attribute
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-02-16 Dmitry V. Levinmips: move ABI check to configure.ac
2015-02-14 Dmitry V. Levinget_regs: define for all architectures
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-07 Dmitry V. Levinprintsiginfo: constify the first argument
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-01-26 Dmitry V. LevinRework string_quote API
2015-01-21 Gabriel Laskarioctl: add decoding for parametrized command names
2015-01-21 Dmitry V. Levinioctl: print unrecognized ioctl codes in _IOC(dir,type...
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2015-01-14 Dmitry V. LevinChange length type of umoven and umovestr to unsigned
2015-01-12 Dmitry V. LevinFix indirect ipc subcall handling
2015-01-10 Dmitry V. LevinFix fanotify_mark decoding on 32-bit architectures
2014-12-16 Masatake YAMATOUse the protocol name of a socket as a hint for peer...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-14 Dmitry V. Levinprintuid: fix uid_t decoding on 64-bit architectures
2014-12-11 Dmitry V. LevinUnexport struct_user_offsets
2014-12-11 Dmitry V. LevinExport at_flags
2014-12-11 Dmitry V. LevinExport sprinttime
2014-12-11 Dmitry V. Levinfile.c: export sprintmode and move it to a separate...
2014-11-11 Masatake YAMATOAdd functions for dumping iovecs in mmsghdr used in...
2014-11-04 Philippe De MuyterImplement Video4Linux video-input ioctls decoder
2014-11-04 Dmitry V. LevinRemove ioctl header file names from the executable
2014-11-01 Masatake YAMATOAdd a function for dumping iovec in msghdr used in...
2014-10-03 Elliott HughesDon't risk truncating open flags by using mode_t
2014-09-22 Dmitry V. Levinfsmagic: sort array by value and use bsearch for faster...
2014-09-17 Dmitry V. LevinAdd -yy option: print ip and port associated with socke...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-08-08 Dmitry V. LevinPrepare for -yy option support
2014-08-07 Dmitry V. LevinFix preadv/pwritev offset decoding on bigendian archite...
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-30 Masatake YAMATOunwind: introduce markers specifying the needs of speci...
2014-05-30 Masatake YAMATOunwind: implement automatic mmap cache invalidation
2014-05-30 Masatake YAMATOunwind: introduce queue_t for capturing stacktrace
2014-05-30 Masatake YAMATOunwind: give all exported functions "unwind_" prefix
2014-05-30 Masatake YAMATOunwind: make alloc_mmap_cache function local
2014-05-30 Luca ClementiAdd -k option to print stack trace after each syscall
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2014-05-29 Dmitry V. LevinConstify count_syscall function
2014-05-29 Dmitry V. LevinConstify tv_* functions
2014-05-21 James HoganFix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T
2014-04-17 Dmitry V. LevinFix preadv/pwritev offset decoding
2014-02-05 Dmitry V. LevinImplement fanotify_init and fanotify_mark decoding
2014-02-05 Dmitry V. LevinItroduce XLAT_END macro to make xlat structures more...
2014-02-05 Dmitry V. LevinIntroduce XLAT macro to ease maintenance of xlat structures
2014-02-04 Stefan SørensenDecode ptp ioctls
2013-11-13 Dmitry V. LevinAssume that <sys/ptrace.h> provides a valid ptrace...
2013-11-12 Dmitry V. LevinStop using _LFS64_LARGEFILE
2013-11-12 Dmitry V. LevinMake PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc...
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-09-11 Vineet GuptaAdd support for ARC Cores from Synopsys
2013-07-18 Denys VlasenkoFix sigset printing via print_sigset().
2013-07-16 Denys VlasenkoGroup USE_CUSTOM_PRINTF define with other tweakables
2013-07-16 Denys VlasenkoImprove sigreturn decoding on x86 to show RT signal...
2013-07-12 Anton Blanchardpowerpc: fix iflag build issue (static -> extern)
2013-07-01 Denys VlasenkoRemove ia64-specific printing of current address on...
2013-07-01 Denys VlasenkoRename ia32 to ia64_ia32mode, and make it bool, not...
2013-06-30 Denys VlasenkoFold is_restart_error() into its sole user
2013-06-28 Denys VlasenkoChange upeek() to take pid, not full tcp.
2013-06-26 Anton Blanchardpowerpc: Use PTRACE_GETREGS to fetch all registers
2013-06-26 Denys VlasenkoGet rid of TCB_INUSE and TCB_STRACE_CHILD
2013-06-18 Denys VlasenkoCleanups. No logic changes.
2013-05-14 Denys VlasenkoHide startup syscalls.
2013-05-13 Daniel P. BerrangeAllow -q to be repeated for very quiet output
2013-05-07 Mike Frysingermips: fix build regression
2013-05-07 Dmitry V. Levinmips o32: raise the max number of syscall arguments...
2013-05-02 Mike FrysingerDecode mtd/ubi ioctls
2013-03-25 Chris ZankelAdd support for the XTENSA architecture
2013-03-18 Dmitry V. Levini386, tile, x32: do not redefine ptrace prototype
2013-03-06 Denys VlasenkoOpen-code isprint(c) and isspace(c)
2013-03-06 Denys VlasenkoStop using a large static buffer in getfdpath
2013-03-05 Denys VlasenkoRemove variable tracing_paths and check in pathtrace_match
2013-03-05 Denys VlasenkoUse dynamically-sized selected[] array for -P PATH
2013-03-05 James HoganAdd support for Imagination Technologies Meta
2013-02-26 Denys VlasenkoAssorted NOMMU fixes
2013-02-22 Denys VlasenkoEliminate MAX_QUALS, make qualifier array dynamic
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2013-02-22 Denys VlasenkoUse tcp->qual_flg instead of qual_flags[] in verbose...
2013-02-21 Denys VlasenkoRemove unused QUAL_FAULT code (was used by non-Linux...
2013-02-21 Denys VlasenkoUse uint8_t for qual_flags[] instead of ints.
next