summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Move nl_netfilter_msg_types definition from netlink.c to netlink_netfilter.cChen Jingpiao2018-03-111-0/+1
* netlink: introduce NETLINK_NETFILTER parserChen Jingpiao2018-03-111-0/+1
* inject_data: make room for more injection featuresDmitry V. Levin2018-03-101-2/+3
* Sort Ethernet protocols xlatEugene Syromyatnikov2018-03-071-0/+5
* Change sorted arrays to be terminated with XLAT_END like unsorted arraysEugene Syromyatnikov2018-03-071-1/+6
* util.c: introduce printaddr64Eugene Syromyatnikov2018-03-061-0/+1
* Implement PTRACE_SECCOMP_GET_METADATA ptrace request decodingEugene Syromyatnikov2018-03-061-0/+1
* util.c: add support for additional escape characters in string_quoteEugene Syromyatnikov2018-03-011-1/+4
* Introduce mmap_cache.hDmitry V. Levin2018-02-261-45/+0
* mmap_cache: record device major and minor numbersMasatake YAMATO2018-02-261-0/+3
* mmap_cache: add function to enable mmap_cacheMasatake YAMATO2018-02-261-0/+2
* mmap_cache: record protection bitsMasatake YAMATO2018-02-261-0/+9
* mmap_cache: move code for searching a mmap cache from unwindMasatake YAMATO2018-02-261-0/+1
* mmap_cache: new subsystem derived from unwind.cMasatake YAMATO2018-02-261-3/+33
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* basic_filters.c: introduce scno_by_nameEugene Syromyatnikov2018-02-101-0/+11
* Change type of injected rval to kernel_long_tEugene Syromyatnikov2018-02-101-1/+1
* Do not shuffle scno inside syscall_nameEugene Syromyatnikov2018-02-101-1/+1
* Make shuffle_scno globally availableEugene Syromyatnikov2018-02-101-0/+8
* Add print_quoted_string flag to generate commentEugene Syromyatnikov2018-01-291-0/+1
* Workaround stray PTRACE_EVENT_EXECEugene Syromyatnikov2018-01-251-2/+5
* Transform fetch_old_mmap_args into fetch_indirect_syscall_argsDmitry V. Levin2018-01-231-3/+2
* Move definition of personality macros to arch_defs_.hEugene Syromyatnikov2018-01-211-1/+0
* Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLSDmitry V. Levin2018-01-211-16/+0
* Replace HAVE_GETRVAL2 with HAVE_ARCH_GETRVAL2Dmitry V. Levin2018-01-211-5/+1
* Use #if idiom instead of #ifdef for HAVE_ARCH_* macros.Dmitry V. Levin2018-01-211-1/+1
* Fix ANY_WORDSIZE_LESS_THAN_KERNEL_LONG definitionDmitry V. Levin2018-01-191-3/+6
* util: return string size in printstrEugene Syromyatnikov2018-01-191-7/+7
* Add compat support for s390xEugene Syromyatnikov2018-01-191-1/+1
* mem.c: introduce fetch_old_mmap_argsEugene Syromyatnikov2018-01-171-0/+4
* Introduce arch-specific define HAVE_ARCH_OLD_MMAPEugene Syromyatnikov2018-01-171-0/+1
* syscall.c: add sanity check for the target personality numberEugene Syromyatnikov2018-01-161-1/+1
* Issue a warning when strace lacks tracee personality supportEugene Syromyatnikov2018-01-111-0/+4
* Allow separate printing of struct user_desc.entry_numberEugene Syromyatnikov2018-01-101-1/+15
* syscall.c: add support for printing return value and error codeEugene Syromyatnikov2018-01-081-0/+4
* Add tcp arguments to netlink callsEugene Syromiatnikov2018-01-071-1/+1
* Add tcp argument to clear_regsEugene Syromiatnikov2018-01-071-1/+1
* Pass tcp argument to get_optmem_max/read_int_from_fileEugene Syromiatnikov2018-01-071-1/+1
* Move syscall_tampered to defs.hElvira Khabirova2018-01-071-0/+1
* xlat.c: add sprintxval for printing xval to stringEugene Syromiatnikov2018-01-071-0/+2
* Move personality names to a global variableVictor Krapivensky2018-01-051-0/+2
* Change the first argument of upeek from pid to tcpEugene Syromiatnikov2018-01-041-1/+1
* Change the first argument of upoke from pid to tcpEugene Syromiatnikov2018-01-041-1/+1
* Call get_scno during startup_tcb only for forcibly attached processesEugene Syromyatnikov2018-01-031-0/+2
* pathtrace.c: use xgrowarrayEugene Syromiatnikov2017-12-201-1/+2
* error_prints.h: add debug print macrosEugene Syromiatnikov2017-12-131-1/+0
* ioctl: add a stub for decoding kvm related ioctlsMasatake YAMATO2017-12-011-0/+1
* Move MIN, MAX, and CLAMP to macros.hEugene Syromiatnikov2017-11-101-9/+0
* seccomp: decode SECCOMP_GET_ACTION_AVAIL operationDmitry V. Levin2017-11-021-0/+1
* keyctl: add support for KDF parameters decoding in KEYCTL_DH_COMPUTEEugene Syromyatnikov2017-09-021-0/+1