=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus23.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- www/plus23.html 2019/05/27 22:55:22 1.71 +++ www/plus23.html 2019/06/01 23:12:49 1.72 @@ -112,14 +112,14 @@
  • Various other install script fixes.
  • Fix /etc/fbtab handling in init(8).
  • Make disklabel(8) mentions IDE (which is an alias for ESDI). -
  • For the i386, have the install procedure ask if the xf86 driver should be enabled by default. +
  • For the i386, have the install procedure ask if the xf86 driver should be enabled by default.
  • Make install procedure prompt & set the initial root password.
  • When root logs in for the first time, let him find that he has an interesting piece of mail about how the system works.
  • Fix ipsec encap notifies.
  • Configure xdm(1) and the fwvm window manager sensibly enough for default users to not feel utterly lost.
  • Fix 'u'ndo support in disklabel(8)'s -E mode, and also add a new 'r' command.
  • Repair the pkg_add(1) sufficiently for the 2.3 release... -
  • Fix a race condition in unmount(2). +
  • Fix a race condition in unmount(2).
  • Add support for the XR16850 serial chip (128 byte fifos).
  • mkisofs 1.11.2
  • Disable console ddb by default. sysctl can re-enable it. @@ -159,7 +159,7 @@
  • Add ISAPNP driver for the 3c509 cards.
  • Change SIOCGIFNETMASK, SIOCGIFDSTADDR, and SIOCGIFBRDADDR to return information for named/addressed mappings rather than simply named mappings, so that these calls can work on interface aliases.
  • Add (complete?) support for KerberosIV to our X11R6. -
  • In mktemp(1), document why this should be used for temporary filename generation. +
  • In mktemp(1), document why this should be used for temporary filename generation.
  • In telnet(1), fix connecting to IP addresses; this was recently broken by the new KTH kerberos telnet integration.
  • Make -R path work a well as -Rpath in cc(1).
  • In the ksh(1) manpage, clarify the behaviour of the CDPATH variable. @@ -192,12 +192,12 @@
  • Fix KerberosIV password changing.
  • On the sparc, support 128KB lebuffer devices.
  • On the sparc, print hotfix information at the right place in the dmesg log. -
  • Fix passwd(1) so that YP passwords do not get edited in the local password file. +
  • Fix passwd(1) so that YP passwords do not get edited in the local password file.
  • Significant efforts made at fleshing out the device driver man page tree better.
  • Upgrade to gcc 2.8.1
  • Rename 2.2 to 2.3 tree-wide, for the upcoming release.
  • Improve IPSEC performance. -
  • Add many new machine-dependent man4 man pages. +
  • Add many new machine-dependent man4 man pages.
  • XFree86 3.3.2 is now in our X11 source tree.
  • Add another missing ntohl() in ipnat(8).
  • Use a p_os field to sub-divide operating system emulation capabilities (like for SVR4 binaries). @@ -230,7 +230,7 @@
  • Do not let a user set their password to "s/key".
  • Permit the disabling of skey system-wide.
  • Convert the xdr(3) and rpc(3) manpages to mandoc format. -
  • In mail.local(8), document how to use quotas on a mail spool. +
  • In mail.local(8), document how to use quotas on a mail spool.
  • Add -p option to uname(1), to display detailed CPU information.
  • Support for the ST16650 32-byte FIFO uart.
  • Do not copy from off the end of an nfs boot mbuf. @@ -258,7 +258,7 @@
  • Fixed "%c" in strftime(3).
  • Various fixes to some of the games, ie. rain, worms, wump.
  • If link0 is set on a loopback interface (ie. lo1) make the address/netmask sets on it make supernets instead of subnets. -
  • 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. +
  • 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.
  • In the sparc 2.2 release, the SS4/SS5 kernel was not very reliable. A simple reliability patch is now available.
  • Fix a map corruption bug in ypxfr(8).
  • Make stty(1) recognize STRIPDISC. @@ -297,7 +297,7 @@
  • Require commands started from in /etc/rc to be executable -- not just readable.
  • Glob extensions for XPG4.
  • Cleanups in wump(6). -
  • Check both old and new shells in rpc.yppasswdd(8). +
  • Check both old and new shells in rpc.yppasswdd(8).
  • Add -a flag to which(1).
  • On binutils platforms, make ldd(1) work on static executables.
  • IPF 3.2.3. When you upgrade to this version, you must 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. @@ -368,7 +368,7 @@
  • Update the pkg_* tools a bit.
  • Honour TMPDIR in the locate(8) tools.
  • Make route(8) non-setuid. -
  • In ftpd, default to RFC non-conforming behaviour for the PORT command, but provide a runtime switch for those who like holes. +
  • In ftpd, default to RFC non-conforming behaviour for the PORT command, but provide a runtime switch for those who like holes.
  • Addition of Obtuse smtpd(8) and smtpfwd(8) v2.0.
  • Due to timing constraints, mac68k X11 binaries did not make it onto the 2.2 CDROM. But it is now available for ftp.
  • Do not clear the setuid/setgid file mode bits for a call to {,f,l}chmod(-1, -1). @@ -378,7 +378,7 @@
  • Handle the controlling tty ioctl in linux emulation.
  • Handle SIOCGIFMETRIC and SIOCGIFMTU in linux emulation.
  • Handle nanosleep() in linux emulation. -
  • Use recursive vnode locks to solve a page-in panic reported by chuck & chuck. +
  • Use recursive vnode locks to solve a page-in panic reported by chuck & chuck.
  • Handle SIOCGIFHWADDR ioctl in linux emulation.
  • Handle the cdrom ejecting ioctl in linux emulation.
  • Correct an XPG violation in stdlib.h. @@ -444,7 +444,7 @@
  • Make dumpfs(8) report if soft updates are requested by the superblock.
  • Add getsid(2) system call as mandated by XPG4.2.
  • Some minor fixes for the libc/db/btree code. -
  • Flesh out compat_freebsd a fair bit more. +
  • Flesh out compat_freebsd a fair bit more.
  • Some compat_svr4 fixes.
  • Update getNAME(8) and fix makewhatis(8) to use it more optimally.
  • Fix EXTPROC in pty code.