Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Remove



details:   https://anonhg.NetBSD.org/src/rev/886b56cf39ff
branches:  trunk
changeset: 940039:886b56cf39ff
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Oct 01 18:23:29 2020 +0000

description:
Remove

diffstat:

 doc/TODO.sanitizers |  23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diffs (27 lines):

diff -r 11bf33de25bb -r 886b56cf39ff doc/TODO.sanitizers
--- a/doc/TODO.sanitizers       Thu Oct 01 18:21:11 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-Sanitizer and related tasks.
-
-Short term:
- - prepare MKSANITIZER readme
-
-Long term:
- - handle fts_open(3) compar callback in sanitizers (use TLS to store
-   the real callback and call a wrapper that will [un]poison appropriate
-   memory regions)
- - improve the framework for ioctl(2) database and handle special cases when a
-   part of a struct can be uninitialized and passed to the kernel (MSan)
- - port or finish the port of:
-   * cfi,
-   * scudo,
-   * DFSan.
- - port HWASan -- aarch64 specific, needs hardware or emulator
- - pkgsrc integration with sanitizers and MKSANITIZER (PKGSANITIZER?)
- - merge of the libFuzzer integration with the basesystem
- - oom-killer ATF tests and fixes
- - utime(3) allow changing actime regardless of noatime mount property
- - NetBSD tar: handle character escaping in file names (\\ \), needed in
-   check-lld (lld::reproduce-backslash.s)
- - kernel-safestack? implemented in Fuchsia/Magenta



Home | Main Index | Thread Index | Old Index