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

Diff for /www/plus.html between version 1.1263 and 1.1264

version 1.1263, 2013/01/16 12:27:06 version 1.1264, 2013/01/25 08:40:30
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/01/20 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> TCP sequence number tracking less strict by one octet for FIN packets. Previously a packet with the FIN bit set and containing data that fits exactly into the announced window was blocked.
   <li>Properly handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wcsftime&manpath=OpenBSD%20Current&sektion=3&format=html">wcsftime(3)</a> "%%" and "%N" where N is not a supported escape. Consistent with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strftime&manpath=OpenBSD%20Current&sektion=3&format=html">strftime(3)</a> behaviour.
   <li>Stopped the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> driver from trying to restore text mode on PALM and newer chip generations, as it won't succeed.
   <li>Fixed backslash escaping during filename tab-completion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&manpath=OpenBSD%20Current&sektion=1&format=html">ksh(1)</a>.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viomb&manpath=OpenBSD%20Current&sektion=4&format=html">viomb(4)</a> to amd64 generic kernel.
   <!-- 2013/01/19 -->
   <li>Avoid chance of divide by zero in _dl_findhint() if the administrator reruns <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ldconfig(8)</a> with bogus paths.
   <!-- 2013/01/18 -->
   <li>Much faster <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> -E: if the "raw" contents file doesn't contain the last part of the filename, then don't parse plist.
   <li>Relax the restriction on sending frames to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&manpath=OpenBSD%20Current&sektion=4&format=html">trunk(4)</a> members to allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> writes.
   <li>Converted softraid concat, crypto, and RAID0 to new workunit completion functions.
   <!-- 2013/01/17 -->
   <li>Ensure we remove workunit from the pending queue and restart deferred workunits for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID0, even in error conditions.
   <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID1 to new ccb functions.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> "-L" to specify file storing offer/leases. Allows access to dhcp option information that was formerly passed to dhclient-script.
   <li>Constrained the amount of kernel memory used by NTFS.
   <li>Added global lock enter and leave routines to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a>.
   <li>Reset I/O counters when releasing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> ccbs.
   <li>Update the ARM CPU ID information as the IDs aren't vendor/product specific, they are specific to the ARM CPUs themselves.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> will now try harder to clear out default routes on the interface being configured.
   <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&manpath=OpenBSD%20Current&sektion=5&format=html">sshd_config(5)</a> Key Revocation Lists (KRLs), a compact way to represent lists of revoked keys and certificates.
   <li>Don't re-calculate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> vlan tag repeatedly through the descriptor loop.
   <li>Don't try to access <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> m_head after it may be freed (unlikely for VT6105M, but possible).
   <li>Ensure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> hiwat is less than the size of the ring buffer, ensuring a bit of space for kernel ^T handling and such.
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> for pandaboards.
   <li>Do not allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> cursor colours to be set beginning with ? as that will report the colour.
   <li>Allow the kernel to directly transfer UDP data from one socket to another.
   <li>Allow two minutes until <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> neighbour adjacencies are formed; transmit correct state to RDE; do not send IMSG_LS_UPD if we have no links; and improved snapshot handling.
   <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a> point-to-point interfaces, send lsupdates to the interface address (see RFC 2328, 13.3(5)).
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&manpath=OpenBSD%20Current&sektion=8&format=html">ospfd(8)</a>, check for state != NBR_STA_XCHNG even if the RDE has processed all received DDs (dd_pending == 0), in case the peer still sends more DD messages.
   <li>Imported xf86-video-modesetting 0.6.0 for KMS testing.
   <!-- 2013/01/16 -->
   <li>Display some more flags and subtypes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a>, especially flags used in power saving mode.
   <li>Converted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> concat and RAID 0 to the new ccb functions.
   <li>Fixup printing of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&manpath=OpenBSD%20Current&sektion=8&format=html">bgpd(8)</a> rdomain configs to add network statements and only print the description if it is set.
   <li>Allow amd64 to hibernate with up to 64GB physical memory.
   <li>Force three newest generations of Intel SATA chipsets into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=achi&manpath=OpenBSD%20Current&sektion=4&format=html">achi(4)</a> mode. Makes the DVD drive and other devices on MacBook Pro with bootcamp more reliable.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=a.out&manpath=OpenBSD%20Current&sektion=5&format=html">a.out(5)</a> coredumps by using RB_FOREACH_SAFE in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&manpath=OpenBSD%20Current&sektion=9&format=html">uvm(9)</a>.
   <li>Revert unconditionally registering the cpu throttling code on all loongson 2F systems, as the gdium does not have a separate scheduling clock yet.
   <li>Do not register the mips64 internal cpu timer-based timecounter if we support cpu throttling.
   <li>Properly distinguish /<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&manpath=OpenBSD%20Current&sektion=8&format=html">boot(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=biosboot&manpath=OpenBSD%20Current&sektion=8&format=html">biosboot(8)</a> in i386 and amd64 informational and error messages.
   <li>Unbreak the negation toggle code when re-loading <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> tables, so negating existing entries on re-load will work.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&manpath=OpenBSD%20Current&sektion=5&format=html">terminfo(5)</a> entries for rxvt-unicode and rxvt-unicode-256color.
   <li>Added cpu throttling support to the loongson 2F systems.
   <li>Added a new capability flag to identify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> disciplines where read failures are not necessarily terminal (i.e. we have redundancy).
   <!-- 2013/01/15 -->
   <li>Added hardware VLAN tag/untag support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M chips.
   <li>Don't tell the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> privileged process to discard active_addr if there is a pending address addition. Fixes "routehandler: interface address added" messages and premature exiting.
   <li>Added hardware VLAN tag/untag support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> VT6105M chips.
   <li>Keep a count of packets added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> TX queue and only poke the chip if we've added a packet.
   <li>Added a stat clock for the lemote loongson machines, to show more accurate cpu usage statistics.
   <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV to process owner and root.
   <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> ECH (erase character, CSI X).
   <li>Per group support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=authpf&manpath=OpenBSD%20Current&sektion=8&format=html">authpf(8)</a> rules files added to /etc/authpf/groups.
   <li>If timing between keys is less than 1 millisecond, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will assume the text is being pasted. "assume-paste-time" option changes the value.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=as&manpath=OpenBSD%20Current&sektion=1&format=html">as(1)</a> to correctly assemble PIC code.
   <li>Switch memory filesystem to bufq. This gives us queue limits and uses FIFO queueing (rather than the current LIFO queueing).
   <li>Process <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_linux&manpath=OpenBSD%20Current&sektion=8&format=html">compat_linux(8)</a> futex requeuing even when the thread times out or is signalled.
   <li>Fixed netinet6 to stop flushing prefixes of autoconfigured IPv6 addresses with "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&manpath=OpenBSD%20Current&sektion=8&format=html">ndp(8)</a> -P" causing an uvm fault.
   <!-- 2013/01/14 -->
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">mount_msdos(8)</a> FAT setattr handling more consistent about unsupported attributes, making it more user-friendly.
   <li>Allow multiple coredumps can be saved at the same time.
   <li>Map the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> registers prefetchable so things that can do write combining will attempt to.
   <li>Avoid extra bus_space barriers in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> interrupt handler.
   <li>Stopped using separate interrupt handlers for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> ports. Ensures second port does not get starved.
   <li>Accept both types of etherip rev 3, but continue sending old format. First step of transitioning (over two releases) to new ietf specification.
   <li>Updated to: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=editres&manpath=OpenBSD%20Current&sektion=1&format=html">editres(1)</a> 1.0.6; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=showfont&manpath=OpenBSD%20Current&sektion=1&format=html">showfont(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viewres&manpath=OpenBSD%20Current&sektion=1&format=html">viewres(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xconsole&manpath=OpenBSD%20Current&sektion=1&format=html">xconsole(1)</a> 1.0.5; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xedit&manpath=OpenBSD%20Current&sektion=1&format=html">xedit(1)</a> 1.2.1; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xgc&manpath=OpenBSD%20Current&sektion=1&format=html">xgc(1)</a> 1.0.4; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmessage&manpath=OpenBSD%20Current&sektion=1&format=html">xmessage(1)</a> 1.0.4 and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xmag&manpath=OpenBSD%20Current&sektion=1&format=html">xmag(1)</a> 1.0.5.
   <li>On loongson, added a driver for the mfgpt1 clock found on lemote and use as system clock; replaced system clock provided by the cpu with a mfgpt to allow cpu throttling; changed the frequency value of hz from 100 to 128.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to 1.2.6.
   <li>Track, reject and blackhole <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&manpath=OpenBSD%20Current&sektion=8&format=html">ospf6d(8)</a> routes and allow them to be redistributed even though they point to the loopback.
   <li>Free the directory block buffer at the completion of a readdir, significantly reducing NTFS kernel memory usage.
 <!-- 2013/01/13 -->  <!-- 2013/01/13 -->
 <li>When posting descriptors to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.  <li>When posting descriptors to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> chips rings, do multiple writes before calling the bus_space barrier.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.  <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a>'s lease validate option data and discard bad options before checking if any required options are missing.
Line 1124 
Line 1196 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1263  
changed lines
  Added in v.1.1264