index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clone.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clone: implement decoding of cgroup field in struct clone_args
Dmitry V. Levin
2020-05-27
1
-0
/
+5
*
clone: add more elaborate comments for struct strace_clone_args field
Eugene Syromyatnikov
2020-04-15
1
-7
/
+7
*
Move print_nonzero_bytes from clone.c to util.c
Eugene Syromyatnikov
2020-03-30
1
-66
/
+0
*
Update copyright headers
Dmitry V. Levin
2020-02-06
1
-1
/
+1
*
clone: implement decoding of new fields in struct clone_args
Dmitry V. Levin
2020-01-14
1
-0
/
+19
*
clone: add support for clone3-specific CLONE_CLEAR_SIGHAND flag decoding
Eugene Syromyatnikov
2020-01-14
1
-2
/
+4
*
clone: simplify signal printing in legacy clone handler a bit
Eugene Syromyatnikov
2020-01-07
1
-4
/
+1
*
clone: implement clone3 syscall decoding
Eugene Syromyatnikov
2019-09-23
1
-0
/
+189
*
clone: fix print_tls_arg on x86
Eugene Syromyatnikov
2019-09-03
1
-5
/
+1
*
Consistently define __NR_* constants
Dmitry V. Levin
2019-07-16
1
-1
/
+1
*
ia64: optimize syscallent table
Eugene Syromyatnikov
2019-07-09
1
-4
/
+4
*
Implement decoding of CLONE_PIDFD flag of clone syscall
Dmitry V. Levin
2019-06-20
1
-3
/
+8
*
Enhance decoding of CLONE_PARENT_SETTID flag of clone syscall
Dmitry V. Levin
2019-06-20
1
-2
/
+2
*
clone: fix printing of zero clone flags
Dmitry V. Levin
2019-06-20
1
-6
/
+11
*
clone: print read-only arguments on entering syscall
Dmitry V. Levin
2019-06-20
1
-19
/
+24
*
clone: cleanup
Dmitry V. Levin
2019-06-18
1
-2
/
+2
*
Update copyright headers
Dmitry V. Levin
2019-05-22
1
-1
/
+1
*
Add C-SKY architecture support
Guo Ren
2019-03-24
1
-1
/
+1
*
riscv: Fixup wrong clone's arguments define
Guo Ren
2019-03-24
1
-1
/
+1
*
Use printsignal instead of signame
Eugene Syromyatnikov
2018-12-17
1
-2
/
+4
*
Change the license of strace to LGPL-2.1-or-later
Dmitry V. Levin
2018-12-10
1
-21
/
+1
*
Treat RVAL_DECIMAL the same way as RVAL_UDECIMAL
Dmitry V. Levin
2018-03-29
1
-1
/
+1
*
Update copyright headers
Dmitry V. Levin
2018-02-13
1
-1
/
+1
*
Drop non-functional CRIS architecture support
Dmitry V. Levin
2018-01-25
1
-1
/
+1
*
Allow separate printing of struct user_desc.entry_number
Eugene Syromyatnikov
2018-01-10
1
-1
/
+1
*
Fix a few spacing style issues
Dmitry V. Levin
2017-06-17
1
-1
/
+1
*
Add copyright headers
Eugene Syromyatnikov
2017-05-22
1
-0
/
+1
*
defs.h: stop including <asm/unistd.h>
Dmitry V. Levin
2016-12-31
1
-1
/
+1
*
Remove getarg_klu
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-2
/
+2
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-1
/
+1
*
clone: print clone flags without truncation
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
Rework ifdefery around print_user_desc
Dmitry V. Levin
2016-12-21
1
-19
/
+20
*
Use kernel_ulong_t instead of unsigned long long where appropriate
Dmitry V. Levin
2016-12-19
1
-1
/
+1
*
clone: use kernel_ulong_t as type of flags parameter of unshare call
Eugene Syromyatnikov
2016-10-29
1
-1
/
+1
*
clone: use separate flag list for unshare
Eugene Syromyatnikov
2016-10-29
1
-1
/
+2
*
clone: use separate xlat for nstype parameter of setns syscall
Eugene Syromyatnikov
2016-10-29
1
-1
/
+2
*
Add RISC-V architecture support
Richard W.M. Jones
2016-08-21
1
-1
/
+1
*
ia64: replace SYS_clone2 with __NR_clone2
Dmitry V. Levin
2016-08-09
1
-4
/
+4
*
Consistently use printaddr for printing addresses
Dmitry V. Levin
2016-06-11
1
-6
/
+15
*
Fix printing of invalid flags argument of unshare syscall
Dmitry V. Levin
2016-05-16
1
-1
/
+1
*
Add copyright headers to some files which lack them
Dmitry V. Levin
2015-12-17
1
-0
/
+31
*
clone.c: make use of RVAL_DECODED
Dmitry V. Levin
2015-07-20
1
-12
/
+8
*
clone: move definitions of cloning flags to xlat/
Dmitry V. Levin
2015-06-17
1
-27
/
+5
*
Declare syscall parsers using SYS_FUNC macro
Dmitry V. Levin
2015-04-07
1
-8
/
+4
*
process.c: move clone, setns, unshare, and fork parsers to a separate file
Dmitry V. Levin
2014-12-11
1
-0
/
+151