]> granicus.if.org Git - strace/history - block.c
Add PAF_ARRAY_TRUNCATED flag for print_array_ex
[strace] / block.c
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-17 Dmitry V. Levinblock: decode BLKGETZONESZ and BLKGETNRZONES ioctls
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-01 Eugene Syromyatnikovblock: move fallback definitions for ioctl commands...
2018-09-01 Eugene SyromyatnikovDecode BLKGETSIZE64 unconditionally
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-06 Dmitry V. Levinbuild: prepare for -Wimplicit-fallthrough=5
2017-09-05 Eugene SyromyatnikovUpdate copyright headers
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2017-08-28 Eugene SyromyatnikovReturn 0 instead of 1 on entering path of ioctl decoders
2017-07-13 Dmitry V. Levinblock: use PRINT_FIELD_* macros
2017-07-11 Dmitry V. LevinIntroduce PRINT_FIELD_CSTRING
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinblock: change type of ioctl 3rd argument from long...
2016-12-24 Dmitry V. Levinblock: cast pointers to kernel_ureg_t instead of long
2016-12-19 Dmitry V. Levinblock.c: change type of long long fileds to int64_t
2016-11-20 Eugene Syromyatnikovblock: add some definitions from <linux/blkpg.h>
2016-07-12 Dmitry V. Levinblock.c: remove BLKDAXGET support
2016-05-26 Dmitry V. LevinMpersify BLK* ioctl parser
2016-05-26 Dmitry V. Levinblock.c: optimize decoding of paired ioctls
2016-05-26 Dmitry V. Levinblock.c: fix printing of uint64_t pairs
2016-05-26 Dmitry V. Levinblock.c: fix printing of struct blk_user_trace_setup
2016-05-26 Dmitry V. LevinMove parser of 'X' type ioctls to a separate file
2016-05-26 Dmitry V. LevinMove parser of HDIO_* ioctls to a separate file
2016-05-25 Dmitry V. Levinblock.c: handle BLKDAXGET
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-10 Dmitry V. Levinblock.c: enhance block ioctl parser
2015-01-26 Dmitry V. Levinblock_ioctl: quote strings
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2014-11-21 Mike FrysingerDecode FIFREEZE/FITHAW/FITRIM ioctls
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2013-03-05 Denys VlasenkoFix wrongly indented closing curly brace. No code changes
2012-04-16 Denys VlasenkoStop using %h[h]u format specifiers
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-08-23 Dmitry V. LevinFix compilation on linux 2.4.x
2011-08-15 Denys VlasenkoFix compilation on 2.4.20 kernel based system
2011-04-07 Dmitry V. LevinFix BLKTRACESTOP definition
2011-01-16 Dmitry V. Levinblock.c: cleanup
2011-01-15 Dmitry V. LevinAdd block ioctl support