]> granicus.if.org Git - strace/history - kexec.c
evdev: decode struct input_absinfo regardless of in-kernel definitions
[strace] / kexec.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
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. Levinkexec: change flags type from unsigned long to kernel_u...
2016-12-25 Dmitry V. Levinkexec: change types of pointers and sizes to kernel_ureg_t
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-23 Dmitry V. Levinkexec: change address argument type from unsigned long...
2016-12-20 Dmitry V. LevinDo not use widen_to_ulong in kexec.c and process_vm.c
2016-12-19 Eugene Syromyatnikovkexec: fix for the x32 ABI
2016-10-28 Eugene Syromyatnikovkexec: use widen_to_ulong since kexec_load has compat...
2016-10-28 Eugene Syromyatnikovkexec: fix zeroing of higher bits of flags parameter...
2016-10-28 Eugene Syromyatnikovkexec: add printing of struct kexec_segment field names
2016-05-16 Dmitry V. LevinFix printing of invalid flags argument of kexec_load...
2016-05-07 Dmitry V. Levinkexec.c: use print_array function
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-11-22 Dmitry V. LevinImplement kexec_file_load syscall decoding
2015-09-15 Dmitry V. LevinAdd a new helper function umove_ulong_array_or_printaddr
2015-07-20 Dmitry V. Levinkexec.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-19 Dmitry V. LevinRemove linux/kexec.h
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-02-06 Dmitry V. Levinkexec: fix typo
2014-02-05 Dmitry V. LevinImplement kexec_load decoding