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

Diff for /www/57.html between version 1.78 and 1.79

version 1.78, 2015/04/15 06:15:38 version 1.79, 2015/04/15 06:29:25
Line 197 
Line 197 
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srandom_deterministic&amp;sektion=3">srandom_deterministic(3)</a>,      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=srandom_deterministic&amp;sektion=3">srandom_deterministic(3)</a>,
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seed48_deterministic&amp;sektion=3">seed48_deterministic(3)</a> and      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=seed48_deterministic&amp;sektion=3">seed48_deterministic(3)</a> and
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcong48_deterministic&amp;sektion=3">lcong48_deterministic(3)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcong48_deterministic&amp;sektion=3">lcong48_deterministic(3)</a>
     are added for cases where determinism must be requested.      are added for cases where determinism needs to be requested.
     <li>At resume (or unhibernate) time, use a variety of methods to reseed the random number generator.  This also works on VMs which wake up (if a wakeup event is seen).      <li>At resume (or unhibernate) time, use a variety of methods to reseed the random number generator.  This also works on VMs which wake up (if a wakeup event is seen).
     <li>All architectures have been transitioned to static PIE, meaning the statically linked binaries in /bin and /sbin now have randomly located text segments.      <li>All architectures have been transitioned to static PIE, meaning the statically linked binaries in /bin and /sbin now have randomly located text segments.
     <li>Allow larger .openbsd.randomdata ELF segments.      <li>Allow larger .openbsd.randomdata ELF segments.
Line 220 
Line 220 
         s_client now supports a -proxy parameter for connecting over an HTTP proxy.          s_client now supports a -proxy parameter for connecting over an HTTP proxy.
     <li>gzsig has been removed.      <li>gzsig has been removed.
     <li>Switch to fast assembly versions of some libc functions on amd64.      <li>Switch to fast assembly versions of some libc functions on amd64.
     <li>Frequency scaling has been moved to the kernel with an improved algorithm.      <li>Frequency scaling has been moved from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&amp;sektion=1">apmd(8)</a> to the kernel with an improved algorithm.
     <li>Switch last workq API uses to      <li>Switch last workq API uses to
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=taskq_create&amp;sektion=9">taskq</a> API and remove all traces of workq.      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=taskq_create&amp;sektion=9">taskq</a> API and remove all traces of workq.
     <li>Use      <li>Use
Line 309 
Line 309 
     <li>Added support for redirections and macros in specified target URLs.      <li>Added support for redirections and macros in specified target URLs.
     <li>Added the &quot;root strip&quot; option to sanitize PATH_INFO for some CGI scripts.      <li>Added the &quot;root strip&quot; option to sanitize PATH_INFO for some CGI scripts.
     <li>Added an option to specify an alternative log directory instead of /var/www/logs.      <li>Added an option to specify an alternative log directory instead of /var/www/logs.
     <li>Various FastCGI improvements; httpd(8) is now compatible with many well-known web applications.      <li>Various FastCGI improvements; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> is now compatible with many well-known web applications.
     <li>Various other fixes and improvements.      <li>Various other fixes and improvements.
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79