=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** www/57.html 2015/04/15 06:15:38 1.78 --- www/57.html 2015/04/15 06:29:25 1.79 *************** *** 197,203 **** srandom_deterministic(3), seed48_deterministic(3) and lcong48_deterministic(3) ! are added for cases where determinism must be requested.
  • 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).
  • All architectures have been transitioned to static PIE, meaning the statically linked binaries in /bin and /sbin now have randomly located text segments.
  • Allow larger .openbsd.randomdata ELF segments. --- 197,203 ---- srandom_deterministic(3), seed48_deterministic(3) and lcong48_deterministic(3) ! are added for cases where determinism needs to be requested.
  • 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).
  • All architectures have been transitioned to static PIE, meaning the statically linked binaries in /bin and /sbin now have randomly located text segments.
  • Allow larger .openbsd.randomdata ELF segments. *************** *** 220,226 **** s_client now supports a -proxy parameter for connecting over an HTTP proxy.
  • gzsig has been removed.
  • Switch to fast assembly versions of some libc functions on amd64. !
  • Frequency scaling has been moved to the kernel with an improved algorithm.
  • Switch last workq API uses to taskq API and remove all traces of workq.
  • Use --- 220,226 ---- s_client now supports a -proxy parameter for connecting over an HTTP proxy.
  • gzsig has been removed.
  • Switch to fast assembly versions of some libc functions on amd64. !
  • Frequency scaling has been moved from apmd(8) to the kernel with an improved algorithm.
  • Switch last workq API uses to taskq API and remove all traces of workq.
  • Use *************** *** 309,315 ****
  • Added support for redirections and macros in specified target URLs.
  • Added the "root strip" option to sanitize PATH_INFO for some CGI scripts.
  • Added an option to specify an alternative log directory instead of /var/www/logs. !
  • Various FastCGI improvements; httpd(8) is now compatible with many well-known web applications.
  • Various other fixes and improvements.

    --- 309,315 ----

  • Added support for redirections and macros in specified target URLs.
  • Added the "root strip" option to sanitize PATH_INFO for some CGI scripts.
  • Added an option to specify an alternative log directory instead of /var/www/logs. !
  • Various FastCGI improvements; httpd(8) is now compatible with many well-known web applications.
  • Various other fixes and improvements.