]> granicus.if.org Git - strace/shortlog
strace
2016-12-24 Dmitry V. Levinsysctl: cast pointers to kernel_ureg_t instead of long
2016-12-24 Dmitry V. Levinblock: cast pointers to kernel_ureg_t instead of long
2016-12-24 Dmitry V. Levindumpiov_upto: cast pointers to kernel_ureg_t instead...
2016-12-24 Dmitry V. Levinmsghdr: cast pointers to kernel_ureg_t instead of long
2016-12-24 Dmitry V. Levinmmsghdr: cast pointers to kernel_ureg_t instead of...
2016-12-24 Dmitry V. LevinRemove redundant casts of ptrace arguments
2016-12-24 Dmitry V. Levinptrace_restart: cleanup
2016-12-24 Dmitry V. Levinptrace_restart: change types of integer arguments to...
2016-12-24 Dmitry V. Levinprocess: remove redundant syserror checks
2016-12-24 Dmitry V. Levinsparc64: remove redundant casts
2016-12-23 Dmitry V. Levinnuma: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinnet: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinmem: change tracee address type from unsigned long...
2016-12-23 Dmitry V. Levinkexec: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinpoll: change counter type from unsigned long to unsigne...
2016-12-23 Dmitry V. Levinxattr: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinuid: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinstat64: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinstat: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinsigaltstack: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinresource: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinprintsiginfo: change address argument type from unsigne...
2016-12-23 Dmitry V. Levinpoll: change tracee address type from unsigned long...
2016-12-23 Dmitry V. Levinperf: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinpathtrace: change tracee address type from unsigned...
2016-12-23 Dmitry V. Levinscsi: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levindm: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinoldstat: change address argument type from unsigned...
2016-12-23 Dmitry V. Levincapability: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinbtrfs: change address argument type from unsigned long...
2016-12-23 Dmitry V. Levinaffinity: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinaio: change address type from unsigned long to kernel_u...
2016-12-23 Dmitry V. Levinmmsghdr: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinmsghdr: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinfetch_struct_stat64: change address argument type from...
2016-12-23 Dmitry V. Levinfetch_struct_stat: change address argument type from...
2016-12-23 Dmitry V. Levinfetch_struct_msghdr: change address argument type from...
2016-12-23 Dmitry V. Levinfetch_struct_mmsghdr: change address argument type...
2016-12-23 Dmitry V. Levindecode_netlink: change address argument type from unsig...
2016-12-23 Dmitry V. Levinprint_seccomp_*: change address argument type from...
2016-12-23 Dmitry V. Levintprint_iov*: change address argument type from unsigned...
2016-12-23 Dmitry V. Levinprint_array: change tracee address type from unsigned...
2016-12-23 Dmitry V. LevinRename LONG_LONG to ULONG_LONG and change it to return...
2016-12-23 Dmitry V. Levinmem: remove redundant casts
2016-12-23 Dmitry V. Levindesc: remove redundant casts
2016-12-22 Dmitry V. Levinprint_sigevent: remove redundant cast
2016-12-22 Dmitry V. Levintests: fix xattr.test for the case when listxattr retur...
2016-12-22 Gabriel Laskartests: test for correct ellipsis with -s in xattr
2016-12-22 Gabriel Laskarxattr: use printstr_ex instead of print_quoted_string
2016-12-22 Eugene Syromyatnikovtests: use scno.h in finit_module, kcmp, renameat2...
2016-12-21 Dmitry V. Levinsock: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-21 Dmitry V. Levinscsi: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-21 Dmitry V. Levinmtd: cast pointers to kernel_ureg_t instead of unsigned...
2016-12-21 Dmitry V. Levinmsghdr: cast pointers to kernel_ureg_t instead of unsig...
2016-12-21 Dmitry V. Levinevdev: cast tcp->u_rval to kernel_ureg_t instead of...
2016-12-21 Dmitry V. Levinevdev: cast pointers to kernel_ureg_t instead of unsign...
2016-12-21 Dmitry V. Levinbtrfs: cast pointers to kernel_ureg_t instead of unsign...
2016-12-21 Dmitry V. LevinRework ifdefery around print_user_desc
2016-12-21 Dmitry V. LevinIntroduce DECL_IOCTL macro to declare *_ioctl functions
2016-12-21 Dmitry V. LevinIntroduce DECL_PRINT* macros to declare printnum_*...
2016-12-21 Dmitry V. Levinioctl: use uintptr_t for casts between 32-bit integers...
2016-12-21 Dmitry V. Levinscsi: use umove_or_printaddr
2016-12-21 Dmitry V. LevinRemove dumpiov wrapper
2016-12-21 Dmitry V. Levintravis: fix enabling of gcc -Werror builds
2016-12-21 Dmitry V. Levinprintaddr: change argument type to kernel_ureg_t
2016-12-21 Dmitry V. Levintests: check decoding of unreadable ip_mreq and ipv6_mr...
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using arrays and iterators
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c using tail_alloc
2016-12-21 Dmitry V. Levintests: rewrite ip_mreq.c without asserts
2016-12-20 Dmitry V. LevinRemove NEED_PTRACE_PROTOTYPE_WORKAROUND
2016-12-20 Dmitry V. Levintests: use scno.h in tests of relatively new syscalls
2016-12-20 Dmitry V. Levintests: generate scno.h from syscallent.h for use by...
2016-12-20 Dmitry V. Levintests: fix potential errno clobbering in membarrier...
2016-12-20 Dmitry V. LevinDo not use widen_to_ulong in kexec.c and process_vm.c
2016-12-20 Dmitry V. Levinx32: implement automatic argument truncation for compat...
2016-12-20 Dmitry V. Levinx32: fix decoding of mprotect and pkey_mprotect syscall...
2016-12-20 Dmitry V. LevinMake tprint_iov function a static inline wrapper
2016-12-20 Eugene Syromyatnikovx32: fix decoding of 3rd argument of preadv* and pwrite...
2016-12-19 Eugene Syromyatnikovtests: fix preadv2-pwritev2 test on x32
2016-12-19 Eugene Syromyatnikovkexec: fix for the x32 ABI
2016-12-19 Dmitry V. LevinCheck for current_klongsize instead of current_personal...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-19 Dmitry V. Levinfcntl.c: print 64-bit fields of struct_kernel_flock64...
2016-12-19 Dmitry V. Levinv4l2.c: print v4l2_ext_control.value64 using PRId64...
2016-12-19 Dmitry V. Levinperf.c: print perf_event_attr.__reserved_1 using PRIx64...
2016-12-19 Dmitry V. Levinbtrfs.c: print 64-bit fields of btrfs_ioctl_vol_args_v2...
2016-12-19 Dmitry V. Levinblock.c: change type of long long fileds to int64_t
2016-12-19 Eugene SyromyatnikovIntroduce current_klongsize in addition to current_wordsize
2016-12-19 Dmitry V. Levinconfigure: define SIZEOF_KERNEL_LONG_T macro
2016-12-19 Dmitry V. LevinRemove getarg_ll
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-19 Dmitry V. Levins390: fix decoding of mmap2 syscall when arguments...
2016-12-19 Dmitry V. LevinFix pathmatch of oldselect syscall on 64-bit architectures
2016-12-19 Dmitry V. LevinCleanup oldselect
2016-12-18 Dmitry V. LevinChange scno type from long to unsigned long
2016-12-18 Dmitry V. LevinLowercase SCNO_IN_RANGE and SCNO_IS_VALID
2016-12-18 Dmitry V. LevinTurn SCNO_IN_RANGE and SCNO_IS_VALID into static inline...
2016-12-18 Dmitry V. Levincount.c: use syserror instead of direct u_error access
2016-12-18 Dmitry V. LevinReplace "(unsigned long) -1L" with -1UL
2016-12-18 Dmitry V. LevinAdd toplevel recursive check-valgrind rule
next