summaryrefslogtreecommitdiff
path: root/clone.c
Commit message (Expand)AuthorAgeFilesLines
* 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