summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2022-01-098-8/+8
* Fix preprocessor indentationDmitry V. Levin2022-01-091-5/+5
* net: remove PACKET_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-092-9/+6
* net: remove PACKET_RX_RING and PACKET_TX_RING #ifdef guardsEugene Syromyatnikov2022-01-091-6/+0
* net: remove IPV6_ADD_MEMBERSHIP and IPV6_{JOIN,LEAVE}_ANYCAST guardsEugene Syromyatnikov2022-01-091-8/+0
* Remove MCAST_JOIN_GROUP #ifdef guardsEugene Syromyatnikov2022-01-092-12/+0
* net: remove IP_ADD_MEMBERSHIP #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: remove PACKET_STATISTICS #ifdef guardsEugene Syromyatnikov2022-01-091-4/+0
* net: initialise struct icmp_filter read buffer with ~0Eugene Syromyatnikov2022-01-091-1/+1
* net: fix SO_ERROR socket option len clampingEugene Syromyatnikov2022-01-091-1/+1
* futex_waitv: implement decoding of struct futex_waitv arrayDmitry V. Levin2022-01-092-1/+51
* Implement decoding of futex_waitv syscallAndré Almeida2022-01-093-0/+32
* xlat: update NDA_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update V4L2_* constantsDmitry V. Levin2022-01-083-2/+6
* xlat: update KVM_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update DEVCONF_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update IPV4_DEVCONF_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update ETH_P_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update FAN_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update BTRFS_* constantsDmitry V. Levin2022-01-081-0/+1
* xlat: update AUDIT_* constantsDmitry V. Levin2022-01-071-0/+4
* xlat: update SO_VM_* constantsDmitry V. Levin2022-01-071-1/+2
* xlat: update SO_* constantsDmitry V. Levin2022-01-071-1/+9
* mips: remove redundant include of syscall_dummy.hDmitry V. Levin2022-01-061-1/+0
* Rework personality_designators and personality_namesDmitry V. Levin2022-01-056-25/+27
* Remove linux/generic/arch_defs_.hDmitry V. Levin2022-01-042-2/+0
* Implement displaying of expected context upon mismatchRenaud Métrich2022-01-044-41/+174
* Regenerate OpenZFS ioctls with vdev propsнаб2022-01-031-1/+3
* btrfs: add decoding of fs_info checksum, generation and metadataSahil Kang2021-12-303-0/+30
* bpf: add support for new fields in struct bpf_prog_infoPaul Chaignon2021-12-302-2/+24
* bpf: support commands BPF_LINK_GET_*_IDPaul Chaignon2021-12-302-0/+18
* bpf: support new fields for BPF_PROG_TEST_RUNPaul Chaignon2021-12-303-1/+14
* bpf: implement decoding of BPF_PROG_LOAD fd_array fieldPaul Chaignon2021-12-302-2/+10
* bpf: implement decoding of BPF_MAP_CREATE map_extra fieldPaul Chaignon2021-12-302-3/+15
* bpf: update BPF_* constantsPaul Chaignon2021-12-302-0/+2
* Move some gcc-agnostic macros from gcc_compat.h to macros.hDmitry V. Levin2021-12-263-11/+35
* Fix building for older AndroidChih-Hsuan Yen2021-12-172-0/+2
* Update ioctl entries from linux v5.16Gleb Fotengauer-Malinovskiy2021-12-137-20/+92
* socketutils: add "UNIX-STREAM" protocol supportEugene Syromyatnikov2021-12-032-0/+2
* xlat: update KVM_CAP_* constantsEugene Syromyatnikov2021-12-021-0/+8
* print_ifindex: fix IFNAME_QUOTED_SZ definitionesyr/5.15Eugene Syromyatnikov2021-12-011-1/+1
* Fix preprocessor indentationDmitry V. Levin2021-12-011-10/+10
* upoken: workaround buggy process_vm_writevDmitry V. Levin2021-12-011-5/+2
* gcc_compat.h: bump required GCC version for diagnostic workaroundsEugene Syromyatnikov2021-11-301-2/+2
* sttaic_assert: disable -Wnested-externs when the fallback is usedEugene Syromyatnikov2021-11-301-0/+5
* socketutils: fix protocol lookup in get_sockaddr_by_inode_lookupDmitry V. Levin2021-11-301-3/+3
* exec_or_die: fix race conditionDmitry V. Levin2021-11-291-1/+2
* Print cwd path for AT_FDCWD when -y (--decode-fd=path) option is usedRenaud Métrich2021-11-281-2/+27
* Make --decode-pids usage more in line with --decode-fdsEugene Syromyatnikov2021-11-281-0/+2
* src/strace.c: remove Yflag_qualEugene Syromyatnikov2021-11-281-2/+1