]> granicus.if.org Git - strace/commit
Implement kexec_load decoding
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 5 Feb 2014 13:48:26 +0000 (13:48 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 5 Feb 2014 14:25:20 +0000 (14:25 +0000)
commit90aa9f4d72e26581ea0a39c02db625d7bd4e2962
tree3bab8cebbe335010cb7ee1402904320e78e649e7
parentd21f186a94086fae25788e14c584fcce52bd67b6
Implement kexec_load decoding

* kexec.c: New file.
* linux/kexec.h: Likewise.
* Makefile.am (strace_SOURCES): Add kexec.c.
(EXTRA_DIST): Add linux/kexec.h.
* linux/dummy.h (sys_kexec_load): Remove.
* linux/syscall.h (sys_kexec_load): New prototype.
Makefile.am
kexec.c [new file with mode: 0644]
linux/dummy.h
linux/kexec.h [new file with mode: 0644]
linux/syscall.h