]> granicus.if.org Git - strace/history - clone.c
evdev: decode struct input_absinfo regardless of in-kernel definitions
[strace] / clone.c
2019-09-23 Eugene Syromyatnikovclone: implement clone3 syscall decoding
2019-09-03 Eugene Syromyatnikovclone: fix print_tls_arg on x86
2019-07-16 Dmitry V. LevinConsistently define __NR_* constants
2019-07-09 Eugene Syromyatnikovia64: optimize syscallent table
2019-06-20 Dmitry V. LevinImplement decoding of CLONE_PIDFD flag of clone syscall
2019-06-20 Dmitry V. LevinEnhance decoding of CLONE_PARENT_SETTID flag of clone...
2019-06-20 Dmitry V. Levinclone: fix printing of zero clone flags
2019-06-20 Dmitry V. Levinclone: print read-only arguments on entering syscall
2019-06-18 Dmitry V. Levinclone: cleanup
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-03-24 Guo RenAdd C-SKY architecture support
2019-03-24 Guo Renriscv: Fixup wrong clone's arguments define
2018-12-17 Eugene SyromyatnikovUse printsignal instead of signame
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-25 Dmitry V. LevinDrop non-functional CRIS architecture support
2018-01-10 Eugene SyromyatnikovAllow separate printing of struct user_desc.entry_number
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-31 Dmitry V. Levindefs.h: stop including <asm/unistd.h>
2016-12-26 Dmitry V. LevinRemove getarg_klu
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. Levinclone: print clone flags without truncation
2016-12-21 Dmitry V. LevinRework ifdefery around print_user_desc
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-10-28 Eugene Syromyatnikovclone: use kernel_ulong_t as type of flags parameter...
2016-10-28 Eugene Syromyatnikovclone: use separate flag list for unshare
2016-10-28 Eugene Syromyatnikovclone: use separate xlat for nstype parameter of setns...
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-09 Dmitry V. Levinia64: replace SYS_clone2 with __NR_clone2
2016-06-11 Dmitry V. LevinConsistently use printaddr for printing addresses
2016-05-16 Dmitry V. LevinFix printing of invalid flags argument of unshare syscall
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-20 Dmitry V. Levinclone.c: make use of RVAL_DECODED
2015-06-17 Dmitry V. Levinclone: move definitions of cloning flags to xlat/
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-12-11 Dmitry V. Levinprocess.c: move clone, setns, unshare, and fork parsers...