]> granicus.if.org Git - strace/history - sigaltstack.c
Update debian/watch
[strace] / sigaltstack.c
2018-12-24 Dmitry V. LevinUpdate copyright headers
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2017-05-22 Eugene SyromyatnikovAdd copyright headers
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-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. Levinsigaltstack: cast pointers and sizes to kernel_ureg_t...
2016-12-23 Dmitry V. Levinsigaltstack: change address argument type from unsigned...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-08-28 Elvira KhabirovaMpersify parser of sigaltstack syscall
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-17 Dmitry V. Levinsigaltstack.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-26 Dmitry V. Levinsignal.c: move sigaltstack parser to a separate file