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

Diff for /www/plus23.html between version 1.15 and 1.16

version 1.15, 2001/06/09 16:39:03 version 1.16, 2001/08/08 21:06:32
Line 98 
Line 98 
 <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.
 <li>Make edquota(8) handle numeric names as uid's only after checking that an account named so does not exist.  <li>Make edquota(8) handle numeric names as uids only after checking that an account named so does not exist.
 <li>Add UID_MAX and GID_MAX to &lt;machine/limits.h&gt; on each architecture.  <li>Add UID_MAX and GID_MAX to &lt;machine/limits.h&gt; on each architecture.
 <li>Fix ch(4) operation on ncr(4) scsi controllers.  <li>Fix ch(4) operation on ncr(4) scsi controllers.
 <li>On the sparc, switch to an alternate font if the console is < 800*600 resolution.  <li>On the sparc, switch to an alternate font if the console is < 800*600 resolution.
Line 248 
Line 248 
 <li>On binutils platforms, make ldd(1) work on static executables.  <li>On binutils platforms, make ldd(1) work on static executables.
 <li>IPF 3.2.3.  When you upgrade to this version, you <strong>must</strong> also upgrade the userland utilities (ipf, ipnat, etc.).  You also need to get the latest MAKEDEV and run "sh MAKEDEV ipl" in /dev to create new device entries.  <li>IPF 3.2.3.  When you upgrade to this version, you <strong>must</strong> also upgrade the userland utilities (ipf, ipnat, etc.).  You also need to get the latest MAKEDEV and run "sh MAKEDEV ipl" in /dev to create new device entries.
 <li>Fix a race in mkdir(1).  <li>Fix a race in mkdir(1).
 <li>More cdrom ioctl's in Linux emulation.  <li>More cdrom ioctls in Linux emulation.
 <li>Fix select(2) use in sudo(8) so that it can handle large fd_set sizes.  <li>Fix select(2) use in sudo(8) so that it can handle large fd_set sizes.
 <li>In termcap databases, map the keyboard backspace key to DEL instead of BS as that is how it really is.  <li>In termcap databases, map the keyboard backspace key to DEL instead of BS as that is how it really is.
 <li>Fix argument handling in expand(1).  <li>Fix argument handling in expand(1).
Line 415 
Line 415 
 <li>Be more careful with getpwent() information inside rcp(1).  <li>Be more careful with getpwent() information inside rcp(1).
 <li>Replace kernel printf with Torek's libc printf.  <li>Replace kernel printf with Torek's libc printf.
 <li>Make disklabel -E deal with multiple partitions which overlap.  <li>Make disklabel -E deal with multiple partitions which overlap.
 <li>If a non-existant user logs in and asks for s/key authentication, fake a proper s/key prompt.  <li>If a non-existent user logs in and asks for s/key authentication, fake a proper s/key prompt.
 <li>SIGWINCH handling in systat(1).  <li>SIGWINCH handling in systat(1).
 <li>Add blowfish and cast encryption to IPSEC.  <li>Add blowfish and cast encryption to IPSEC.
 <li>In tftpd(8), permit syslog() to work when running chroot(2)'d.  <li>In tftpd(8), permit syslog() to work when running chroot(2)'d.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16