[BACK]Return to innovations.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/innovations.html between version 1.106 and 1.107

version 1.106, 2023/02/03 08:13:31 version 1.107, 2023/02/05 15:40:34
Line 220 
Line 220 
         the perspective of userland reading its own memory, or the kernel          the perspective of userland reading its own memory, or the kernel
         trying to read memory in a system call.  Many sloppy practices in          trying to read memory in a system call.  Many sloppy practices in
         userland code had to be repaired to allow this.  The linker option          userland code had to be repaired to allow this.  The linker option
         <b>--execute-only</b> is enabled by default. In order of development: arm64,          <b>--execute-only</b> is enabled by default. In order of
         riscv64, hppa, octeon, sparc64 (sun4u only), amd64, powerpc64,          development: arm64, riscv64, hppa, sparc64 (sun4u only), amd64,
         powerpc (G5 only).          powerpc64, powerpc (G5 only), octeon.
         Mark Kettenis, Theo de Raadt, Visa Hankala, Miod Vallat,          Mark Kettenis, Theo de Raadt, Visa Hankala, Miod Vallat,
         Dave Voutila, George Koehler in kernel and base, and          Dave Voutila, George Koehler in kernel and base, and
         Theo Buehler, Robert Nagy, Christian Weisgerber in ports.          Theo Buehler, Robert Nagy, Christian Weisgerber in ports.

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107