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

Diff for /www/plus.html between version 1.1121 and 1.1122

version 1.1121, 2008/10/09 18:19:06 version 1.1122, 2008/10/12 07:16:43
Line 66 
Line 66 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2008/10/05 -->
   <!-- 2008/10/04 -->
   <li>Added a pciutils like pci.ids file in xenocara for libpciaccess.
   <li>When closing the video stream in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&sektion=4&format=html">uvideo(4)</a>, switch back to the default interface as a last action.
   <!-- 2008/10/03 -->
   <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> avoid splitting up regions when purging stuff from the cache and also, when increasing the size of an allocation, try mapping the region next to the existing one first.
   <li>For amd64 DDB, make extra CPUs 'hlt' instead of spin in a tight loop.
   <li>Added new -D option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd-setup&sektion=8&format=html">spamd-setup(8)</a> to daemonize on early startup.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=quiz&sektion=6&format=html">quiz(6)</a>, fix long group handling.
   <li>64-bit fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adventure&sektion=6&format=html">adventure(6)</a> save files.
   <!-- 2008/10/02 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigwait&sektion=3&format=html">sigwait(3)</a> work correctly for some cases where the signal could be diverted but <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigwait&sektion=3&format=html">sigwait(3)</a> would still block.
   <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&sektion=8&format=html">ppp(8)</a> "set reconnect random 0".
   <li>Cleanup of ethernet <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2&format=html">ioctl(2)</a> handling, also makes drivers return the correct errno of ENOTTY instead of EINVAL/ENXIO when encountering unknown ioctl's.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mmap&sektion=2&format=html">mmap(2)</a> error checking to be correct 64-bit addresses.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4&format=html">auvia(4)</a> ring descriptor problem by not using the 256th descriptor.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=huntd&sektion=6&format=html">huntd(6)</a> and add -b option to allow it to run in the background.
   <li>Added the IBM 4810 SCC to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a> devices.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> when using sticky-address and a matching pass rule uses reply-to.
   <li>Make closed, disconnected or otherwise failed sockets still return stat information.
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> "set state-defaults X" to list state options to apply to all rules which do not have explicit "keep state" rules.
   <!-- 2008/10/01 -->
   <li>Added POSIX character class support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fnmatch&sektion=3&format=html">fnmatch(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&sektion=3&format=html">glob(3)</a>.
   <li>Make sure received IPv6 neighbor solicitations which isn't from the unspecified address match one of the interfaces address prefixes.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockspool&sektion=1&format=html">lockspool(1)</a> use the real uid instead of getlogin().
   <li>Fix in the libc DB code for sequential retrieval failures when using large key/data pairs.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiasus&sektion=4&format=html">acpiasus(4)</a> handle the two ACPI events sent from the display cycle key.
   <li>Better stability for hppa machines by more aggressive cache flushing.
   <!-- 2008/09/30 -->
   <li>Provide a scsi probe hook in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> that checks if an atapi device is plugged into SAS <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> variants.
   <li>Make the macppc properly count memory where OpenFirmware reports zero-sized entries in between filled memory banks.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=w&sektion=1&format=html">w(1)</a> properly display files with embedded colons being transferred via ftp.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8&format=html">ftpd(8)</a> always say "User %s access denied" in all cases to avoid problems when parsing the results. Also do not close the connection on 530 results.
   <li>Fix "-m mode" in conjunction with the -p flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&sektion=1&format=html">mkdir(1)</a>.
   <li>Fix occasional mfs-related panic on reboot.
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a> gopher code.
   <!-- 2008/09/29 -->
   <li>Added Xinerama and XRandR dual head support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> to sparc64 GENERIC and RAMDISK kernels.
   <li>Added I-O DATA PCET/TX-R to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a> devices.
   <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&sektion=8&format=html">syslogd(8)</a> in debug mode, prevent closing of random file descriptor.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> to 5.10.0.
   <li>Fix logic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> where IPv6 prefixes would match on a simple "deny from any prefix 0.0.0.0/0".
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> JMicron Ethernet on amd64 and i386 GENERIC and RAMDISK kernels.
   <li>Use pools to do memory allocations for all sizes that are less or equal to the page size.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> to listen on a port range for redirections.
   <li>Make it possible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> to learn new interfaces during runtime.
   <!-- 2008/09/28 -->
   <li>Make sure we clear the PF state key when a IP (v4 or v6) exits a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> tunnel.
   <!-- 2008/09/27 -->
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4&format=html">isp(4)</a> 12160 firmware from 10.04.32 to 10.04.41.
   <li>Initial implementation of 802.11x PMKSA caching and pre-authentication.
 <!-- 2008/09/26 -->  <!-- 2008/09/26 -->
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html">agp(4)</a> to attach Intel Q35 integrated video.
 <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> to add an additional restricted control socket.  <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a> to add an additional restricted control socket.
 <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for proxies with password.  <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> for proxies with password.
 <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> driver for the JMicron JMC250/260 Ethernet controllers.  <li>Added a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&sektion=4&format=html">jme(4)</a> driver for the JMicron JMC250/260 Ethernet controllers.
Line 140 
Line 193 
 <li>Fix printing by group name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.  <li>Fix printing by group name in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>, a NetFlow v5 compatible flow export interface.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&sektion=4&format=html">pflow(4)</a>, a NetFlow v5 compatible flow export interface.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a> recognize Marvell 88E1116R Gig PHY.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a> recognize Marvell 88E1116R Gig PHY.
 <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> option so it can get only newer files (-n) and specify maxdepth (-d) of recurrence.  <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a> option so it can get only newer files (-n) and specify maxdepth (-d) of recurrence.
 <li>Enable support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a> for %a, %A and %F.  <li>Enable support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=1&format=html">printf(1)</a> for %a, %A and %F.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=1&format=html">vmstat(1)</a> show InUse rather than Releases for pools.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=1&format=html">vmstat(1)</a> show InUse rather than Releases for pools.
 <li>Fixed link state issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.  <li>Fixed link state issue in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a>.
 <!-- 2008/09/07 -->  <!-- 2008/09/07 -->
 <li>Update code for relative priorities of 802.3 Selector Field value so 100Base-T4 does not have higher priority than 100Base-TX Full duplex.  <li>Update code for relative priorities of 802.3 Selector Field value so 100Base-T4 does not have higher priority than 100Base-TX Full duplex.
 <li>Major libm overhaul.  <li>Major libm overhaul.
 <li>Updated inputproto to 1.4.4 and xinput to 1.3.0  <li>Updated inputproto to 1.4.4 and xinput to 1.3.0.
 <!-- 2008/09/06 -->  <!-- 2008/09/06 -->
 <li>Allow some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> set-style commands to have zero arguments.  <li>Allow some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> set-style commands to have zero arguments.
 <li>Updated OpenSSL to 0.9.8h.  <li>Updated OpenSSL to 0.9.8h.

Legend:
Removed from v.1.1121  
changed lines
  Added in v.1.1122