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

Diff for /www/plus27.html between version 1.12 and 1.13

version 1.12, 2001/06/25 16:21:32 version 1.13, 2001/06/26 13:23:18
Line 156 
Line 156 
 <li>https support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.  <li>https support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.
 <li>Add CPAN File::Temp for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3&format=html">mkstemp(3)</a> and such.  <li>Add CPAN File::Temp for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3&format=html">mkstemp(3)</a> and such.
 <li>Fix the vi recover script to be safe for multiuser running (needed O_NOFOLLOW).  <li>Fix the vi recover script to be safe for multiuser running (needed O_NOFOLLOW).
 <li>Move apm into a kernel thread, so that filesystem syncing is less likely to block and cause panics.  suspending just got a lot more reliable.  <li>Move <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4&arch=i386">apm(4)</a> into a kernel thread, so that filesystem syncing is less likely to block and cause panics.  Suspending just got a lot more reliable.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, support O_FSYNC better.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, support O_FSYNC better.
 <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, add a O_NOFOLLOW flag for dealing with symbolic links.  This should not be used by generic software -- only use this for very rare and specific problems.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, add a O_NOFOLLOW flag for dealing with symbolic links.  This should not be used by generic software -- only use this for very rare and specific problems.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> gets a new option, -f skips early node checks.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> gets a new option, -f skips early node checks.
 <li>Fix "freeing free block" panics.  <li>Fix "freeing free block" panics.
 <li>Support /etc/resolv.conf.tail, as documented in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&sektion=8&format=html">dhclient-script(8)</a>.  <li>Support /etc/resolv.conf.tail, as documented in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&sektion=8&format=html">dhclient-script(8)</a>.
 <li>Rewrite uio hog.  <li>Rewrite uio hog.
 <li>Do not abuse malloc for small structures inside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>.  <li>Do not abuse <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=9">malloc(9)</a> for small structures inside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2&format=html">pread(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwrite&sektion=2&format=html">pwrite(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=preadv&sektion=2&format=html">preadv(2)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwritev&sektion=2&format=html">pwritev(2)</a> system calls.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2&format=html">pread(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwrite&sektion=2&format=html">pwrite(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=preadv&sektion=2&format=html">preadv(2)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwritev&sektion=2&format=html">pwritev(2)</a> system calls.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, favor BIOS geometry over physical geometry, fixing numerous problems with larger disks.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, favor BIOS geometry over physical geometry, fixing numerous problems with larger disks.
 <li>Split <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a>.  <li>Split <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a>.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>, if user does a large IO operation, split the loggin to avoid kmem starvation.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>, if user does a large IO operation, split the loggin to avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kmem&sektion=4%fi386&manpath=OpenBSD+Current&arch=i386">kmem(4)</a> starvation.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&sektion=1&format=html">nfsstat(1)</a> on a live system use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=html">sysctl(3)</a> instead of kvm snooping.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&sektion=1&format=html">nfsstat(1)</a> on a live system use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=html">sysctl(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3">kvm(3)</a> snooping.
 <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4&format=html">mii(4)</a> parameters for all variants of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> models.  <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4&format=html">mii(4)</a> parameters for all variants of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> models.
 <li>scsi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a> detach is now possible.  <li>scsi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a> detach is now possible.
 <li>Do even more scsi device locking via common routines.  <li>Do even more scsi device locking via common routines.
Line 189 
Line 189 
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4&format=html">urio(4)</a> driver for Diamond Multimedia RIO 500.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4&format=html">urio(4)</a> driver for Diamond Multimedia RIO 500.
 <li>xlockmore 4.16.  <li>xlockmore 4.16.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8&format=html">OpenSSL 0.9.5a</a>.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8&format=html">OpenSSL 0.9.5a</a>.
 <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a> to use curses instead of ocurses.  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a> to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=curses&sektion=3">curses(3)</a> instead of ocurses.
 <li>Do some repair on sys/queue.h.  <li>Do some repair on sys/queue.h.
 <li>Add colour support to pcvt25 termcap entry.  <li>Add colour support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcvt&sektion=4&manpath=OpenBSD+2.7&arch=i386">pcvt25</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=termcap&sektion=5">termcap(5)</a> entry.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a>, do not assume that termcap entries start with 2 character short names.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a>, do not assume that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=termcap&sektion=5">termcap(5)</a> entries start with 2 character short names.
 <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4&format=html">random(4)</a> for the alpha.  <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4&format=html">random(4)</a> for the alpha.
 <li>In ssh, check payload for (illegal) extra data.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>, check payload for (illegal) extra data.
 <li>make "option TCPDEBUG" kernel compile.  <li>make "option TCPDEBUG" kernel compile.
 <li>Initialize the bus dma tag for EISA.  <li>Initialize the bus dma tag for EISA.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> instead of SIOCGIFCONF in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>, etc.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> instead of SIOCGIFCONF in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>, etc.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13