Module Name: src
Committed By: martin
Date: Tue Jul 26 04:18:04 UTC 2016
Added Files:
src/doc: TODO.8
Log Message:
First cut at netbsd-8 branch objectives.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/doc/TODO.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/doc/TODO.8
diff -u /dev/null src/doc/TODO.8:1.1
--- /dev/null Tue Jul 26 04:18:04 2016
+++ src/doc/TODO.8 Tue Jul 26 04:18:04 2016
@@ -0,0 +1,12 @@
+$NetBSD: TODO.8,v 1.1 2016/07/26 04:18:04 martin Exp $
+
+Items we (currently) plan to finish before branching netbsd-8:
+
+ - find a releng release driver volunteer
+ - import binutils 2.26.1
+ - switch all architectures to gcc 5.4
+ - switch all architectures to new binutils and gdb
+ - enable PIE/ASLR on all architectures (that have switched to gcc 5.4 if
+ we fail previous item) where it works
+
+and of course: fix as many bugs as possible.