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

Diff for /www/plus23.html between version 1.3 and 1.4

version 1.3, 1999/06/17 18:46:32 version 1.4, 1999/07/06 21:53:07
Line 98 
Line 98 
 <li>Add httpd(8) to the OpenBSD tree.  It is apache 1.2.6.  <li>Add httpd(8) to the OpenBSD tree.  It is apache 1.2.6.
 <li>Import <strong>xpm</strong> into our X11 source tree.  <li>Import <strong>xpm</strong> into our X11 source tree.
 <li>Support QLogic PCI scsi controllers (at least on the i386).  <li>Support QLogic PCI scsi controllers (at least on the i386).
 <li>Fix rmd160(3) (and also the IPSEC algorithm) to properly handle data beyond it's block boundary.  <li>Fix rmd160(3) (and also the IPSEC algorithm) to properly handle data beyond its block boundary.
 <li>Emulate SunOS <strong>otimes(2)</strong> system call so that Netscape doesn't explode.  <li>Emulate SunOS <strong>otimes(2)</strong> system call so that Netscape doesn't explode.
 <li>Fix rarpd(8) interaction with routed(8); too much routing information would pile up un-read on the AF_ROUTE socket and rarpd(8) would get too grumpy.  <li>Fix rarpd(8) interaction with routed(8); too much routing information would pile up un-read on the AF_ROUTE socket and rarpd(8) would get too grumpy.
 <li>Remove libtelnet.so.* from the distribution.  People compiling kerberos into their system were generating significantly different shared libraries; thus it is wrong to make this a shared library.  <li>Remove libtelnet.so.* from the distribution.  People compiling kerberos into their system were generating significantly different shared libraries; thus it is wrong to make this a shared library.
Line 208 
Line 208 
 <li>Fixed "%c" in strftime(3).  <li>Fixed "%c" in strftime(3).
 <li>Various fixes to some of the games, ie. rain, worms, wump.  <li>Various fixes to some of the games, ie. rain, worms, wump.
 <li>If <strong>link0</strong> is set on a loopback interface (ie. lo1) make the address/netmask sets on it make supernets instead of subnets.  <li>If <strong>link0</strong> is set on a loopback interface (ie. lo1) make the address/netmask sets on it make supernets instead of subnets.
 <li>Place separate so_ruid and so_euid fields in struct socket, so that in_pcb.c can still do it's job, but also so that identd(8) can be fast and return the proper uid.  <li>Place separate so_ruid and so_euid fields in struct socket, so that in_pcb.c can still do its job, but also so that identd(8) can be fast and return the proper uid.
 <li><font color=#e00000><strong>In the sparc 2.2 release, the SS4/SS5 kernel was not very reliable.  <a href=errata22.html#sparciommu>A simple reliability patch is now available</a></strong></font>.  <li><font color=#e00000><strong>In the sparc 2.2 release, the SS4/SS5 kernel was not very reliable.  <a href=errata22.html#sparciommu>A simple reliability patch is now available</a></strong></font>.
 <li>Fix a map corruption bug in ypxfr(8).  <li>Fix a map corruption bug in ypxfr(8).
 <li>Make stty(1) recognize STRIPDISC.  <li>Make stty(1) recognize STRIPDISC.
Line 370 
Line 370 
 <li>Fixed bug in 'systat vm' output.  <li>Fixed bug in 'systat vm' output.
 <li>Fix the internals of open(2) when O_TRUNC and either O_SHLOCK or O_EXLOCK are set.  (That was a nasty kernel bug).  <li>Fix the internals of open(2) when O_TRUNC and either O_SHLOCK or O_EXLOCK are set.  (That was a nasty kernel bug).
 <li>Clean /var earlier in the /etc/rc script.  <li>Clean /var earlier in the /etc/rc script.
 <li><font color=#e00000><strong>make readlink(1) terminate it's buffer correctly. <a href=errata22.html#all>This affects CDROM builds so a patch is available for 2.2</a></strong></font>.  <li><font color=#e00000><strong>make readlink(1) terminate its buffer correctly. <a href=errata22.html#all>This affects CDROM builds so a patch is available for 2.2</a></strong></font>.
 <li>Make fstat(2) on AF_UNIX socket return proper st_[acm]time field values.  <li>Make fstat(2) on AF_UNIX socket return proper st_[acm]time field values.
 <li>Implement FIONBIO in ibcs2 emulation code.  <li>Implement FIONBIO in ibcs2 emulation code.
 <li>Consider only the 0177777 bits of the umask(2) value, as documented.  <li>Consider only the 0177777 bits of the umask(2) value, as documented.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4