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

Diff for /www/plus47.html between version 1.4 and 1.5

version 1.4, 2010/06/26 14:34:54 version 1.5, 2010/08/31 01:31:22
Line 57 
Line 57 
 <a href="plus44.html">4.4</a>,  <a href="plus44.html">4.4</a>,
 <a href="plus45.html">4.5</a>,  <a href="plus45.html">4.5</a>,
 <a href="plus46.html">4.6</a>,  <a href="plus46.html">4.6</a>,
   <a href="plus48.html">4.8</a>,
 <a href="plus.html">-current</a>.<br>  <a href="plus.html">-current</a>.<br>
 </h3>  </h3>
   
Line 184 
Line 185 
 <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.  <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
 <li>Overflow prevented in memprob.c by probing memory on machines reporting memory region greater than 32.  <li>Overflow prevented in memprob.c by probing memory on machines reporting memory region greater than 32.
 <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent loading a kernel not compiled for the platform we are running on.  <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent loading a kernel not compiled for the platform we are running on.
   <!-- 2009/11/29 -->
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> dependencies handling.
   <li>Improved Xenocara speed with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> on multiprocessor systems.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&sektion=4&format=html">uthum(4)</a>.
   <!-- 2009/11/28 -->
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&sektion=4&format=html">inteldrm(4)</a> able to save and restore its state on suspend/resume.
   <!-- 2009/11/27 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> print outer ipv6 addresses for encapsulated packets only if tcpdump is run with -v.
   <li>Moved MB_LEN_MAX into machine independent sys/limits.h ant set it to 4, to accommodate for future UTF-8 support (RFC 3629).
   <li>Make librthread detect when a thread is completely done with its stack without need of a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kqueue&sektion=2&format=html">kqueue(2)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setrdomain&sektion=2&format=html">setrdomain(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrdomain&sektion=2&format=html">getrdomain(2)</a> system calls to libc.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a> by using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=queue&sektion=3&format=html">queue(3)</a> macros. It greatly enhances speed of freeing chunks in reverse or random order at the cost of a little space.
   <li>Added SIGTHR (Thread AST) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=3&format=html">signal(3)</a> for librthread. It is used for interthread ASTs for cancelation and suspension.
   <!-- 2009/11/26 -->
   <li>Fixed SNMP trap interface in snmpd.
   <li>Added support for `set origin` in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf&sektion=5&format=html">bgpd.conf(5)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, emulated il1, dl1, ich1 to run with vt100 feature set.
   <li>Reduced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a> latency.
   <li>Allowed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=html">uaudio(4)</a> USB xfer requests to use up to 16 frames per xfer, depending on blocksize.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> interfaces re-initialize on suspend only if they were running.
   <li>Fixed an issue where 82573L based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> devices had long latencies on the recieved packets.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4&format=html">siop(4)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiec&sektion=4&format=html">acpiec(4)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
   <!-- 2009/11/25 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> keys for application and number keypad modes.
   <li>Improved the scheduler.
   <li>Added support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> interfaces found on Intel EP80579 SoC.
   <li>Added support for Thinkpad suspend button in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&sektion=4&format=html">acpithinkpad(4)</a>.
   <li>Better handling of notification types in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpibtn&sektion=4&format=html">acpibtn(4)</a> for LID and Sleep button.
   <li>Re-added uvm_objwire() and uvm_objunwire() in the kernel.
   <li>Added support for include in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd.conf&sektion=5&format=html">ospfd.conf(5)</a>.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4&format=html">ukbd(4)</a>.
   <!-- 2009/11/24 -->
   <li>Implemented smp_malloc() on sgi platform.
   <li>Removed battery insert/removal reports from dmesg.
   <li>Added event framework to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a>.
   <li>Added a -p flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> to display-message to print the output rather than displaying in the status line.
   <li>Make i386 and amd64 ACPI machine-dependent parts save FPU state before suspend.
   <li>In Xenocara, updated xf86-video-openchrome to version 0.2.904, xf86-video-radeonhd to 1.3.0.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsconsctl&sektion=8&format=html">wsconsctl(8)</a> preserve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmouse&sektion=4&format=html">wsmouse(4)</a> rawmode when setting scale.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> abort suspend on SMP systems until it is written.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eephy&sektion=4&format=html">eephy(4)</a> properly re-initialise PHY upon resume.
   <li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&sektion=9&format=html">mbuf(9)</a> leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>.
   <li>Implemented support for suspend/resume in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
   <li>Changed libc ENOTSUP's <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strerror&sektion=3&format=html">strerror(3)</a> to "Not supported".
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&sektion=4&format=html">uthum(4)</a> in i386 and amd64 GENERIC kernels.
   <li>Allowed the passphrase to be changed on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> crypto volumes.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a> save state on suspend and restore that state and the bridge windows on resume such that devices behind bridges get a chance to work after resume.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> hardware polling interval calculation.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&sektion=4&format=html">rtw(4)</a> detach.
   <!-- 2009/11/23 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a> detachable.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> handle suspend failure.
   <li>Prevented interrupts storm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> when the radio switch is turned off while the interface is up and running by properly clearing the condition.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uthum&sektion=4&format=html">uthum(4)</a> device driver for TEMPerHUM USB temperature and humidity sensor.
   <li>Suppressed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhidev&sektion=4&format=html">uhidev(4)</a> warning message for polling only HID devices.
   <li>Implemented a new raw mode in Xenocara xf86-input-ws.
   <li>Added suspend/resume bits for intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&sektion=4&format=html">drm(4)</a>.
   <li>Added config_activate_children() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&sektion=4&format=html">ppb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&format=html">bios(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> and on i386 and amd64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mainbus&sektion=4&format=html">mainbus(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bios&sektion=4&format=html">bios(4)</a>.
   <li>Improved the Ethernet software status link.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> ioctl.
   <li>Enabled by default suspend/resume paths in the i386 and amd64 kernels.
   <li>Added new config_suspend() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> and improved its suspend/resume state.
   <li>Make config_activate_children() more useable as a suspend-and-resume device tree walker and added config_suspend() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoconf&sektion=9&format=html">autoconf(9)</a> subroutines and in the kernel device structures.
   <li>Added new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a> type modems: Softbank C01SW (Sierra OEM) and Emobile H12HW (Huawei OEM).
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> creation key before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a> and make sshd the first of the network daemons so that it can be used if another daemon stops in its tracks.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> work on sparc46.
   <li>Added NetMos NM9901 multiple peripheral board support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4&format=html">pckbd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpihpet&sektion=4&format=html">acpihpet(4)</a> suspend/resume.
   <li>Prepared future <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> suspend/resume.
   <!-- 2009/11/22 -->
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8&format=html">brconfig(8)</a>, all its fonctionality is now in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
   <li>Stopped supporting bridgename.bridge* files in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstart&sektion=8&format=html">netstart(8)</a>, and moved them to hostname.bridge* files.
   <li>Don't repeat <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&sektion=8&format=html">iostat(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vmstat&sektion=8&format=html">vmstat(8)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a> banner if not a tty. Added a -c count option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=html">netstat(1)</a>.
   <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brconfig&sektion=8&format=html">brconfig(8)</a> into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>.
   <li>Advanced work on amd64 for future suspend/resume.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&sektion=4&format=html">drm(4)</a> intel GEM Buffer stop growing too much.
   <li>Make amd64 use Intel Enhanced SpeedStep even if the CPU model is not known.
   <li>Reimported xf86-input-usbtablet, xf86-input-ws in Xenocara.
   <li>Fixed ifconfig -a vs. ifconfig -A and make ifconfig without any arg behave like ifconfig -a.
   <li>Added basic suspend/resume <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autoconf&sektion=9&format=html">autoconf(9)</a> functionnality.
   <li>Added SMP support on MIPS clock.
   <li>Removed flash option by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vi&sektion=1&format=html">vi(1)</a> and put the beep again. The beep is faster on old machines.
   <li>Make sur chunks are not already in use when creating a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&sektion=4&format=html">softraid(4)</a> volume.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>.
   <li>Many Xenocara updates: xf86-input-acecad to version1.4.0, xf86-input-vmmouse to 12.6.5, xf86-input-void to version 1.3.0, xf86-input-joystick 1.5.0, xf86-video-apm to 1.2.2, xf86-video-ark to 0.7.2, xf86-video-ast 0.89.9, xf86-video-chips to 1.2.2, xf86-video-cirrus to 1.3.2, xf86-video-dummy to 0.3.2, xf86-video-i740 to 1.3.2, xf86-video-neomagic to 1.2.4, xf86-newport to 0.2.3, xf86-video-r128 to 6.8.1, xf86-video-rendition to 4.2.3, xf86-video-s3 to 0.6.3, xf86-video-s3virge to 1.10.4, xf86-video-savage to 2.3.1, xf86-video-siliconmotion to 1.7.3, xf86-video-sis to 0.10.2, xf86-video-sisusb to 0.9.3, xf86-video-tdfx to 1.4.3, xf86-video-tga to 1.2.1, xf86-video-trident to 1.3.3, xf86-video-tseng to 1.2.3, xf86-video-vesa to 2.2.1, xf86-video-vmware to 10.16.8, xf86-video-voodoo to 1.2.3,
   <li>Make passing of zero-length arguments to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> safe by passing "-&lt;switch&gt;" "&lt;value&gt;" rather than "-&lt;switch&gt;&lt;value&gt;".
   <li>Probed modes for SATA disks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4&format=html">wdc(4)</a>, make CF behind SATA work and gives more speed to things like SSDs that do UDMA 6.
   <li>Added a lot of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> and counter manipulation to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> partial update update only their dep tree.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> update less verbose.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> to solve more dependencies on the fly.
   <li>Fixed RTS/CTS and CTS-to-self protection modes, fixed 802.11a TXTIME computation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
 <!-- 2009/11/21 -->  <!-- 2009/11/21 -->
 <li>Fixed uninitialized variables in db_stack_trace_print() on mips64 machine-dependent initialization.  <li>Fixed uninitialized variables in db_stack_trace_print() on mips64 machine-dependent initialization.
 <li>implemented mplock and rw_cas for the mips64 platform.  <li>implemented mplock and rw_cas for the mips64 platform.
Line 764 
Line 860 
 <a href="plus44.html">4.4</a>,  <a href="plus44.html">4.4</a>,
 <a href="plus45.html">4.5</a>,  <a href="plus45.html">4.5</a>,
 <a href="plus46.html">4.6</a>,  <a href="plus46.html">4.6</a>,
   <a href="plus48.html">4.8</a>,
 <a href="plus.html">-current</a>.<br>  <a href="plus.html">-current</a>.<br>
 <br>  <br>
 </h3>  </h3>

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