• Home
  • Raw
  • Download

Lines Matching refs:decoding

5   * Implemented decoding of KVM_CHECK_EXTENSION and NBD_* ioctl commands.
6 * Implemented decoding of SOL_XDP socket option names.
7 * Implemented decoding of AF_PACKET protocols in socket syscall.
8 * Implemented decoding of AF_AX25 and AF_X25 addresses, protocols,
12 * Enhanced decoding of IFLA_*, NETCONFA_*, and SMC_DIAG_* netlink attributes.
19 * Fixed decoding of bit sets in evdev ioctl commands.
20 * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
30 * Implemented decoding of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commands.
31 * Enhanced decoding of corner cases of SO_LINGER, SO_PEERCRED,
40 * Fixed decoding of Q_XGETQSTAT on non-native personalities.
75 * Implemented decoding of BPF_PROG_QUERY and BPF_RAW_TRACEPOINT_OPEN bpf
77 * Implemented decoding of INOTIFY_IOC_SETNEXTWD and PERF_EVENT_IOC_* ioctl
79 * Implemented decoding of PR_GET_SPECULATION_CTRL and PR_SET_SPECULATION_CTRL
81 * Enhanced decoding of bpf, getsockopt, setsockopt, and socket syscalls.
82 * Enhanced decoding of NETLINK_KOBJECT_UEVENT and NETLINK_ROUTE protocols.
83 * Enhanced decoding of *_DIAG_MEMINFO netlink attributes.
84 * Enhanced decoding of BTRFS_*, FS_IOC_*, SIOCGIFHWADDR, and SIOCSIFHWADDR
86 * Enhanced decoding of AF_BLUETOOTH socket addresses.
87 * Implemented decoding of io_pgetevent syscall.
96 * Fixed decoding of msgtyp argument of msgrcv syscall.
129 * Enhanced decoding of bpf, prctl and ptrace syscalls.
130 * Enhanced decoding of BTRFS_IOC_INO_PATHS, BTRFS_IOC_LOGICAL_INO, and PTP_*
132 * Enhanced NETLINK_ROUTE protocol decoding.
139 * Enhanced decoding of kern_features syscall.
151 * Fixed v4l2 pixelformat decoding on big-endian architectures.
164 * Implemented decoding of netlink descriptor attributes as file descriptors.
165 * Implemented decoding of hugetlb page size selection flags.
166 * Implemented decoding of BPF_PROG_TEST_RUN, BPF_PROG_GET_NEXT_ID,
169 * Enhanced decoding of get_thread_area, memfd_create, modify_ldt,
173 * Implemented decoding of KVM_* and DM_LIST_DEVICES ioctl commands.
174 * Implemented decoding of riscv_flush_icache syscall.
175 * Enhanced decoding of getsockopt and setsockopt syscalls for SOL_NETLINK
177 * Enhanced decoding of BPF_MAP_CREATE command of bpf syscall.
181 * Added decoding of get_tls syscall on arm.
192 decoding (on architectures with multiple personalities) is now available
194 * Added decoding of pkey_alloc, pkey_free, and pkey_mprotect syscalls on
204 * Fixed decoding of arm-specific (__ARM_NR_*) syscalls.
205 * Fixed open mode flags decoding.
231 * Implemented decoding of NETLINK_NETFILTER netlink message types and flags.
232 * Implemented decoding of SECCOMP_GET_ACTION_AVAIL operation of seccomp
237 * Added decoding of statx syscall on hppa.
256 * Enhanced decoding of optlen argument of getsockopt syscall.
257 * Enhanced decoding of SO_LINGER option of getsockopt and setsockopt syscalls.
258 * Enhanced decoding of SO_PEERCRED option of getsockopt syscall.
259 * Enhanced decoding of IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP,
263 * Enhanced decoding of KEYCTL_DH_COMPUTE operation of keyctl syscall
264 (KDF parameters decoding).
265 * Implemented decoding of KEYCTL_RESTRICT_KEYRING operation of keyctl syscall.
266 * Enhanced decoding of UFFDIO_API ioctl command.
267 * Enhanced decoding of BPF_PROG_LOAD, BPF_MAP_CREATE, BPF_MAP_LOOKUP_ELEM,
269 * Implemented decoding of linux socket filter programs specified
271 * Implemented decoding of inet_diag_req_v2, inet_diag_req_compat,
273 * Implemented NETLINK_SELINUX protocol specific decoding.
274 * Implemented decoding of netlink message ack flags.
275 * Implemented decoding of nlmsgerr netlink attributes.
276 * Implemented basic protocol specific decoding of NETLINK_CRYPTO.
277 * Implemented decoding of crypto_user_alg netlink attributes
279 * Implemented basic protocol specific decoding of addr, addrlabel, dcb, link,
282 * Implemented decoding of NETLINK_KOBJECT_UEVENT messages.
287 * Added decoding of arch_prctl syscall on x86.
288 * Added decoding of seccomp, bpf, userfaultfd, membarrier, mlock2,
290 * Added decoding of statx syscall on microblaze.
291 * Added decoding of s390_guarded_storage syscall on s390.
317 * Implemented decoding of SCM_TIMESTAMP* control messages.
318 * Implemented decoding of netlink NLMSG_DONE messages.
319 * Implemented decoding of netlink generic nlmsg_type and nlmsg_flags.
320 * Implemented decoding of NETLINK_AUDIT, NETLINK_NETFILTER, NETLINK_ROUTE,
322 * Implemented decoding of NETLINK_GENERIC protocol families.
323 * Implemented basic protocol specific decoding of AF_INET, AF_INET6,
325 * Implemented basic decoding of netlink attributes.
326 * Implemented basic protocol specific decoding of AF_INET, AF_NETLINK,
328 * Implemented decoding of inet_diag_msg, netlink_diag_msg, and unix_diag_msg
340 * Fixed corner cases in decoding of old sigaction syscall.
356 * Enhanced decoding of sched_setattr syscall.
375 * Implemented decoding of signal mask in rt_sigreturn syscall on alpha, arc,
379 * Implemented decoding of statx syscall.
380 * Implemented decoding of NS_* ioctl commands.
381 * Implemented decoding of the remaining V4L2_BUF_TYPE_* types.
382 * Implemented decoding of VIDIOC_[SG]_TUNER ioctl commands.
383 * Implemented decoding of NLMSG_ERROR netlink messages.
384 * Improved decoding of BPF_PROG_ATTACH command of bpf syscall.
385 * Improved decoding of misplaced parts in DM_* ioctl commands.
389 * Fixed decoding of flags argument of preadv2 and pwritev2 syscalls on x32.
391 * Fixed decoding of old sigsuspend syscall on alpha, cris, mips, powerpc,
393 * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures.
394 * Fixed decoding of netlink messages received within struct msghdr.
406 * Implemented decoding of SUID_DUMP_* constants in PR_[GS]ET_DUMPABLE.
407 * Implemented decoding of all SG_* ioctl commands.
408 * Implemented decoding of ustat syscall.
409 * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
411 * Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
412 * Enhanced decoding of get_robust_list, getrandom, io_submit, set_robust_list
414 * Enhanced decoding of entities of kernel long type on x32 and mips n32 ABIs.
417 * Added decoding of recently added syscalls on avr32, microblaze, ppc,
422 * Fixed decoding of mmap2 syscall on s390 when arguments are not available.
423 * Fixed decoding of kexec_file_load, mprotect, pkey_mprotect, prctl, preadv*,
427 * Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
429 * Fixed decoding of SG_* and LOOP_* ioctl commands.
445 * Implemented decoding of DM_* ioctl commands.
446 * Implemented decoding of attr parameter of perf_event_open syscall.
447 * Implemented decoding of pkey_alloc, pkey_free, and pkey_mprotect syscalls.
449 * Implemented decoding of PR_SET_FP_MODE and PR_GET_FP_MODE operations
455 * Added decoding of recently added syscalls on arc, x32, and xtensa.
459 * Fixed corner cases in decoding of exit, exit_group, futimesat, getgroups,
469 * Fixed decoding of ioctl constants on m68k.
486 * Enhanced decoding of futex, keyctl, quotactl, timerfd_settime,
492 * Added decoding of new syscalls on sh and sh64.
499 * Fixed decoding of iovec arrays without a limit on total data size.
500 * Fixed decoding of fadvise64, fallocate, futex, keyctl, quotactl, readahead,
502 * Fixed decoding of invalid syscalls mapped to indirect subcalls.
503 * Fixed decoding of struct btrfs_ioctl_vol_args_v2 on non-native
505 * Fixed decoding of PTRACE_DETACH on sparc and sparc64.
506 * Fixed decoding of struct stat64 on sparc64.
507 * Fixed decoding of uid and gid-related syscalls on sparc64.
508 * Fixed decoding of the forth argument of semctl syscall on sparc64.
517 * Enhanced decoding of socket addresses.
518 * Enhanced decoding of cmsghdr, msghdr, and mmsghdr structures.
519 * Enhanced decoding of accept, accept4, bind, getpeername, getsockname,
526 * Fixed decoding of pid_t argument of prlimit64 syscall.
528 * Fixed race condition in decoding of timeout argument of recvmmsg and
539 spent in decoding socket details in -yy mode.
540 * Implemented -yy mode decoding of protocol:portid pairs associated with
542 * Implemented decoding of copy_file_range, preadv2, and pwritev2 syscalls.
545 * Implemented decoding of BTRFS_* and UFFDIO_* ioctl commands.
546 * Enhanced decoding of BLK*, EVIOC*, RTC_*, and VIDIOC_* ioctl commands.
547 * Enhanced decoding of fstatfs, fstatfs64, get_mempolicy, getdents,
553 * Enhanced decoding of getxpid, getxuid, and getxgid syscalls on alpha.
554 * Enhanced decoding of pipe syscall on alpha, ia64, mips, sh, and sparc.
555 * Added decoding of bind, listen, and setsockopt direct syscalls on sparc.
556 * Added decoding of osf_statfs64 and osf_fstatfs64 syscalls on alpha.
557 * Added decoding of fadvise64 and fadvise64_64 on s390.
564 * Fixed decoding of 32-bit times syscall return value on 64-bit architectures.
565 * Fixed decoding of mlock2 syscall on sparc.
566 * Fixed decoding of osf_shmat syscall on alpha.
567 * Fixed decoding of syscalls unknown to the kernel on s390/s390x.
569 * Fixed decoding of preadv syscall in case of short read.
570 * Fixed decoding and dumping of readv syscall in case of short read.
572 * Fixed decoding of mincore syscall's last argument.
590 from the personality of strace, fixed decoding of 32-bit personality
600 * Optimized decoding of indirect socket syscalls.
601 * Implemented decoding of nanoseconds along with seconds in stat family
603 * Implemented decoding of struct statfs.f_flags in statfs syscall.
604 * Implemented decoding of siginfo_t.si_syscall and siginfo_t.si_arch
606 * Implemented decoding of indirect syscall on mips o32.
607 * Implemented decoding of IPPROTO_IP control messages.
608 * Implemented decoding of setsockopt syscall multicast arguments.
609 * Enhanced decoding of struct sigevent.
610 * Enhanced decoding of block, loop, mtd, ptp, rtc, SG_IO, socket, tty,
612 * Enhanced decoding of epoll_create, fcntl, fcntl64, futex, getdents,
615 * Implemented decoding of bpf, execveat, ioperm, iopl, kcmp, kexec_file_load,
629 * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures
631 * Fixed decoding of eventfd2, epoll_create1, signalfd4, and sync_file_range2
633 * Fixed decoding of 4th argument of clock_nanosleep syscall.
634 * Fixed decoding of getpagesize syscall on m68k.
635 * Fixed decoding of getrandom and seccomp syscalls on aarch64.
636 * Fixed decoding of timezone argument of gettimeofday and settimeofday
638 * Fixed decoding of offset argument of mmap2 syscall on arm, sparc,
640 * Fixed decoding of pipe syscall on alpha and mips.
641 * Fixed decoding of pipe2 syscall on ia64, sh, sparc, and sparc64.
642 * Fixed decoding of signal mask argument of pselect6 syscall on x32.
643 * Fixed decoding of signal mask of rt_sigreturn syscall on aarch64, m68k,
645 * Fixed decoding of 4th argument of semctl indirect syscall.
646 * Fixed decoding of sa_restorer and sa_mask of sigaction syscall on m68k.
647 * Fixed decoding of statfs64 and fstatfs64 syscalls on arm eabi.
648 * Fixed decoding of struct dirent on x32.
649 * Fixed decoding of times syscall return value on mips n32 and x32.
650 * Fixed decoding of path argument of umount2 syscall
665 * Implemented full 32-bit decoding of ioctl commands
670 * Implemented decoding of getrandom and seccomp syscalls.
671 * Implemented full decoding of 64-bit capability sets.
672 * Implemented decoding of all prctl commands.
673 * Implemented decoding of parametrized ioctl commands.
674 * Implemented decoding of evdev ioctl commands.
675 * Implemented decoding of v4l ioctl commands.
676 * Implemented decoding of SG_IO v4 ioctl commands.
677 * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
678 * Implemented decoding of FALLOC_FL_* fallocate flags.
679 * Implemented decoding of rt_sigreturn signal mask on aarch64,
682 * Enhanced decoding of unlisted ioctl commands.
683 * Enhanced decoding of getsockopt and setsockopt syscall.
684 * Enhanced decoding of sysinfo syscall.
685 * Enhanced decoding of struct cmsghdr.
686 * Enhanced decoding of wait status.
689 * Updated the list of filesystem type constants that is used in decoding
704 * Fixed uid_t/git_t decoding.
707 * Fixed decoding of struct ifreq.ifr_name.
708 * Fixed decoding of SIOCSIFNAME ioctl command.
709 * Fixed decoding of RENAME_* renameat2 flags.
710 * Fixed decoding of UTIME_NOW/UTIME_OMIT timeval structures.
711 * Fixed decoding of indirect ipc subcalls on some architectures.
712 * Fixed decoding of fanotify_mark syscall on 32-bit architectures.
713 * Fixed decoding of 32-bit stat structures on 64-bit architectures.
714 * Fixed decoding of 32-bit struct cmsghdr on 64-bit architectures.
715 * Fixed decoding of 32-bit preadv/pwritev offset on 64-bit architectures.
716 * Fixed decoding of sigreturn/rt_sigreturn signal mask on ia64, ppc, ppc64,
750 * Implemented decoding of add_key, ioprio_get, ioprio_set, kexec_load, keyctl,
752 * Robustified decoding of select, pselect, and io_submit syscalls.
753 * Enhanced decoding of delete_module, fanotify_init, fanotify_mark, fcntl,
755 * Enhanced decoding of signal bitmasks.
756 * Enhanced decoding of file descriptors.
757 * Enhanced siginfo_t decoding.
758 * Enhanced PF_NETLINK decoding.
766 * Fixed fanotify_mark decoding on 32bit architectures.
767 * Fixed offset decoding in preadv and pwritev syscalls.
768 * Fixed select decoding for glibc in _FORTIFY_SOURCE mode.
769 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
795 * Enhanced decoding of getdents, mmap, perf_event_open, ptrace, and
802 * Implemented decoding of UBI ioctls.
810 * Fixed decoding of *xattr syscalls
815 * Fixed decoding of fadvise64, fallocate, ftruncate64, io_submit, pread,
819 * Fixed decoding of non-native 32-bit personality recv[m]msg syscalls.
820 * Fixed decoding of multiple 32-bit personality syscalls on x32.
821 * Fixed decoding of long long syscall arguments on ARM, MIPS/o32, PowerPC,
823 * Fixed semtimedop decoding on S390x.
824 * Fixed sram_alloc decoding on Blackfin.
848 * Implemented decoding of clock_adjtime, get_robust_list, migrate_pages,
852 * Enhanced decoding of capget, capset, getrlimit, flistxattr, io_submit,
854 * Implemented decoding of loop and mtd ioctls.
881 * Fixed decoding of timer id returned by timer_create.
882 * Fixed epoll_create1, epoll_wait and epoll_pwait decoding.
883 * Fixed *at syscalls flags decoding.
884 * Fixed ARM EABI 64-bit syscall's arguments decoding.
885 * Fixed semtimedop decoding on s390.
886 * Fixed osf_sigprocmask decoding on alpha.
887 * Fixed ipc and socket subcall decoding on several architectures.
916 * Implemented decoding of TLS syscalls on m68k.
919 * Implemented decoding of struct ucred in getsockopt SO_PEERCRED.
920 * Implemented SOL_SCTP socket options decoding.
927 * Implemented decoding of HDIO_* and BLK* ioctls.
931 * Enhanced signal notification decoding.
944 * Fixed decoding of get[ug]id, gete[ug]id and setfs[ug]id return values.
946 * Fixed raw exit_group decoding.
947 * Fixed decoding of file descriptors on 64-bit architectures.
950 * Fixed stat64 decoding on mips
959 * Implemented decoding of new linux syscalls: inotify_init1, recvmmsg.
960 * Implemented basic decoding of new linux syscalls: preadv, pwritev,
962 * Enhanced decoding of recently added syscalls on non-x86 architectures
967 * Enhanced decoding of mbind and mremap syscalls.
968 * Enhanced SOL_PACKET socket options decoding.
980 * Corrected msgsnd indirect ipccall decoding.
981 * Corrected decoding of 64bit syscalls.
983 * Corrected getsockopt decoding on architectures where
986 * Corrected decoding of epoll_pwait.
1003 * Implemented decoding of new Linux syscalls: accept4, dup3,
1005 * Implemented decoding of socket type flags introduced in Linux 2.6.27.
1006 * Implemented decoding of accept4 socketcall.
1007 * Enhanced prctl decoding.
1008 * Enhanced nanosleep decoding.
1009 * Enhanced ptrace decoding.
1010 * Enhanced futex decoding.
1011 * Enhanced CAP_* decoding.
1012 * Enhanced SIOCS* ioctls decoding.
1013 * Enhanced fcntl F_* flags decoding.
1014 * Enhanced semop/semtimedop decoding.
1029 * Fixed accept(2) decoding.
1031 * Fixed sigtimedwait(2) decoding.