=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/innovations.html,v retrieving revision 1.101 retrieving revision 1.102 diff -c -r1.101 -r1.102 *** www/innovations.html 2023/01/19 10:10:03 1.101 --- www/innovations.html 2023/01/25 17:07:53 1.102 *************** *** 221,229 **** trying to read memory for an IO operation. Many sloppy practices in userland code had to be repaired to allow this. The linker option --execute-only is enabled by default. In order of development: arm64, ! riscv64, hppa, octeon, sparc64 (sun4u only), amd64. Mark Kettenis, Theo de Raadt, Visa Hankala, Miod Vallat, ! Dave Voutila, Dec 2022 - Feb 2023, still ongoing. --- 221,231 ---- trying to read memory for an IO operation. Many sloppy practices in userland code had to be repaired to allow this. The linker option --execute-only is enabled by default. In order of development: arm64, ! riscv64, hppa, octeon, sparc64 (sun4u only), amd64, powerpc64. Mark Kettenis, Theo de Raadt, Visa Hankala, Miod Vallat, ! Dave Voutila in kernel and base, and Theo Buehler, Robert Nagy, ! Christian Weisgerber in ports. ! Dec 2022 - Feb 2023, still ongoing.