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

Diff for /www/plus.html between version 1.1102 and 1.1103

version 1.1102, 2008/04/10 05:05:07 version 1.1103, 2008/04/21 08:13:57
Line 64 
Line 64 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/04/20 -->
   <li>Allow low level <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audio&sektion=4&format=html">audio(4)</a> drivers to specify a default sample format, instead of 8-bit mono mulaw @8kHz.
   <li>On hppa64, use the firmware for reset when rebooting.
   <li>When starting Xorg without an xorg.conf, and the wskbd is "user", dont try to set such an xkb layout.
   <li>Replaced thehppa64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pluto&sektion=4&format=html">pluto(4)</a> driver with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=astro&sektion=4&format=html">astro(4)</a> from hppa.
   <li>Added a proper <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_vaddr&sektion=9&format=html">bus_space_vaddr(9)</a> implementation for hppa64.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xinit&sektion=1&format=html">xinit(1)</a> to 1.0.8, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xkbcomp&sektion=1&format=html">xkbcomp(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xprop&sektion=1&format=html">xprop(1)</a> and xset to 1.0.4 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xrdb&sektion=1&format=html">xrdb(1)</a> to 1.0.5.
   <li>Sync hppa64 console handling to the hppa code base.
   <!-- 2008/04/19 -->
   <li>Moved amd64 and i386 serial boot handling to talk directly to the hardware and not relying on the BIOS to do it for us.
   <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> for BCM5704-based devices and only for them, set special register settings used in TBI mode for fiber adapters.
   <li>Add workaround for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> CRC bug errata with BCM5701 A0 and B0 chipset-based devices.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4&format=html">rl(4)</a>, make sure we dont call rl_rxeof() twice if both RX Ok and Err bits are set.
   <li>Changed the ELF loader to use the LMA as the load address for the various segments.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twm&sektion=1&format=html">twm(1)</a> to 1.0.4.
   <li>Updated xenocara xf86-video-radeonhd to 1.2.1, xf86-video-sis to 0.10 and xrandr to 1.2.3.
   <li>Fix for Mesa in xenocara when using SSE where newly allocated memory would not be marked as executable, causing faults on various hardware setups.
   <!-- 2008/04/18 -->
   <li>Add a driver flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> to force negotiation of SATA 1 transfers.
   <li>Add filtering on direction for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
   <li>Proper checks in the client code of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=opencvs&sektion=1&format=html">opencvs(1)</a> for memory allocations.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pr&sektion=1&format=html">pr(1)</a>, if memory allocation fails during error message buffering, print all held back messages and exit.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cal&sektion=1&format=html">cal(1)</a> to show week numbers.
   <li>Add a function to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> which can identify an USB descriptor explicitly by its size.
   <li>Added an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> extension called "statvfs@openssh.com" and "fstatvfs@openssh.com" that implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=statvfs&sektion=2&format=html">statvfs(2)</a>-like operations. Also, add a "df" command to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> client to produce a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&sektion=1&format=html">df(1)</a>-like display of filesystem space and inode usage.
   <li>Extended the if_ethersubr.c CRC functions to support updating a running CRC in addition to the oneshot mode and also a speed improvement from marking some of the functions as "pure".
   <!-- 2008/04/17 -->
   <li>Make FTDI 2232L attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&sektion=4&format=html">uftdi(4)</a>.
   <li>Fix potential segfault in the Mesa i965 code due to a bad realloc.
   <li>Add missing monitor mode capability flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>.
   <li>For sparc64, make sure hardclock is called for every clock tick, even if we miss one.
   <li>Make the periodic <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&sektion=8&format=html">security(8)</a> run check for world-readable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a> check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostname.if&sektion=5&format=html">hostname.if(5)</a> files are not world readable before using them.
   <!-- 2008/04/16 -->
   <li>Fix the libc resolver to allow "_" in the middle of DNS name components.
   <li>Make the xf86-input-keyboard pick up the wscons keymap name to set up XkbLayout and XkbOptions if started without an xorg.conf.
   <li>Added a kernel implementation of the 4-way handshake and group-key handshake protocols of 802.11i, and a software implementation of TKIP and CCMP, making WPA/WPA2-PSK usable in both station and hostap modes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&sektion=4&format=html">bwi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&sektion=4&format=html">ural(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> timeout handling.
   <!-- 2008/04/15 -->
   <li>Add workaround for UltrasparcII clock tick management where stopping the clock would sometimes fail.
   <li>Added support for the Texas Instruments bq4802 real-time clock found on the Ultra-25 and Ultra-45 sparc64 machines.
   <li>Added untested support for LM76 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&sektion=4&format=html">lmtemp(4)</a> driver.
   <li>Added support for 2D acceleration on some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mgx&sektion=4&format=html">mgx(4)</a> video boards.
   <li>Enter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpa-psk&sektion=8&format=html">wpa-psk(8)</a>, a tool to generate WPA-PSK keys from the ssid and passphrase.
   <!-- 2008/04/14 -->
   <li>Reworked the NFS mbuf write routines.
   <!-- 2008/04/13 -->
   <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.
   <!-- 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>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>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>Fix crash in DRM code when it is enabled, but no device is attached when X tries to use it.
   <!-- 2008/04/11 -->
   <li>Synced pcc compiler with the master repository.
   <li>Fix bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> when the error was DL_NOT_FOUND for libs which were found but could not be loaded.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgrind&sektion=1&format=html">vgrind(1)</a> output to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groff&sektion=1&format=html">groff(1)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=troff&sektion=1&format=html">troff(1)</a>, so we end up with postscript output by default.
   <!-- 2008/04/10 -->
   <li>Added support for an "include" directive in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec.conf&sektion=5&format=html">ipsec.conf(5)</a> file.
   <li>Introduced mitigation for packet sending in the interface start routine.
   <li>Fix multicast packet and input bytes counting for ethernet devices being used by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&sektion=4&format=html">trunk(4)</a>.
   <li>Make sure the tty subsystem code scrubs stack-based buffers.
   <li>Rate limit FFS messages when it runs out of inodes/space to once every 2 seconds.
   <li>Make IPI sending on sun4v based Sparc64 machines use a single hypervisor call. Improves kernel compile times by 20%.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>, add support for recording through the mic jack on AD1984-based devices.
   <li>Added Microchip MCP 98242 temp sensor support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a>.
   <li>Added a -m flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cal&sektion=4&format=html">cal(4)</a> to show weeks starting on mondays.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4&format=html">ami(4)</a>, prevent phantom devices from appearing on the passthrough buses.
 <!-- 2008/04/09 -->  <!-- 2008/04/09 -->
   <li>Added untested support for Microchip MCP9805 JC-42.2 sensor to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a>.
   <li>Added support for NPX SE97 devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&sektion=4&format=html">sdtemp(4)</a> driver.
   <li>Improved support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> for shared libs at non-zero addresses.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a>, increase the buffer size sent to the fifo.
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=html">video(4)</a>. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a> is a driver for USB video devices and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=html">video(4)</a> is a device-independent layer implementing the V4L2 API.
   <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> fixes for hangs at boot and shutdown.
   <li>Make i386 MP kernels not grab biglock for syscalls marked SY_NOLOCK.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, sync the TX ring and post new packets to the chip once per call to the start routine instead of once per packet.
 <!-- 2008/04/08 -->  <!-- 2008/04/08 -->
 <li>Fix for sparc64 memory accesses, makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> work on T1000-based machines.  <li>Fix for sparc64 memory accesses, makes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> work on T1000-based machines.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8&format=html">rshd(8)</a> not call setpwent().  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8&format=html">rshd(8)</a> not call setpwent().

Legend:
Removed from v.1.1102  
changed lines
  Added in v.1.1103