projects
/
strace
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
strace
2016-12-26
Eugene Syromyatnikov
Add functions for printing pointers of kernel_ulong_t...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Eugene Syromyatnikov
Print indirect pointers as pointers
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Eugene Syromyatnikov
ipc_sem: print 4th argument of semctl syscall as an...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Do not define printnum_long_int on systems with constan...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
umoven: detect invalid addresses
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
umovestr: detect invalid addresses
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
lseek: simplify _llseek syscall decoder
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
lseek: merge two different implementations of lseek...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Remove HAVE_STRUCT_TCB_EXT_ARG, ext_arg, and u_lrval
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Remove getarg_klu
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Remove printaddr_klu
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Eugene Syromyatnikov
tests: check decoding of a subset of prctl operations
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Automatically replace PRI_kr[dux] with PRI_kl[dux]
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Automatically replace kernel_(scno|ureg)_t with kernel_...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Redirect kernel_ureg_t and kernel_scno_t from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Print kernel_ureg_t and kernel_scno_t using dedicated...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
vm_read_mem: detect address truncation
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
trace_syscall_exiting: prepare personality check for...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
Use ptr_to_kulong instead of explicit casts of pointers...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
umove*: remove redundant casts
commit
|
commitdiff
|
tree
|
snapshot
2016-12-26
Dmitry V. Levin
upoke: remove redundant casts
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
signal: cleanup decoding of sa_handler and sa_restorer
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
signal: change signal handler address type from unsigne...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
quota: change address argument type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
execve: prepare for handling big pointers
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
clone: print clone flags without truncation
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
Use printxval64 instead of printxval_long
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
Use printflags64 instead of printflags_long
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
upeek, upoke: change argument types from long to unsign...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
arch_sigreturn: change tracee address type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
kexec: change flags type from unsigned long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
kexec: change types of pointers and sizes to kernel_ureg_t
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printsiginfo: change len argument type from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
signal: change address argument type from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
statfs64: change size argument type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
Cast tcp->u_rval to kernel_ureg_t instead of unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
decode_sockbuf: change addrlen argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
netlink: change size types from unsigned long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
ipc_msg: change size types from unsigned long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
dumpiov_upto: change size types from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
msghdr: change cmsghdr size types from size_t to unsign...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
msghdr: change register based size types from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
mq: remove redundant u_rval check
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
io: change size types from unsigned long to kernel_ureg_t
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
mount: change flags type from unsigned long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
mem: change mmap arguments type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
numa: change size arguments type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_sigset_addr_len: change len argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
process_vm: change size arguments type from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printstr*: change len argument type from long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
xattr: change size arguments type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printstr_ex: fix decoding of non-NUL-terminated strings...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
Fix decoding of sethostname syscall
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
tests: add F8ILL_KULONG_* and f8ill_ptr_to_kulong to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printstr: rename to printstrn, add printstr as a thin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
process: change ptrace arguments type from unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
process: change tracee address type from unsigned long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
net: change address argument type from long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_mq_attr: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
ipc_*: change address argument type from long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_msgbuf: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
desc: change tracee address type from long to kernel_ureg_t
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
uid: change address argument type from long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
time: change address argument type from long to kernel_...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
sched: change address argument type from long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printsiginfo: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_timex: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_sigevent: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
poll: change address argument type from long to kernel_...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printrusage*: change tracee address argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_time*: change tracee address argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
rtc: change type of ioctl 3rd argument from long to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
mtd: change type of ioctl 3rd argument from long to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
hdio: change type of ioctl 3rd argument from long to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
v4l2: change type of ioctl 3rd argument from long to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
evdev: change type of ioctl 3rd argument from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
btrfs: change type of ioctl 3rd argument from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
block: change type of ioctl 3rd argument from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
Change type of ioctl 3rd argument from long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
ldt: change address argument type from long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
fcntl: change address argument type from long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
execve: change address argument type from long to kerne...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
dirent: change address argument type from long to kerne...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
bpf: change address argument type from long to kernel_u...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
dump*: change address argument type from long to kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_sigset_addr_len: change address argument type...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
decode_sockaddr: change address argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
print_struct_statfs*: change address argument type...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
fetch_struct_flock: change address argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
fetch_seccomp_fprog: change address argument type from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printnum_*, printpair_*: change address argument type...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printpath*: change address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printstr*: change address argument type from long to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
umove*: change tracee address argument type from long...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
futex: change address type from long to kernel_ureg_t
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
file_handle: change address type from long to kernel_ureg_t
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
printsiginfo: cast pointers to kernel_ureg_t instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
sigaltstack: cast pointers and sizes to kernel_ureg_t...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
v4l2: cast pointers to kernel_ureg_t instead of long
commit
|
commitdiff
|
tree
|
snapshot
2016-12-25
Dmitry V. Levin
v4l2: cast pointers to kernel_ureg_t instead of unsigne...
commit
|
commitdiff
|
tree
|
snapshot
next