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

Diff for /www/plus.html between version 1.120 and 1.121

version 1.120, 1997/09/18 13:17:43 version 1.121, 1997/09/29 19:11:26
Line 697 
Line 697 
 <li>Shrink most of the install floppies ;-)  <li>Shrink most of the install floppies ;-)
 <li>Fix a few small problesm in rarpd(8).  <li>Fix a few small problesm in rarpd(8).
 <li>Make ls -d sort directories with files.  <li>Make ls -d sort directories with files.
   <li>Do not init pgid in /dev/log's logopen().
   <li>Fixed a pstat -s related bug in pcvt.
   <li>Ignore SIGPIPE in inetd(8).
   <li>In struct sigaction, split sa_handler and the new sa_sigaction function
           pointers as is being done on newer POSIX systems.  This permits proper
           prototyping of signal handlers.
   <li>Fix an ifconfig bug related to interfaces that do not exist.
   <li>Make execle() use alloca() instead of malloc(); to ensure execle() can be
           safely called in a signal hander.
   <li>Fix the : and . support in chown so that usernames can have . in them.
   <li>Fix a network performance problem introduced with IPSEC.
   <li>Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE to fnmatch(3).
   <li>Fix a bug in libform.
   <li>Add -f option to readlink which does a realpath(3).
   <li>More IPSEC improvements after the Interop ANX bakeoff.
   <li>A few pppd fixes.
 </ul>  </ul>
 <p>  <p>
 <h3>Development is rapidly continuing... what a long list -- almost time for  <h3>Development is rapidly continuing... what a long list -- almost time for

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121