]> granicus.if.org Git - strace/history - quota.c
Remove XLAT_END
[strace] / quota.c
2018-12-24 Shankara Pailoorquotactl: add xlat styles support
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-07-15 Zhibin LiMpersify decoder of struct xfs_dqstats
2018-07-15 Zhibin Liquota: fix disorder of PRINT_FIELD invocations
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-07-01 Dmitry V. Levinquota: use PRINT_FIELD_FLAGS
2017-07-01 Dmitry V. LevinUnify different generic PRINT_FIELD_* implementations
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinquota: change address argument type from unsigned long...
2016-09-27 Dmitry V. Levinquota: ensure that names of structure fields are printe...
2016-09-27 Dmitry V. Levinquota: move Q_QUOTAON handling to subcommand switch...
2016-09-27 Eugene Syromyatnikovquota: remove legacy subcommand decoding support code
2016-09-27 Eugene Syromyatnikovquota: add realtime block limits fields to XFS disk...
2016-09-27 Eugene Syromyatnikovquota: add packed attribute to struct if_dqblk definition
2016-09-27 Eugene Syromyatnikovquota: Add decoding for Q_XQUOTARM subcommand
2016-09-27 Eugene Syromyatnikovquota: add dispatch of SYNC subcommands
2016-09-27 Eugene Syromyatnikovquota: add missing prefixes to struct field names
2016-09-27 Eugene Syromyatnikovquota: fix indentation inside subcommand dispatching...
2016-09-27 Eugene Syromyatnikovquota: avoid printing id argument for those commands...
2016-09-27 Eugene Syromyatnikovquota: use printuid for id parameter printing
2016-09-27 Eugene Syromyatnikovquota: display quota subcommand as a macro
2016-05-16 Dmitry V. LevinFix printing of invalid struct xfs_dqblk.d_flags
2016-03-29 Dmitry V. Levinquotactl: add decoding of Q_GETNEXTQUOTA and Q_XGETNEXT...
2016-01-19 Dmitry V. Levinquotactl: add Q_XGETQSTATV command decoding
2016-01-19 Dmitry V. Levinquotactl: add decoding of if_dqinfo.dqi_flags constants
2016-01-19 Dmitry V. Levinquotactl: consistenly decode all write and unknown...
2016-01-19 Dmitry V. Levinquotactl: fix Q_QUOTAON command decoding
2016-01-19 Dmitry V. Levinquotactl: print third argument as unsigned int
2016-01-19 Dmitry V. Levinquotactl: fix Q_XQUOTAOFF command decoding
2016-01-19 Dmitry V. Levinquotactl: fix Q_GETFMT and Q_XQUOTAON commands decoding
2016-01-19 Dmitry V. LevinReplace u_int{8,16,32,64} with uint{8,16,32,64}
2016-01-19 Dmitry V. LevinMove definitions of quotactl constants to xlat files
2015-07-18 Dmitry V. LevinEnhance quotactl decoding
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-05-30 Dmitry V. LevinCompress blank lines
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
2012-10-26 Dmitry V. LevinEnhance quotactl decoding
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoBuild fixes after non-Linux code removal
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuCast to long for %l in printf
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2006-10-16 Dmitry V. Levin2006-10-16 Dmitry V. Levin <ldv@altlinux.org>