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

Diff for /www/plus.html between version 1.1110 and 1.1111

version 1.1110, 2008/05/26 13:31:12 version 1.1111, 2008/06/08 07:05:15
Line 64 
Line 64 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/06/05 -->
   <li>For i386 and amd64, allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a> to find additional non-coherent HyperTransport links.
   <!-- 2008/06/04 -->
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> from trying to exec a null char.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a> honor termpath and lockpath if given in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&sektion=5&format=html">cwmrc(5)</a> file.
   <li>Beginning to remove OLF support.
   <li>If <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpidump&sektion=8&format=html">acpidump(8)</a> is given -o, do not disassemble the AML so you can get the dump if the disassembler crashes.
   <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awk&sektion=1&format=html">awk(1)</a> with bitwise operations.
   <!-- 2008/06/03 -->
   <li>Fix bias for upper_bounds in really large ranges for the random number generators. Nothing in the source tree yet requests such ranges.
   <li>Make DRM code for X.org use D_CLONE so per-open data works. Preparation for privilege separation.
   <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a> library, do not grab the file descriptor read lock for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockopt&sektion=2&format=html">getsockopt(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setsockopt&sektion=2&format=html">setsockopt(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getpeername&sektion=2&format=html">getpeername(2)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getsockname&sektion=2&format=html">getsockname(2)</a>. Prevents deadlocks if another thread already holds that lock.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> to play/record from input-only or output-only devices.
   <li>Reduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> code size by moving periodic debug output inside #ifdefs.
   <!-- 2008/06/02 -->
   <li>Revert xenocara inputproto to 1.4.2.1 again.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> from being suspended from the tty.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> over- and underrun behaviour user selectable per stream.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> handle over- and underruns without disturbing other streams.
   <li>Shrink scsi_mode_sense to 254 bytes to please ahci. Makes some SATA tapes drives work.
   <li>Fix uvm swapencrypt for the last 128 page area.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&sektion=4&format=html">acpithinkpad(4)</a> ignore the brightness changed event.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a>, add some ELV Elektronik based devices.
   <li>Move amd64 interrupt setup before ddb setup on the amd64 platform to allow boot -d from UKC.
   <li>Fix synproxy breakage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> introduced with the new state tables.
   <li>Fix kernel freeze from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> when unplugging an active device.
   <li>Fix double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tail&sektion=1&format=html">tail(1)</a> which can happen if the last line has no newline.
   <!-- 2008/06/01 -->
   <li>Added PRIMEPOWER 650/850 to the list of supported sparc64 machines.
   <li>New ACPI parser for i386/amd64.
   <li>Make sure sparc/sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> use the same SCSI initiator ID as the prom.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>, make it possible to merge files from xetcXX.tgz only.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> TX performance issue in HostAP mode by using 1MBit/s as beacon sending rate.
   <!-- 2008/05/31 -->
   <li>Updated Mesa to 7.0.3 in the xenocara tree.
   <!-- 2008/05/30 -->
   <li>Removed ext2fs from i386 RAMDISK B.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a> will not try to blank a CD twice.
   <li>Fix NULL dereference in OpenCVS logging code and segfault in keyword expansion code if no RCS file is available.
   <!-- 2008/05/29 -->
   <li>Added support of diff -D in OpenCVS.
   <li>Make sure we dont overflow the static buffer in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>.
   <li>Add support for PCA9552 LED dimmer in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcaled&sektion=4&format=html">pcaled(4)</a> driver.
   <!-- 2008/05/28 -->
   <li>Rewrote <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> state logic.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&format=html">hme(4)</a> in hppa GENERIC and RAMDISK kernels.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ln&sektion=1&format=html">ln(1)</a>, do not print a warning if source and target already point to the same inode when given -f.
   <li>Removed limit in OpenCVS on arguments on command line or sent by client.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> for Option GlobeTrotter 3G+ cards.
   <!-- 2008/05/27 -->
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> resume after suspend.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>, only look up initiator ID on Sparc64.
   <li>Added DRM support to amd64 platform also.
   <li>Make netbt code compile again.
   <li>Updated libiberty to 2.17.1.
   <li>Do not allocate fixed frame size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, and skip too large frames.
   <!-- 2008/05/26 -->
   <li>Updated time zone data to tzdata2008c.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> for flushing of count of states.
   <li>Added ZyXEL G-202 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices.
   <li>Fix bringing down a socppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> interface.
   <li>Make the scsi subsystem print out the initiator ID.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, remove nlist optimization, since some ftp servers have issues with NLIST *.tgz.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> to socppc RAMDISK kernels.
   <li>Reorganized some fields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format=html">fsck_ffs(8)</a> inodesc and inoinfo structs to reduce size on some archs.
   <li>Added -q for quiet to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a> on macppc GENERIC kernels.
   <!-- 2008/05/25 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=et&sektion=4&format=html">et(4)</a> count output packets.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=8&format=html">dhclient(8)</a>, if an interface has no link at startup, try to force it up.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> does not error out if dhcpd-sync does not exist in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=services&sektion=5&format=html">services(5)</a> file, and no sync options were specified.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdistd&sektion=8&format=html">rdistd(8)</a> with regard to rdisting symbolic links.
   <li>Fix TSEC2 RX interrupts on socppc.
   <li>Updated xenocara inputproto to 1.4.3.
   <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a>and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4&format=html">eso(4)</a> out of the alpha GENERIC untested section.
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4&format=html">emu(4)</a> on sparc64 GENERIC kernel.
   <!-- 2008/05/24 -->
   <li>Enable userland to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=read&sektion=2&format=html">read(2)</a> video streams from /dev/video.
   <li>Updated libpciaccess to 0.10.2, xkbfile to 1.0.5, libtrans to 1.2 and printproto to 1.0.4.
   <li>Updated Xfont to 1.3.2, Xinerama to 1.0.3 and Xv to 1.0.4.
   <li>For the socppc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsec&sektion=4&format=html">tsec(4)</a> devices, configure the media when bringing up an interface and use the mac address passed by the firmware.
 <!-- 2008/05/23 -->  <!-- 2008/05/23 -->
   <li>Added IPv6 support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&sektion=8&format=html">identd(8)</a> when run in standalone mode.
   <li>Added Schneider & Koch SK-9821/SK-9843 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> devices.
   <li>Added some Fujitsu ethernet cards (PW008GE5 and GE4) that actually are <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
   <li>Update sem_otime on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&sektion=2&format=html">semop(2)</a>.
   <li>Prevent alpha ramdisks from adding swap space automatically.
   <li>Fixed Ctrl-T status report on some ttys without carrier.
   <li>Fixed situation in NFS when TCP mounts timeout and processes get hung in the reconnect code since they do not have enough privileges.
   <li>Removed USER_LDT code from the amd64 platform.
   <li>Removed old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awi&sektion=4&format=html">awi(4)</a> driver.
   <li>Make GENERIC.MP work on sun4u CPUs too.
 <li>Make OpenCVS properly pass the directory tag of parent directories into new subdirectories.  <li>Make OpenCVS properly pass the directory tag of parent directories into new subdirectories.
 <!-- 2008/05/22 -->  <!-- 2008/05/22 -->
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>, add support for recording full-duplex, format conversions and resampling on the fly, mixing multiple inputs of different formats, upto 16 channels and more linear encodings.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a>, add support for recording full-duplex, format conversions and resampling on the fly, mixing multiple inputs of different formats, upto 16 channels and more linear encodings.

Legend:
Removed from v.1.1110  
changed lines
  Added in v.1.1111