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

Diff for /www/plus.html between version 1.1115 and 1.1116

version 1.1115, 2008/07/14 19:53:25 version 1.1116, 2008/07/28 21:08:42
Line 64 
Line 64 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/07/12 -->
   <li>Updated xenocara ati driver to 6.9.0.
   <li>Make sparc64 only attach the first thread of every core for now.
   <li>Imported the openchrome video driver 0.2.902 into xenocara.
   <!-- 2008/07/11 -->
   <li>Add support for the Marvell 88E8016 PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a>.
   <li>Provide sparc64 Fujitsu based SPARC-IV machines with a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=core&arch=sparc64&sektion=4&format=html">core(4)</a> device for each core and thread and attach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&arch=sparc64&sektion=4&format=html">cpu(4)</a> to them.
   <!-- 2008/07/10 -->
   <li>Fix sign of negative zero in libc printing code.
   <li>Add support in the sparc64 platform code for Fujitsu SPARC-IV CPUs.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> NAT code also check source port allocation against net.inet.(tcp|udp).baddynamic lists.
   <!-- 2008/07/09 -->
   <li>Fix leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> in the NAT case where the second state key needs to be freed manually in case of failure.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> read the vendor flag from ASCII disklabel.
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> boot script populate the baddynamic list of ports with the contents of /etc/services to avoid well-known ports.
   <li>Make the sysctls net.inet.(tcp|udp).baddynamic source port cover the entire 65536 port space.
   <li>Updated BIND to 9.4.2-P1.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> use the non-repeating shuffle instead of arc4random() when binding sockets for DNS requests.
   <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> dns code to open new UDP socket to send the forwarded dns requests instead of sending from the server socket. Fixes some limitations and allows for randomizations.
   <!-- 2008/07/08 -->
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for recursive mget transfers.
   <li>Fixed really old bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yacc&sektion=1&format=html">yacc(1)</a> when reducing a rule which has an empty right hand side.
   <li>Fix crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> when trying to print an int as a string under certain circumstances.
   <!-- 2008/07/07 -->
   <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmt&sektion=4&format=html">vmt(4)</a>, a kernel level implementation of the vmware tools. Only provides the hosts clock as a timedelta sensor so far.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> microcode to 3.03.19, prepares for major <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> code upgrade.
   <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbbc&sektion=4&format=html">sbbc(4)</a> for sparc64 to provide a console for the v1280 machines.
   <li>Update time zone data files to tzdata2008d.
   <li>Add AGP and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a> hostbridge support for Intel 82945GME chipsets.
   <!-- 2008/07/06 -->
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> when using application-specified thread stacks.
   <li>During installation, make 'dhcp' the initial default answer during network configuration.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbbc&sektion=4&format=html">sbbc(4)</a>, a driver for the BootBus controller for sparc64 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssm&sektion=4&format=html">ssm(4)</a>, a driver for the scalable shared memory device.
   <!-- 2008/07/05 -->
   <li>Brought in various fixes to make V1280 a supported sparc64 model.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a>, add support for the new Expert mouseCLOCK USB II.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> accept \$ PS1 when started as root, and refuse to import a PS1 unless it contains a '#' character.
   <!-- 2008/07/04 -->
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a> how to retrieve etc*/xetc*.tgz files from FTP/HTTP paths using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&sektion=8&format=html">httpd(8)</a> proxy module in SSL mode.
   <!-- 2008/07/03 -->
   <li>Clean up parser in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, also dropping the restriction that URLs need to end in a slash.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> support negation of groups in a "Match group" block.
   <li>Fix panics seen in pf_state_key_attach for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
   <!-- 2008/07/02 -->
   <li>Updated the xenocara radeondrm and inteldrm driver.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> to macppc RAMDISK kernels.
   <li>Link <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> states with TCP pcbs, and vice versa. Speeds up lookups.
   <li>Added softraid to amd64 and i386 RAMDISK_CD kernels.
   <li>Updated the page daemon to modern limits and rework the logic in it.
   <li>Added bio and bioctl to sparc RAMDISK kernels.
   <!-- 2008/07/01 -->
   <li>Added initial version of acpivideo for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
   <li>Enable FFS2 on hppa RAMDISK kernel also.
   <li>Increased the ephemeral key size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> protocol 1 from 768 to 1024 bits.
   <li>Moved OpenBSD to 4.4-beta.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a>, if rules contain a hostname instead of an address, use the list of all possible addresses from DNS and not only the first one.
   <li>Added bio and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> to macppc and hppa RAMDISK kernels.
   <li>Enable FFS2 on most larger RAMDISK media.
   <!-- 2008/06/30 -->
   <li>Even stricter probing for AMD Geode CPUs in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=amdmsr&sektion=4&format=html">amdmsr(4)</a> code.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> in TAO mode to set the write speed.
   <li>Fixed three-state boolean logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a>.
   <!-- 2008/06/29 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> at cardbus? to amd64 GENERIC kernels.
   <li>Updated xf86-video-intel to version 2.3.2.
   <li>Added a usb2.0 to usb1.1 handover method for devices which only work in 1.1 mode but where usb2.0 would attach it.
   <!-- 2008/06/28 -->
   <li>Reenabled branch prediction on swift CPUs for sparc.
   <!-- 2008/06/27 -->
   <li>For opencvs, make sure we only check out files again if a sticky tag was in fact set when the user supplies -A.
   <li>Make sure we clear the swap encryption keys before dumping a kernel image.
   <li>Hook up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&sektion=4&format=html">arc(4)</a> blinkenleds to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a>.
 <!-- 2008/06/26 -->  <!-- 2008/06/26 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> to alpha, macppc and sparc64 GENERIC kernels.
   <li>Plugged memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a> in the rcs_rev_getlines() function.
   <li>Added bio and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&sektion=8&format=html">bioctl(8)</a> to amd64 and i386 RAMDISK_CD, to zaurus and sgi RAMDISK and to alpha RAMDISKBIG kernels.
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=html">ypldap(8)</a>, a drop-in replacement for ypserv to glue in an LDAP directory for get{pw,gr}ent family of functions.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> Fingerprint Visualization from CheckHostIP to an own config option named VisualHostKey.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> test the primes in /etc/moduli better.
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&sektion=2&format=html">chmod(2)</a> operations to set set[ug]id and sticky bits. Does not apply to transfers, only chmod commands.  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chmod&sektion=2&format=html">chmod(2)</a> operations to set set[ug]id and sticky bits. Does not apply to transfers, only chmod commands.
 <!-- 2008/06/25 -->  <!-- 2008/06/25 -->
 <li>Fix sticky-address on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> rdr.  <li>Fix sticky-address on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> rdr.

Legend:
Removed from v.1.1115  
changed lines
  Added in v.1.1116