Source-Changes-HG archive

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

[src/trunk]: src/doc Mark two entries as done.



details:   https://anonhg.NetBSD.org/src/rev/89615782f063
branches:  trunk
changeset: 834228:89615782f063
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Aug 02 17:34:51 2018 +0000

description:
Mark two entries as done.

diffstat:

 doc/TODO.kaslr |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 258ef948ff79 -r 89615782f063 doc/TODO.kaslr
--- a/doc/TODO.kaslr    Thu Aug 02 17:18:00 2018 +0000
+++ b/doc/TODO.kaslr    Thu Aug 02 17:34:51 2018 +0000
@@ -1,7 +1,7 @@
 ====== POINTER LEAKS ======
 
--- Change the permissions of /dev/ksyms, as discussed in:
-       http://mail-index.netbsd.org/tech-kern/2018/01/17/msg022960.html
+[DONE] -- Change the permissions of /dev/ksyms, as discussed in:
+          http://mail-index.netbsd.org/tech-kern/2018/01/17/msg022960.html
 
 -- The address of a non-public section is leaked because of Meltdown,
    "jmp handler". This can easily be fixed by pushing the handlers into
@@ -29,7 +29,7 @@
 
 -- Randomize the kernel main memory (VM_MIN_KERNEL_ADDRESS).
 
--- Randomize the direct map.
+[DONE] -- Randomize the direct map.
 
 -- Randomize the PCPU area.
 



Home | Main Index | Thread Index | Old Index