=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/75.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- www/75.html 2024/03/31 23:14:27 1.38 +++ www/75.html 2024/03/31 23:35:06 1.39 @@ -120,7 +120,7 @@
  • Disallow madvise(2) and msync(2) memory/mapping - destructive operations on immutable memory regions. Innstead return EPERM. + destructive operations on immutable memory regions. Instead return EPERM.
  • Added new amd64-only sysctl machdep.retpoline which says whether the cpu requires the retpoline branch target injection mitigation.
  • Added new accounting flag ABTCFI to tar(1).
  • Extended imsg and the ibuf buffer - manipulation API with useful getter methods. Unified file descriptior + manipulation API with useful getter methods. Unified file descriptor passing in all imsg using programs with the use of the imsg_get_fd() function.
  • Added Significantly (for small programs) reduce the size of statically linked binaries by splitting several libc internal functions into - seperate compilation and thus linkage units. Specifically getpwnam(3) does not need the full YP socket setup and does not use all possible dbopen(3) databease + href="https://man.openbsd.org/dbopen.3">dbopen(3) database backends.
  • Added vi(1) showfilename set option to display the file name in the lower left @@ -437,10 +437,10 @@ system calls.
    Together with pinsyscalls(2) this - change makes it ipmpossible to perform system call through any other - way than the libc system cann wrapper functions.
    + change makes it impossible to perform system call through any other + way than the libc system call wrapper functions.
    Users of syscall(2), such as Perl and the Go programming - languange were converted to use the libc functions. + language were converted to use the libc functions.
  • Added pledge(2) stdio before parsing pfkey messages to ipsecctl(8) -m and -s. @@ -525,7 +525,7 @@
  • Made iked(8) trigger retransmission only for fragment 1/x to prevent each received fragment triggering retransmission of the full fragment queue. -
  • Prevent routing loops by droping already encrypted packets that are going through Prevent routing loops by dropping already encrypted packets that are going through sec(4) again.