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

Diff for /www/plus.html between version 1.808 and 1.809

version 1.808, 2002/01/20 11:59:31 version 1.809, 2002/01/26 20:53:50
Line 55 
Line 55 
 <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>  <h3><font color=#0000e0>We are working on OpenBSD-current.</font></h3><p>
 <ul>  <ul>
 <li>Upgrade to XFree86 <a href="http://www.xfree86.org/4.2.0/RELNOTES.html">4.2.0</a></li>  <li>Upgrade to XFree86 <a href="http://www.xfree86.org/4.2.0/RELNOTES.html">4.2.0</a></li>
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mixerctl&sektion=1">mixerctl(1)</a>, only open the mixer with RDWR when really need
   d.
   <li>Enforce sane port ranges in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> rule parsing logic.
   <li>Obey POSIX and don't update the modification time of the file if a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=write&sektion=2">wr
   te(2)</a> is done with a length of zero bytes.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> rules to be identified by arbitrary labels.
   <li>Support the HiFn 7811 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a> driver.
   <li>Add ELF support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=modload&sektion=8">modload(8)</a>, among other improvements.
   <li>Support flags for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8">savecore(8)</a> in <a href="http://www.openbsd.o
   g/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>.
   <li>Recognize a &quot;no&quot; keyword in the nat/rdr/binat syntax of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nat.conf&sektion=5">
   at.conf(5)</a> to avoid translation.
   <li>Allow a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&sektion=1">cvs(1)</a> tagname to be expanded during checkout, export, and
   pdate to be specified on the command line.
   <li>Repair behaviour of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&sektion=4">ip(4)</a> over <a href="http://www.openbsd.org/cgi-b
   n/man.cgi?query=ip6&sektion=4">ip6(4)</a> tunneling when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a>.
   <li>Clean up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lkm&sektion=4">lkm(4)</a> subsystem.
   <li>Consistantly use SIG_DFL instead of SIG_IGN to disable a SIGCHLD <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signal&sektion=3">sig
   al(3)</a> handler.
   <li>Do not allow root to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login&sektion=1">login(1)</a> via an insecure tty even if the aut
    method does not use plaintext passwords.
   <li>Don't let root change its password via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_chpass&sektion=8">login_chpass(8)</a> and
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_lchpass&sektion=8">login_lchpass(8)</a>.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbtablet&sektion=4">usbtablet(4)</a>, input support in XF4 for <a href="http://ww
   .openbsd.org/cgi-bin/man.cgi?query=usb&sektion=3">usb(3)</a> devices.
   <li>Avoid hanging x11 channels in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> with rejected cookies.
   <li>ssh(1) protocol 2 HostKey default becomes /etc/ssh_host_rsa_key and /etc/ssh_host_dsa_key.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=3">usb(3)</a> devices for sparc64.
   <li>Add a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&sektion=1">m4(1)</a> based <a href="http://www.openbsd.org/cgi-bin/man.cg
   ?query=makedev&sektion=8">makedev(8)</a> generation system.
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8">fdisk(8)</a> remove references to the NT serial number when writ
   ng to the MBR.
   <li>Handle truncation to the middle of a file hole in FFS.
   <li>Update <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a> to 1.6.4.
   <li>Add more commands to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4">ddb(4)</a>.
   <li>Fix PT_{READ,WRITE}_{I,D} on sparc64.
   <li>Migrate regression tests to a new, unified framework.
   <li>Ensure correct alignment in some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4">bridge(4)</a> code.
   <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3">pthreads(3)</a> fixes: only poll file descriptors when needed
    use scheduling ticks for better timing, and avoid a polling related overflow.
   <li>Only require write permission in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> and <a href="http://www.openb
   d.org/cgi-bin/man.cgi?query=pfctl&sektion=8">pfctl(8)</a> when modifying.
   <li>Various <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=od&sektion=1">od(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?qu
   ry=hexdump&sektion=1">hexdump(1)</a> fixes and POSIXification.
   <li>Rename libusb to libusbhid.
   <li>Enable RAIDFrame auto-configuration.
   <li>Ignore the RSH environment variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdist&sektion=1">rdist(1)</a> if it is empty.
   <li>Correctly retain <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yp&sektion=8">yp(8)</a> bindings in <a href="http://www.openbsd.org/c
   i-bin/man.cgi?query=ypbind&sektion=8">ypbind(8)</a> when using more than two domains.
   <li>Plug a memory leak in the EPRT command of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&sektion=8">ftpd(8)</a>.
   <li>Repair hex mode output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=skey&sektion=1">skey(1)</a>.
   <li>Default to using the non-blocking behaviour on new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=accept&sektion=2">accept(2)</a> soc
   ets.
   <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&sektion=1">tty(1)</a> related panics caused by the session pointer code.
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> and family exit on <a href="http://www.openbsd.org/cgi-
   in/man.cgi?query=openssl&sektion=1">openssl(1)</a> allocation failures.
   <li>Only require the -t option when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1">ssh-keygen(1)</a> to gener
   te keys.
   <li>Don't examine the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> header of non-tcp packets in PPP.
   <li>Strengthen permissions on ppp.conf.sample.
   <li>Use constant bitmasks as opposed to bitfields in the mmu segment and page table structure for mvme88k.
 <li>Correctly print the payload string of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> RST segments when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> is verbose.  <li>Correctly print the payload string of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4">tcp(4)</a> RST segments when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a> is verbose.
 <li>Implement a scalable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9">timeout(9)</a> mechanism with constant-time add and delete.  <li>Implement a scalable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=timeout&sektion=9">timeout(9)</a> mechanism with constant-time add and delete.
 <li>Let mvme68k systems lacking a configured pcc device compile.  <li>Let mvme68k systems lacking a configured pcc device compile.

Legend:
Removed from v.1.808  
changed lines
  Added in v.1.809