=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.193 retrieving revision 1.194 diff -u -r1.193 -r1.194 --- www/plus.html 1998/02/19 09:39:01 1.193 +++ www/plus.html 1998/02/19 10:57:13 1.194 @@ -827,9 +827,9 @@
  • Consider only the 0177777 bits of the umask(2) value, as documented.
  • Implement FIONBIO in ibcs2 emulation code.
  • Make fstat(2) on AF_UNIX socket return proper st_[acm]time field values. -
  • make readlink(1) terminate it's buffer correctly. +
  • make readlink(1) terminate it's buffer correctly. This affects CDROM builds so a patch is - available for 2.2. + available for 2.2.
  • Clean /var earlier in the /etc/rc script.
  • Fix the internals of open(2) when O_TRUNC and either O_SHLOCK or O_EXLOCK are set. (That was a nasty kernel bug). @@ -855,9 +855,9 @@
  • Add some more XPG4.2 *_t types.
  • Fix SunOS emulation of TIOCGPGRP.
  • Newer ncr device driver. -
  • On the i386, handle the nasty problem with +
  • On the i386, handle the nasty problem with distinguishing SVR4 and Linux binaries. - A patch is available for 2.2. + A patch is available for 2.2.
  • Update to ncurses-4.1-971129
  • Fix a deadlock on cd9660.
  • Fix an overflow in top(1). @@ -872,8 +872,8 @@ on input filesize.
  • Add a kern.nosuidcoredump sysctl.
  • Fix minor numbers for /dev/ch* in the MAKEDEV scripts. -
  • A workaround for the Intel P5 F00F lockup problem. - A patch is available for 2.2. +
  • A workaround for the Intel P5 F00F lockup problem. + A patch is available for 2.2.
  • Fix numerous problems with new KTH kerberos.
  • Fix a problem in -current regarding open() of O_TRUNC and O_SHLOCK.
  • Correct an XPG violation in stdlib.h. @@ -885,15 +885,15 @@
  • Handle the controlling tty ioctl in linux emulation.
  • Repair a number of retry operation problems in the wdc driver that mostly affected sleeping laptops. -
  • Fixed a panic problem in the i386 apm driver. - A patch is available for 2.2. +
  • Fixed a panic problem in the i386 apm driver. + A patch is available for 2.2.
  • Enable new FreeBSD ppp(8) daemon. There are now two ppp daemons in the source tree, they have quite different feature sets.
  • Do not clear the setuid/setgid file mode bits for a call to {,f,l}chmod(-1, -1). -
  • Due to timing constraints, mac68k X11 binaries did +
  • Due to timing constraints, mac68k X11 binaries did not make it onto the 2.2 CDROM. - But it is now available for ftp. + But it is now available for ftp.
  • Addition of Obtuse smtpd(8) and smtpfwd(8) v2.0.
  • In ftpd, default to RFC non-conforming behaviour for the PORT command, but provide a runtime switch for those who like holes. @@ -996,16 +996,18 @@
  • Some man page fixes so that man -k is happier.
  • Workaround a race condition in syslogd's handling of SIGHUP.
  • Teach the kernel about newer PCI device types. -
  • Be more careful about sourcerouted packets, including never forwarding - them. -
  • Two bugs existed in the the 2.2 pmax release which all users +
  • Be more careful about sourcerouted packets, + including never forwarding them. This is a security + problem in OpenBSD 2.2, and is + described and fixed with a patch. +
  • Two bugs existed in the the 2.2 pmax release which all users should be aware of. - Patches are now available. + Patches are now available.
  • Fix the __{CTOR,DTOR}_LIST__ declarations in c++rt0.c
  • Avoid DNS lookup timing effects in ping -R. -
  • Buffer overflow fix in the MIPS ld.so. Replacement +
  • Buffer overflow fix in the MIPS ld.so. Replacement binaries for the pmax and - arc platforms are available. + arc platforms are available.
  • Add strptime(3).
  • Add scan_ffs(8), a very useful tool for reconstructing disks.
  • Create two new sysctl options: ddb.panic decides @@ -1017,9 +1019,9 @@ to change at boottime.
  • Add FS_CCD partition type so that the ccd driver can ensure it has the right components. -
  • In the 2.2 release, the sparc scsi driver caused problems +
  • In the 2.2 release, the sparc scsi driver caused problems for the Sun 4/300 machines. - Patches are now available. + Patches are now available.
  • Fix /etc/yp/domainname support in ypbind(8).
  • Fix some bugs in vacation(1).
  • Emulate that disgusting linux connect() braindamage even better. @@ -1037,16 +1039,16 @@ setting up additional /dev/log devices in various chroot spaces.
  • raise IPPORT_USERRESERVED significantly. Random port numbers will now look much more random than they did before. -
  • Make ruserok() significantly more paranoid when +
  • Make ruserok() significantly more paranoid when parsing the .rhosts file. This along with another issue is a security problem in OpenBSD 2.2, and is - described and fixed with a patch. + described and fixed with a patch.
  • In compress(1), if the st_flags is 0, do not attempt a chflags(2) call.
  • Make stty(1) recognize STRIPDISC.
  • Fix a map corruption bug in ypxfr(8). -
  • In the sparc 2.2 release, the SS4/SS5 kernel was not +
  • In the sparc 2.2 release, the SS4/SS5 kernel was not very reliable. A simple reliability - patch is now available. + patch is now available.
  • Place seperate 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. @@ -1056,9 +1058,9 @@
  • Fixed "%c" in strftime(3).
  • Support the WINBOND pci ethernet cards.
  • Make lpd(8) use keepalives so that it can detect dead network printers. -
  • The mac68k 2.2 CD release had a few problems. +
  • The mac68k 2.2 CD release had a few problems. These problems have been resolved in the FTP release. - For more details... + For more details...
  • Fix another signal handler bug in mail(1).
  • New quirk for another Archive VIPER scsi tape drive.
  • Support -[width] option in fmt(1). @@ -1079,8 +1081,10 @@ modified at high securelevel).
  • Add kerberos kauthd(8).
  • Rename /etc/nat.rules to /etc/ipnat.rules. -
  • Do not permit a read+write mmap() operation on a read-only file - descriptor open on a device. +
  • Do not permit a read+write mmap() operation on + a read-only file descriptor open on a device. This is a security + problem in OpenBSD 2.2, and is + described and fixed with a patch. @@ -1096,7 +1100,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.193 1998/02/19 09:39:01 deraadt Exp $ +
    $OpenBSD: plus.html,v 1.194 1998/02/19 10:57:13 deraadt Exp $