[PATCH] D42048: Add NetBSD syscall hooks skeleton in sanitizers
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 07:20:40 PST 2018
krytarowski added a comment.
I've decided after evaluations that I will commit NetBSD-only code with the bodies of syscalls without review. As the amounts of code are not really reviewable in reasonable timeframe (over 11k lines of diff). It would be a fulltime effort of few months, but right now nobody can keep reviewing it in this mode.
Author: kamil
Date: Thu Feb 15 07:15:45 2018
New Revision: 325248
URL: http://llvm.org/viewvc/llvm-project?rev=325248&view=rev
Log:
Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.h
This is a follow up of:
r325206 - Add NetBSD syscall hooks skeleton in sanitizers
Sponsored by <The NetBSD Foundation>
Modified:
compiler-rt/trunk/include/sanitizer/netbsd_syscall_hooks.h
compiler-rt/trunk/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
compiler-rt/trunk/utils/generate_netbsd_syscalls.awk
Repository:
rL LLVM
https://reviews.llvm.org/D42048
More information about the llvm-commits
mailing list