=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/innovations.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- www/innovations.html 2023/02/05 15:40:34 1.107 +++ www/innovations.html 2023/02/05 16:26:29 1.108 @@ -235,7 +235,7 @@
  • Architectures which lack xonly mmu-enforcement can still benefit from switching to --execute-only binaries if the cpu generates different traps for instruction-fetch versus data-fetch. The - VM system will not allowed momeory to be read before it was + VM system will not allow memory to be read before it was executed which is valuable together with library relinking. Architectures switched over include sparc64 (sun4v), loongson. Theo de Raadt, Feb 2023.