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

Diff for /www/plus44.html between version 1.5 and 1.6

version 1.5, 2008/09/11 14:37:42 version 1.6, 2008/09/15 06:58:47
Line 159 
Line 159 
 <li>Add support in the kernel to recognize, load and execute position independent executables and randomize the load address. Not for all arches yet.  <li>Add support in the kernel to recognize, load and execute position independent executables and randomize the load address. Not for all arches yet.
 <!-- 2008/07/17 -->  <!-- 2008/07/17 -->
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> firmware loading, now works again on sparc64.  <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> firmware loading, now works again on sparc64.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, use getaddrinfo/getnameinfo instead of inet_pton/inet_ntop to allow specifying and printing the IPv6 scope indentifier.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a>, use getaddrinfo/getnameinfo instead of inet_pton/inet_ntop to allow specifying and printing the IPv6 scope identifier.
 <!-- 2008/07/16 -->  <!-- 2008/07/16 -->
 <li>Add -E flag and 'skipempty' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a> to skip sending messages with empty bodies.  <li>Add -E flag and 'skipempty' option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a> to skip sending messages with empty bodies.
 <li>Add prototype for infnan in math.h so it returns correct values.  <li>Add prototype for infnan in math.h so it returns correct values.
Line 271 
Line 271 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> automatically distinguish between CD-DA tracks and WAVE audio files when writing them in TAO mode.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> automatically distinguish between CD-DA tracks and WAVE audio files when writing them in TAO mode.
 <!-- 2008/06/21 -->  <!-- 2008/06/21 -->
 <li>Updated freetype to 2.3.6. Fixes CVS-2008-1806,1807 and 1808.  <li>Updated freetype to 2.3.6. Fixes CVS-2008-1806,1807 and 1808.
 <li>Added Marvell Yukon devices based on 88E8040T chips to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> netword cards.  <li>Added Marvell Yukon devices based on 88E8040T chips to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> network cards.
 <!-- 2008/06/20 -->  <!-- 2008/06/20 -->
 <!-- 2008/06/19 -->  <!-- 2008/06/19 -->
 <li>Reenabled amdmsr, now it properly checks for AMD Geode LX CPUs with a graphics processor.  <li>Reenabled amdmsr, now it properly checks for AMD Geode LX CPUs with a graphics processor.
Line 719 
Line 719 
 <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for mips code generation to prevent user asm statements from being put in delay slots.  <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> for mips code generation to prevent user asm statements from being put in delay slots.
 <li>Fixes for SH in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> when compiling PIC code and other optimizations.  <li>Fixes for SH in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> when compiling PIC code and other optimizations.
 <li>For i386, make ipending per-cpu.  <li>For i386, make ipending per-cpu.
 <li>When allocating amd64 interrupt 'slots', always check all slots to see if we already allocated a slot for a particurlar pin.  <li>When allocating amd64 interrupt 'slots', always check all slots to see if we already allocated a slot for a particular pin.
 <li>Plug potential mbuf leak in the NFS vfsops code.  <li>Plug potential mbuf leak in the NFS vfsops code.
 <li>Boot loader argument parsing for amd64 was configuring serial console even when using a glass console. Fixed.  <li>Boot loader argument parsing for amd64 was configuring serial console even when using a glass console. Fixed.
 <!-- 2008/04/24 -->  <!-- 2008/04/24 -->
Line 800 
Line 800 
 <li>Clear CPUF_RUNNING when halting a CPU on amd64 and i386 MP systems, fixes power-down problems.  <li>Clear CPUF_RUNNING when halting a CPU on amd64 and i386 MP systems, fixes power-down problems.
 <li>Rework the help output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> so it again fits on one page.  <li>Rework the help output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> so it again fits on one page.
 <!-- 2008/04/12 -->  <!-- 2008/04/12 -->
 <li>Improved the libc DNS resolver ID generation algoritm by wrapping the existing LCG in a random permutation generator based on a Luby-Rackoff block cipher.  <li>Improved the libc DNS resolver ID generation algorithm by wrapping the existing LCG in a random permutation generator based on a Luby-Rackoff block cipher.
 <li>Protect errno in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> from being trashed by other functions.  <li>Protect errno in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> from being trashed by other functions.
 <li>Make sure the swap encryption code gets the correct amount of swap pages, might not match when using a miniroot in the swap partition.  <li>Make sure the swap encryption code gets the correct amount of swap pages, might not match when using a miniroot in the swap partition.
 <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontdir&sektion=1&format=html">mkfontdir(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontscale&sektion=1&format=html">mkfontscale(1)</a> to 1.0.4 in the xenocara tree.  <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontdir&sektion=1&format=html">mkfontdir(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkfontscale&sektion=1&format=html">mkfontscale(1)</a> to 1.0.4 in the xenocara tree.

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