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

Diff for /www/plus.html between version 1.1280 and 1.1281

version 1.1280, 2013/04/05 08:17:08 version 1.1281, 2013/04/12 00:55:29
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/04/07 -->
   <li>Make the netinet6 SO_BINDANY socket option also work for raw IPv6 sockets.
   <!-- 2013/04/06 -->
   <li>Check BGE_SGDIG_STS when the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&manpath=OpenBSD%20Current&sektion=4&format=html">bge(4)</a> chip is NOT a 5717 A0.
   <li>Added an -E option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> to append debugging logs to a specified file instead of stderr or syslog.
   <li>Turn a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> error into a warning to be able to start l2tp tunnels even if <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&manpath=OpenBSD%20Current&sektion=4&format=html">gre(4)</a> is not allowed.
   <!-- 2013/04/05 -->
   <li>Removed the rthreads <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a>, as they are always enabled.
   <li>The new resolver will now not fail on EINTR.
   <!-- 2013/04/04 -->
   <li>Extend <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&manpath=OpenBSD%20Current&sektion=4&format=html">com(4)</a> to enable com3 on both i386 and amd64 (com4 config is added, but disabled).
   <li>Cleanup <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> mux-created channels that are in SSH_CHANNEL_OPENING state too (in addition to ones already in OPEN); bz#2079.
   <li>Use the existing _PATH_SSH_USER_RC define to construct the other <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> pathnames; bz#2077.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> support for "d" floating-point suffix, as defined by draft N1312 of TR 24732.
   <li>Do not allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=listen&manpath=OpenBSD%20Current&sektion=2&format=html">listen(2)</a> syscall for an already connected socket, as this would create a weird set of states in TCP.
   <li>Fixed ufs bug where clear_remove() and clear_inodedeps() would not iterate over the entire pagedep and inodedep hash tables.
   <li>Snapshots for the octeon platform are available now.
   <li>Show only available actions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script usage messages. Also, clean up the display of actions list.
   <!-- 2013/04/03 -->
   <li>Make the resolver properly follow the CNAME chain in reverse lookups.
   <li>Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure resolver doesn't trigger SIGPIPE.
   <li>Honour PATH search order for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a>'s exec.
   <li>Other window managers grab the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> during the whole client setup process, so make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> match. Avoids race conditions.
   <li>Make it possible for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> to explicitly specify the number of vcpus and the amount of memory for the primary domain. Also prevents people mistakenly creating two domains named "primary".
   <!-- 2013/04/02 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> EDID detailed timing vsync parsing and frame rate.
   <li>Backout <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> commit, which introduced a bogus check that could lead to an infinite loop in some eDP setups.
   <li>Reverted rev 1.21, to fix a race condition where multiple <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdir&manpath=OpenBSD%20Current&sektion=1&format=html">mkdir(1)</a> -p's trying to create overlapping paths in parallel could error out.
   <li>Re-implemented tcp_read() in the resolver, so it can get the packet length in multiple reads.
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&manpath=OpenBSD%20Current&sektion=4&format=html">tht(4)</a> set IFF_ALLMULTI when in promisc mode.
   <li>Set the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nxe&manpath=OpenBSD%20Current&sektion=4&format=html">nxe(4)</a> IFF_ALLMULTI flag as appropriate.
   <li>Removed Evergreen IDs incorrectly added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> radeondrm in the past.
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> log format to fix a warning.
   <!-- 2013/04/01 -->
   <li>A large number of subsystems and utilities adjusted to use large time_t.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpithinkpad&manpath=OpenBSD%20Current&sektion=4&format=html">acpithinkpad(4)</a> now ignores power change event from the newer thinkpads groups.
   <li>Allow raw IPv6 sockets for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&manpath=OpenBSD%20Current&sektion=4&format=html">ipsec(4)</a> protocols, to match IPv4.
   <li>If more than one lookup line is found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a>, the latest one takes precedence.
   <li>The resolver will now properly check for domain name truncation at various places and fail if that happens.
   <li>Build mips kernels with -G 0 so it will link.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&arch=sparc64&format=html">ldomctl(8/sparc64)</a> for some UltraSPARC T2 firmware which need "rngs" and "rng" nodes in the Hypervisor machine description.
   <li>Avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdiff&manpath=OpenBSD%20Current&sektion=1&format=html">sdiff(1)</a> memory leak while parsing diff's output.
   <li>Enable the use of getaddrinfo() in libxcb, to allow X11 clients to talk to a remote server over IPv6 again.
   <li>Added octeon as a supported hardware platform.
   <li>Fix so the hp300 boot blocks compile again.
   <li>Validate the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> crypto I/O request when it is first received, rather than waiting until disk I/O is performed.
 <!-- 2013/03/31 -->  <!-- 2013/03/31 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setrlimit&manpath=OpenBSD%20Current&sektion=2&format=html">setrlimit(2)</a> return EINVAL if rlim_cur > rlim_max, per POSIX.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setrlimit&manpath=OpenBSD%20Current&sektion=2&format=html">setrlimit(2)</a> return EINVAL if rlim_cur > rlim_max, per POSIX.
 <li>Added a default .cvsrc for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> to /etc/skel.  <li>Added a default .cvsrc for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&manpath=OpenBSD%20Current&sektion=1&format=html">cvs(1)</a> to /etc/skel.
Line 349 
Line 395 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1280  
changed lines
  Added in v.1.1281