]> granicus.if.org Git - strace/history - block.c
userfaultfd: enhance decoding of struct uffdio_api.features
[strace] / block.c
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