summaryrefslogtreecommitdiff
path: root/src/mem.c
Commit message (Expand)AuthorAgeFilesLines
* mem: handle hppa MADV_* UAPI breakageesyr/hppa-madviseEugene Syromyatnikov2023-04-301-1/+39
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-1/+1
* src: introduce tprint_flags_begin and tprint_flags_end helpersFabrice Le Fessant2022-12-171-0/+4
* src: introduce tprint_shift_begin and tprint_shift_end helpersFabrice Le Fessant2022-12-161-0/+2
* src: rename tprint_or to tprint_flags_orFabrice Le Fessant2022-12-141-2/+2
* Update copyright headersDmitry V. Levin2022-12-121-1/+1
* src: use tprint_shift() helper from print_fields.hDmitry V. Levin2022-11-011-2/+7
* src: use tprint_or() helper from print_fields.hDmitry V. Levin2022-10-311-3/+5
* Decode process_mrelease syscallEugene Syromyatnikov2021-10-111-0/+13
* tprint_iov, tprint_iov_upto: replace enum iov_decode with a function pointerDmitry V. Levin2021-05-091-1/+1
* mem: use print_fields.h helpersDmitry V. Levin2021-04-221-25/+113
* mem: use print_array to decode mincore syscallDmitry V. Levin2021-04-221-23/+16
* mem: assume that MREMAP_FIXED is definedDmitry V. Levin2021-04-221-2/+0
* print_fields.h: introduce tprint_comment_{begin,end}Dmitry V. Levin2021-03-131-2/+2
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+383