=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/innovations.html,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- www/innovations.html 2024/01/22 23:23:35 1.115 +++ www/innovations.html 2024/02/12 05:39:58 1.116 @@ -256,10 +256,10 @@ new ELF section .openbsd.syscalls inside ld.so and libc.so. ld.so uses the new syscall pinsyscalls(2) - to tell the kernel where libc.so the precise entry location - of system calls. Since all syscall entries are now known - to the kernel, the pininsyscall(SYS_execve) interface becomes - redundant. Theo de Raadt, Jan 2024. + to tell the kernel the precise entry location of system calls in libc.so. + Since all syscall entries are now known to the kernel, the + pininsyscall(SYS_execve) interface becomes redundant. + Theo de Raadt, Jan 2024.

Functions