summaryrefslogtreecommitdiff
path: root/xlat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2020-04-031-1/+1
* xlat: change style argument type of print_xlat_ex to uint32_tEugene Syromyatnikov2020-03-101-1/+1
* Add xlat description structureEugene Syromyatnikov2019-07-241-144/+149
* open: implement sprint_open_modes using sprintflags_exEugene Syromyatnikov2019-07-181-7/+18
* xlat_idx: do not issue warnings for holes in indicesDmitry V. Levin2018-12-241-0/+3
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* xlat: add ability to specify a default string to print_xlat_exEugene Syromyatnikov2018-09-011-1/+7
* xlat.c: handle NULL xlat in lookup routines as incremental searchEugene Syromyatnikov2018-06-051-9/+43
* xlat.c: cleanup printxvals_ex a bitEugene Syromyatnikov2018-06-051-4/+6
* xlat: add support for xlat_styles in printxval_dispatchEugene Syromyatnikov2018-05-211-5/+6
* Make printxval_dispatch publicly availableEugene Syromyatnikov2018-05-211-0/+19
* time: use indexed lookupsDmitry V. Levin2018-05-151-1/+1
* Add support for value-indexed xlatsEugene Syromyatnikov2018-04-271-4/+37
* xlat: handle NULL str in print_xlat_exEugene Syromyatnikov2018-04-271-4/+7
* Move xlat_verbose and xlat_format from xlat.c to defs.hEugene Syromyatnikov2018-04-241-3/+0
* xlat: introduce XLAT_STYLE_FMT_DEugene Syromyatnikov2018-04-131-0/+4
* Add support for various xlat formatsEugene Syromyatnikov2018-04-131-38/+72
* Introduce print_xlat and print_xlat_exEugene Syromyatnikov2018-04-131-0/+24
* Introduce XLAT_STYLE_DEFAULTEugene Syromyatnikov2018-04-131-0/+18
* Introduce xlat verbosity stylesEugene Syromyatnikov2018-04-131-24/+144
* Remove addflagsEugene Syromyatnikov2018-04-011-18/+0
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* xlat.c: return NULL in sprintflags if there are no flagsEugene Syromyatnikov2018-02-101-1/+6
* Use xappendstr instead of xsnprintf where suitableEugene Syromyatnikov2018-01-111-2/+1
* xlat.c: add sprintxval for printing xval to stringEugene Syromiatnikov2018-01-071-0/+14
* xlat.c: use xsnprintf instead of sprintfDmitry V. Levin2018-01-071-1/+3
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Move xlat related functions to a separate fileDmitry V. Levin2017-06-121-0/+220