summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 5.1 releasev5.1Dmitry V. Levin2019-05-221-1/+1
* Update copyright headersDmitry V. Levin2019-05-2242-42/+42
* Use xzalloc(sz) instead of xcalloc(1, sz)Eugene Syromyatnikov2019-05-224-4/+4
* xmalloc: introduce xzallocEugene Syromyatnikov2019-05-221-1/+20
* Rename the stat struct used internally by strace to strace_stat_tEugene Syromyatnikov2019-05-223-4/+4
* Move open_file to largefile_wrappers.hEugene Syromyatnikov2019-05-222-6/+6
* tests: robustify bpf-obj_get_info_by_fd test against future kernelsDmitry V. Levin2019-05-211-2/+2
* bpf: add support for new fields in struct bpf_prog_infoDmitry V. Levin2019-05-214-1/+22
* xlat: update FAN_* constantsDmitry V. Levin2019-05-212-7/+9
* xlat: update IPV6_* constantsDmitry V. Levin2019-05-212-1/+3
* xlat: update F_SEAL_* constantsDmitry V. Levin2019-05-212-1/+3
* btrfs: implement decoding of BTRFS_IOC_FORGET_DEV argumentDmitry V. Levin2019-05-212-0/+14
* Update ioctl entries from linux v5.1Gleb Fotengauer-Malinovskiy2019-05-217-1/+88
* xlat: update FAN_* constantsDmitry V. Levin2019-05-205-20/+46
* xlat: update PR_SPEC_* constantsDmitry V. Levin2019-05-204-3/+7
* xlat: update BPF_* constantsDmitry V. Levin2019-05-203-1/+3
* xlat: update V4L2_* constantsDmitry V. Levin2019-05-203-1/+7
* xlat: update NT_* constantsDmitry V. Levin2019-05-202-0/+3
* Implement decoding of io_uring_* syscallsDmitry V. Levin2019-05-1937-1/+515
* Implement decoding of pidfd_send_signal syscallDmitry V. Levin2019-05-1829-3/+114
* tests: check decoding of SO_TIMESTAMP*_NEW control messagesDmitry V. Levin2019-05-173-16/+226
* Implement decoding of SO_TIMESTAMP*_NEW control messagesDmitry V. Levin2019-05-175-1/+45
* print_timespec.h: parametrize TIMESPEC_T.tv_nsecDmitry V. Levin2019-05-171-4/+10
* print_timespec.h: conditionalize printersDmitry V. Levin2019-05-171-22/+34
* xlat: add SO_TIMESTAMP*_NEW constantsDmitry V. Levin2019-05-172-0/+25
* Use kernel_timeval64_t in definition of kernel_timex64_tDmitry V. Levin2019-05-161-4/+3
* Introduce kernel_timeval64_t typeDmitry V. Levin2019-05-162-0/+17
* xlat: add _OLD suffixes to SO_RCVTIMEO and SO_SNDTIMEODmitry V. Levin2019-05-151-10/+10
* Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDmitry V. Levin2019-05-156-36/+36
* Replace SCM_TIMESTAMP* constants with SO_TIMESTAMP*Dmitry V. Levin2019-05-154-84/+42
* tests: add another test of SO_TIMESTAMP and SO_TIMESTAMPNS decodingDmitry V. Levin2019-05-154-0/+161
* print_timespec.c: remove unused printersDmitry V. Levin2019-05-121-32/+0
* Implement and use new parsers of utimensat syscallDmitry V. Levin2019-05-1227-28/+30
* Implement and use new parsers of timerfd_gettime and timerfd_settime syscallsDmitry V. Levin2019-05-1227-56/+60
* Implement and use new parsers of timer_gettime and timer_settime syscallsDmitry V. Levin2019-05-1226-54/+58
* Implement and use new parsers of nanosleep syscallDmitry V. Levin2019-05-1226-28/+45
* Implement and use new parsers of clock_nanosleep syscallDmitry V. Levin2019-05-1226-27/+29
* Implement and use new parsers of clock_gettime and clock_settime syscallsDmitry V. Levin2019-05-1227-80/+84
* Implement and use new parsers of mq_timedsend and mq_timedreceive syscallsDmitry V. Levin2019-05-1228-58/+62
* Implement and use new parsers of rt_sigtimedwait syscallDmitry V. Levin2019-05-1226-27/+29
* Implement and use new parsers of sched_rr_get_interval syscallDmitry V. Levin2019-05-1226-27/+29
* Implement and use new parsers of poll syscallDmitry V. Levin2019-05-1226-27/+45
* Implement and use new parsers of ppoll syscallDmitry V. Levin2019-05-1227-28/+30
* Implement and use new parsers of recvmmsg syscallDmitry V. Levin2019-05-1229-27/+34
* Implement and use new parsers of semtimedop syscallDmitry V. Levin2019-05-1220-19/+25
* Introduce subcall32.h and subcall64.h wrappersDmitry V. Levin2019-05-1217-14/+18
* Implement and use new parsers of futex syscallDmitry V. Levin2019-05-1226-27/+29
* Implement and use new parsers of pselect6 syscallDmitry V. Levin2019-05-1227-28/+30
* Implement and use new parsers of io_pgetevents syscallDmitry V. Levin2019-05-1220-21/+23
* Implement and use new parsers of io_getevents syscallDmitry V. Levin2019-05-1226-27/+36