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

Diff for /www/plus.html between version 1.989 and 1.990

version 1.989, 2005/12/05 20:27:14 version 1.990, 2005/12/20 07:38:12
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2005/12/20 -->
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&arch=macppc&sektion=4">tpms(4)</a>,
   an Apple touchpad driver for the newer PowerBooks and Ibooks.
   <li>Add %hhd format to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=printf&sektion=3">*printf(3)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a> and %z to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scanf&sektion=3">*scanf(3)</a>.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichiic&sektion=4">ichiic(4)</a>,
   Intel ICH SMBus driver to be used with the
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&sektion=4">iic(4)</a> framework.
   <li>libresolv has been removed.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&sektion=4">ipmi(4)</a>
   bugs which had caused instabilities and crashes during boot on some machines.
   <li>Initial support for an Nvidia nforce ethernet driver (nfe), not yet
   functional.
   <li>Prevent recursive interrupts with an i386 MP kernel which lead to
   kernel stack overflow under heavy network interrupt load.
   <li>Add M-x <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint</a>
   mode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1">mg(1)</a>.
   <li>Fix a huge delay attaching
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&arch=macppc&sektion=4">adb(4)</a>
   on some macppc machines.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8">hostapd(8)</a>,
   add an option to increase the multicast TTL so one can use inter-network
   multicast forwarding of hostapd messages.
   <li>Compile all system libraries with
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a> -g
   to aid in the debugging usefulness of a default system.
   <li>Do not allow setuid/setgid processes to open /dev/fd/# (see
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fd&sektion=4">fd(4)</a>),
   as documented in
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=issetugid&sektion=2">issetugid(2)</a>.
   <li>Fix ISC <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nslookup&sektion=1">nslookup(1)</a>
   to print the ">" prompt to stdout as historically done, as scripts depend on this
   behaviour.
   <li>Add support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4">tun(4)</a>
   forwarding over <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> -
   a simple way to use OpenSSH for ad hoc virtual private network connections, like secure
   wireless access.
   <li>Remove fdescfs (file-descriptor file system).
   <li>Add IPIP support to
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>
   to tunnel IP traffic over IP without setting up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4">gif(4)</a> interfaces.
   <li>Add support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr(4)</a>
   to tune the channel via
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&sektion=4">radio(4)</a> and
   the corresponding features to
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radioctl&sektion=1">radioctl(1)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&sektion=1">top(1)</a>,
   add support for toggling thread viewing (-T option).
   <li>Beginning support for kernel threads (rthreads), non-default for now.
   The implementation uses
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rfork&sektion=2">rfork(2)</a>
   to create threads, and there are several new syscalls added to facilitate
   a userland thread library.
   <li>Add threads support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1">gdb(1)</a>.
   <li>More <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1">lint(1)</a>
   hacking, recognise gcc __attribute__(x) and other noise-reducing improvements.
 <!-- 2005/12/02 -->  <!-- 2005/12/02 -->
 <li>Fix signal races in  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&sektion=3">event(3)</a>.  <li>Fix signal races in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=event&sektion=3">event(3)</a>.
 <li>Tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&arch=i386">apmd(8)</a>'s  <li>Tweaks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&arch=i386">apmd(8)</a>'s
 automatic performance adjustment change (raise when needed) and new -C option  automatic performance adjustment change (raise when needed) and new -C option
 to have the old behaviour.  to have the old behaviour.
Line 115 
Line 170 
 do extra checks to prevent crashes on machines with a buggy BIOS.  do extra checks to prevent crashes on machines with a buggy BIOS.
 <li>Move contents of sys/select.h into sys/selinfo.h in preparation for a  <li>Move contents of sys/select.h into sys/selinfo.h in preparation for a
 userland-visible sys/select.h in consistence with other systems.  userland-visible sys/select.h in consistence with other systems.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esm&sektion=3">esm(3)</a>,  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esm&arch=i386&sektion=4">esm(4)</a>,
 a driver for Embedded Server Management for Dell PowerEdge servers.  a driver for Embedded Server Management for Dell PowerEdge servers.
 <li>Perform Kerberos calls even for invalid users to prevent leaking information  <li>Perform Kerberos calls even for invalid users to prevent leaking information
 about account validity in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.  about account validity in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.

Legend:
Removed from v.1.989  
changed lines
  Added in v.1.990