]> git.ipfire.org Git - thirdparty/systemd.git/commit
libc: Add kexec_file_load() syscall wrapper
authorDaan De Meyer <daan@amutable.com>
Fri, 10 Apr 2026 10:23:22 +0000 (10:23 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 13 Apr 2026 09:13:04 +0000 (11:13 +0200)
commit4d91b0366afd215b68d0eae741da6a3aab5e3989
tree13f60a9c61c3cf260e099a25d77c011d88c9f6a4
parent0a8578a6ee64cac7a9bfb490f9f8819d4d31660b
libc: Add kexec_file_load() syscall wrapper

Allow tabs in UAPI headers in .gitattributes since they are copied
verbatim from the kernel.
.gitattributes
README
meson.build
src/include/override/sys/kexec.h [new file with mode: 0644]
src/include/uapi/linux/kexec.h [new file with mode: 0644]
src/libc/kexec.c [new file with mode: 0644]
src/libc/meson.build