]> granicus.if.org Git - strace/history - desc.c
tests: add support of multi-line diagnostics to check_h
[strace] / desc.c
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-12 Dmitry V. LevinImplement and use new parsers of pselect6 syscall
2019-05-11 Dmitry V. LevinImplement parsers of new *time64 system calls
2019-05-04 Dmitry V. Levindesc.c: introduce do_pselect6
2019-05-04 Dmitry V. LevinIntroduce print_obj_by_addr_fn and sprint_obj_by_addr_fn
2019-05-04 Dmitry V. LevinChange signatures of print_*time* functions to match...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-23 Dmitry V. LevinRework decoding and pathtrace of old select syscall
2018-01-11 Eugene SyromyatnikovUse xappendstr instead of xsnprintf where suitable
2018-01-07 Dmitry V. Levindesc.c: use xsnprintf instead of sprintf
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-27 Dmitry V. LevinIntroduce NSIG_BYTES
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levindesc: change tracee address type from long to kernel_ureg_t
2016-12-25 Dmitry V. Levinprint_time*: change tracee address argument type from...
2016-12-25 Dmitry V. Levinumove*: change tracee address argument type from long...
2016-12-23 Dmitry V. Levindesc: remove redundant casts
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-19 Dmitry V. LevinCleanup oldselect
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-01-08 Dmitry V. Levinalpha: alias getdtablesize to printargs
2015-12-16 Dmitry V. LevinReplace %Ld/%Lu printf format specifiers with %lld...
2015-11-27 Dmitry V. Levinx32: fix pselect6 decoding
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...
2015-10-08 Dmitry V. Levindesc.c: move parser of flock syscall to a separate...
2015-09-19 Dmitry V. LevinConvert another parser of struct timeval to new mpers...
2015-09-15 Dmitry V. LevinAdd a new helper function umove_ulong_array_or_printaddr
2015-08-01 Dmitry V. Levindesc.c: move epoll parsers to a separate file
2015-08-01 Dmitry V. Levindesc.c: move eventfd parsers to a separate file
2015-08-01 Dmitry V. Levindesc.c: move perf_event_open parser to a separate file
2015-07-30 Elvira KhabirovaFix oldselect decoding on 64-bit architectures
2015-07-20 Dmitry V. LevinAlias sys_epoll_create to printargs_ld
2015-07-20 Dmitry V. Levindesc.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levindesc.c: do not use xmalloc, use umove_or_printaddr...
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-01-28 Dmitry V. Levindecode_select: do not allocate unused memory
2014-09-09 Dmitry V. Levindecode_select: fix potential use of an uninitialized...
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-04-17 Dmitry V. Levinepoll_ctl: fix EPOLL_CTL_DEL argument decoding
2014-03-03 Dmitry V. LevinFix fcntl decoding
2014-03-01 Dmitry V. Levinsys_fcntl: remove F_FREESP and F_FREESP64 support
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2013-11-12 Dmitry V. LevinDefine printflock64 only if it is referenced by other...
2013-11-11 Dmitry V. LevinMove io_* syscalls decoding to a separate file
2013-11-11 Denys VlasenkoStop using external libaio.h.
2013-11-11 Denys Vlasenkosys_io_submit: simplify iocb_cmd_lookup() helper.
2013-11-11 Denys Vlasenkosys_io_submit: stop traversing iocb vector after first...
2013-11-09 Denys VlasenkoFix select decoding on e.g. 32-bit ppc process by 64...
2013-11-06 Denys VlasenkoSpeed up and explain fd_isset()
2013-11-05 Dmitry V. LevinFix select decoding for glibc in _FORTIFY_SOURCE mode
2013-11-05 Dmitry V. LevinMore select decoding fixes
2013-11-05 Denys VlasenkoTruncate arg[0] to int in select decoding.
2013-11-05 Dr. David Alan GilbertFix select decoding with bogus (huge or negative) nfds.
2013-07-18 Denys VlasenkoAdd compat support for sys_pselect6
2013-07-18 Denys VlasenkoFix sigset printing via print_sigset().
2013-05-01 Dmitry V. Levinx32: fix build regressions introduced by commit v4...
2013-03-31 Zev WeissPrint io_submit() offsets in decimal
2013-03-18 Dmitry V. LevinFix build with older versions of libaio.h
2013-03-18 Dmitry V. LevinFix io_submit decoding
2013-02-18 Denys VlasenkoRemove code which supports systems with long long off_t.
2013-02-17 Denys VlasenkoMerge two identical tables
2013-02-08 Denys VlasenkoDying suddenly with abort() is rude, avoid if possible
2013-02-05 Ben NoordhuisImprove perf_event_open argument decoding
2012-04-16 Denys VlasenkoStop using %h[h]u format specifiers
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-27 Denys VlasenkoAlias a few more syscall printing functions
2012-02-27 Denys VlasenkoStyle fixes, no code changes
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-01-20 Denys VlasenkoEliminate code duplication in time printing, reduce...
2011-11-28 Dmitry V. LevinRemove redundant parsers
2011-10-14 Mike Frysingersys_epoll_create1: decode flag arguments correctly
2011-10-11 Dmitry V. LevinFix epoll_wait and epoll_pwait decoding
2011-10-11 Dmitry V. LevinDecode EPOLLRDHUP
2011-09-01 Denys VlasenkoFix compile failure introduced by last commit
2011-09-01 Denys VlasenkoRoll back "die on malloc failure" behaviour a bit
2011-09-01 Denys Vlasenko* desc.c (decode_select): Set tcp->auxstr as late as...
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-09-01 Denys VlasenkoFix "format not a string literal" warning caused by...
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-31 Denys VlasenkoOptimization: eliminate all remaining usages of strcat()
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-08-23 Denys VlasenkoOptimize iocb_cmd_lookup
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-21 Dmitry V. LevinFix build when libaio-devel is not available
2011-06-13 Andi KleenEnhance io_submit() decoding
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
next