=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- www/57.html 2018/06/12 15:20:28 1.105 +++ www/57.html 2018/08/24 05:41:56 1.106 @@ -268,7 +268,7 @@
  • softraid(4) RAID1 and CRYPTO volumes are now bootable on the sparc64 platform.
  • relayd(8) now uses "TLS" rather than "SSL" terminology to reflect the deprecation of the latter.
  • relayd(8) now supports the random and source-hash modes with redirections. -
  • relayd(8) now supports the OPENBSD-RELAYD-MIB via agentx with snmpd(8). +
  • relayd(8) now supports the OPENBSD-RELAYD-MIB via agentx with snmpd(8).
  • Added interfaces for setting the close-on-exec flag and/or non-blocking mode on new file descriptors: pipe2(2), dup3(2), accept4(2), mkostemp(3), mkostemps(3), the SOCK_CLOEXEC and SOCK_NONBLOCK flags for socket(2) and socketpair(2), and the MSG_CMSG_CLOEXEC flag for recvmsg(2). In addition, posix_spawn_file_actions_adddup2(3) now always clears the close-on-exec flag.
  • Added interfaces for setting the close-on-exec flag on new FILE handles and for requesting exclusive creation via the the 'e' and 'x' mode letters for fopen(3), fdopen(3), freopen(3), and popen(3).
  • Many library functions and programs changed to use the above for safety or simplicity.