=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- www/plus.html 1997/09/18 13:17:43 1.120 +++ www/plus.html 1997/09/29 19:11:26 1.121 @@ -697,6 +697,22 @@
  • Shrink most of the install floppies ;-)
  • Fix a few small problesm in rarpd(8).
  • Make ls -d sort directories with files. +
  • Do not init pgid in /dev/log's logopen(). +
  • Fixed a pstat -s related bug in pcvt. +
  • Ignore SIGPIPE in inetd(8). +
  • 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. +
  • Fix an ifconfig bug related to interfaces that do not exist. +
  • Make execle() use alloca() instead of malloc(); to ensure execle() can be + safely called in a signal hander. +
  • Fix the : and . support in chown so that usernames can have . in them. +
  • Fix a network performance problem introduced with IPSEC. +
  • Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE to fnmatch(3). +
  • Fix a bug in libform. +
  • Add -f option to readlink which does a realpath(3). +
  • More IPSEC improvements after the Interop ANX bakeoff. +
  • A few pppd fixes.

    Development is rapidly continuing... what a long list -- almost time for @@ -711,7 +727,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.120 1997/09/18 13:17:43 deraadt Exp $ +
    $OpenBSD: plus.html,v 1.121 1997/09/29 19:11:26 deraadt Exp $