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

Diff for /www/plus65.html between version 1.4 and 1.5

version 1.4, 2019/04/10 15:52:51 version 1.5, 2019/04/11 01:40:10
Line 91 
Line 91 
 <li>Corrected LED GPIO pin for AR9287-based usb devices.  <li>Corrected LED GPIO pin for AR9287-based usb devices.
 <li>Added the ability to <a href="https://man.openbsd.org/openrsync">openrsync(1)</a> to combine rsync:// and -e by splitting rsync_socket() into rsync_connect to establish a TCP connection to the remote daemon, and rsync_socket() to run the actual protocol.  <li>Added the ability to <a href="https://man.openbsd.org/openrsync">openrsync(1)</a> to combine rsync:// and -e by splitting rsync_socket() into rsync_connect to establish a TCP connection to the remote daemon, and rsync_socket() to run the actual protocol.
 <li>Fixed a memory leak in <a href="https://man.openbsd.org/radiusd">radiusd(8)</a>.  <li>Fixed a memory leak in <a href="https://man.openbsd.org/radiusd">radiusd(8)</a>.
   <li>Added leaf function optimization for retguard which keeps the retguard cookie on register instead of storing it in frame.
 <!-- 2019/03/30 -->  <!-- 2019/03/30 -->
 <li>Modified several daemons to avoid calling dup2(oldd, newd) when oldd == newd, preventing the descriptor from keeping CLOEXEC flag and being closed unexpectedly by exec().  <li>Modified several daemons to avoid calling dup2(oldd, newd) when oldd == newd, preventing the descriptor from keeping CLOEXEC flag and being closed unexpectedly by exec().
 <li>Set -E <a href="https://man.openbsd.org/disklabel">disklabel(8)</a> editing prompt to always display the disk device whose label is being edited and change '>' to '#' when in expert mode.  <li>Set -E <a href="https://man.openbsd.org/disklabel">disklabel(8)</a> editing prompt to always display the disk device whose label is being edited and change '>' to '#' when in expert mode.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5