]> granicus.if.org Git - strace/history - clone.c
tests: check decoding of netlink smc_diag_msg attributes
[strace] / clone.c
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...