summaryrefslogtreecommitdiff
path: root/clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone: implement decoding of cgroup field in struct clone_argsDmitry V. Levin2020-05-271-0/+5
* clone: add more elaborate comments for struct strace_clone_args fieldEugene Syromyatnikov2020-04-151-7/+7
* Move print_nonzero_bytes from clone.c to util.cEugene Syromyatnikov2020-03-301-66/+0
* Update copyright headersDmitry V. Levin2020-02-061-1/+1
* clone: implement decoding of new fields in struct clone_argsDmitry V. Levin2020-01-141-0/+19
* clone: add support for clone3-specific CLONE_CLEAR_SIGHAND flag decodingEugene Syromyatnikov2020-01-141-2/+4
* clone: simplify signal printing in legacy clone handler a bitEugene Syromyatnikov2020-01-071-4/+1
* clone: implement clone3 syscall decodingEugene Syromyatnikov2019-09-231-0/+189
* clone: fix print_tls_arg on x86Eugene Syromyatnikov2019-09-031-5/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* ia64: optimize syscallent tableEugene Syromyatnikov2019-07-091-4/+4
* Implement decoding of CLONE_PIDFD flag of clone syscallDmitry V. Levin2019-06-201-3/+8
* Enhance decoding of CLONE_PARENT_SETTID flag of clone syscallDmitry V. Levin2019-06-201-2/+2
* clone: fix printing of zero clone flagsDmitry V. Levin2019-06-201-6/+11
* clone: print read-only arguments on entering syscallDmitry V. Levin2019-06-201-19/+24
* clone: cleanupDmitry V. Levin2019-06-181-2/+2
* Update copyright headersDmitry V. Levin2019-05-221-1/+1
* Add C-SKY architecture supportGuo Ren2019-03-241-1/+1
* riscv: Fixup wrong clone's arguments defineGuo Ren2019-03-241-1/+1
* Use printsignal instead of signameEugene Syromyatnikov2018-12-171-2/+4
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Treat RVAL_DECIMAL the same way as RVAL_UDECIMALDmitry V. Levin2018-03-291-1/+1
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Drop non-functional CRIS architecture supportDmitry V. Levin2018-01-251-1/+1
* Allow separate printing of struct user_desc.entry_numberEugene Syromyatnikov2018-01-101-1/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* defs.h: stop including <asm/unistd.h>Dmitry V. Levin2016-12-311-1/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-1/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-2/+2
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* clone: print clone flags without truncationDmitry V. Levin2016-12-251-2/+2
* Rework ifdefery around print_user_descDmitry V. Levin2016-12-211-19/+20
* Use kernel_ulong_t instead of unsigned long long where appropriateDmitry V. Levin2016-12-191-1/+1
* clone: use kernel_ulong_t as type of flags parameter of unshare callEugene Syromyatnikov2016-10-291-1/+1
* clone: use separate flag list for unshareEugene Syromyatnikov2016-10-291-1/+2
* clone: use separate xlat for nstype parameter of setns syscallEugene Syromyatnikov2016-10-291-1/+2
* Add RISC-V architecture supportRichard W.M. Jones2016-08-211-1/+1
* ia64: replace SYS_clone2 with __NR_clone2Dmitry V. Levin2016-08-091-4/+4
* Consistently use printaddr for printing addressesDmitry V. Levin2016-06-111-6/+15
* Fix printing of invalid flags argument of unshare syscallDmitry V. Levin2016-05-161-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+31
* clone.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-12/+8
* clone: move definitions of cloning flags to xlat/Dmitry V. Levin2015-06-171-27/+5
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-8/+4
* process.c: move clone, setns, unshare, and fork parsers to a separate fileDmitry V. Levin2014-12-111-0/+151