=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus27.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- www/plus27.html 2019/05/27 22:55:22 1.82 +++ www/plus27.html 2019/06/01 23:12:49 1.83 @@ -120,7 +120,7 @@
  • Work around a sysctl(3)-based kvm(3) vs exit(3) race.
  • Fix the same basic ip timestamp bug in ipf(4).
  • On the ip(4) input path, avoid unaligned accesses for strangely placed ip timestamp options. -
  • Fix resource limit race at exit time, if accounting is enabled. +
  • Fix resource limit race at exit time, if accounting is enabled.
  • Fix inet6(4) pcmcia(4) detach.
  • Support all ServerWorks and 451NX pchb(4) machines.
  • Many fixes to user(8). @@ -161,9 +161,9 @@
  • Fixes to the ray(4) driver.
  • Fix -H option in sudo(8).
  • Disable pcmcia(4) handling of non-CIS cards, since there are many bugs in it. -
  • Document many afs(4) configuration files. +
  • Document many afs(4) configuration files.
  • Fix a modify-after-free bug in tcp(4). -
  • Attempt to have ld(1) and ld.so(1) deal better with C++ shared libraries on +
  • Attempt to have ld(1) and ld.so(1) deal better with C++ shared libraries on a.out architectures (i386, m68k, sparc...).
  • Document what sendmail(8) now does on port 587.
  • Deal with more non-compliant PHY setups in mii(4). @@ -181,7 +181,7 @@
  • Start of the vax port resurrection.
  • Fix more i386 isadmaattach bugs. At least 2GB of memory on an i386 now works.
  • Avoid divide by zero in igmp networking code. -
  • In mail(1), make "new" count after an "inc" command reflect the new messages, as in SunOS. +
  • In mail(1), make "new" count after an "inc" command reflect the new messages, as in SunOS.
  • ktrace(2) no longer follows symbolic links.
  • Repair adosfs(8).
  • The damned hifn(4) always dealing with aligned data causes even more of a fuss. @@ -222,10 +222,10 @@
  • Split fxp(4) and dc(4) for pci(4) and cardbus(4).
  • In ktrace(2), if user does a large IO operation, split the loggin to avoid kmem(4) starvation.
  • Make nfsstat(1) on a live system use sysctl(3) instead of kvm(3) snooping. -
  • Set mii(4) parameters for all variants of xl(4), cardbus(4) models. +
  • Set mii(4) parameters for all variants of xl(4), cardbus(4) models.
  • scsi cd(4) detach is now possible.
  • Do even more scsi device locking via common routines. -
  • In make(1), report errors with a Makefile line number, making large Makefile debugging much easier. +
  • In make(1), report errors with a Makefile line number, making large Makefile debugging much easier.
  • Significantly cleanup the isa(4), pci(4), isapnp(4), and related manual pages, making it easier to see what we currently support.
  • Deal with byte-order challenged Compaq laptops.
  • Fix memory leaks in sshd(8). @@ -302,7 +302,7 @@
  • ahc(4) now supports AHA-29160 and other Ultra160 variants.
  • USB umodem(4) support.
  • USB umass(4) driver. Works with various devices, but does not support disconnection yet. -
  • Support hmac processing in hifn(4). +
  • Support hmac processing in hifn(4).
  • ncurses-5.0-20000401
  • Put an expert mode into disklabel(8), that hides a lot of details. But most of the interface remains 100% the same.
  • Protocol 2 support in ssh(1) and sshd(8). @@ -412,7 +412,7 @@
  • Add -m parameter to strings(1).
  • Add getifaddrs(3).
  • Permit enlarging of msgbuf on the various architectures. -
  • On sun4m machines, replace .{u,}{mul,div,mod} functions with faster versions using the new sun4m instructions. A very significant performance improvement. +
  • On sun4m machines, replace .{u,}{mul,div,mod} functions with faster versions using the new sun4m instructions. A very significant performance improvement.
  • Add fseeko(3) and ftello(3) interfaces.
  • Two TCP SACK fixes -- SACK now appears to be completely reliable.
  • Optimize bridge(4) code by allocating less mbufs. @@ -440,7 +440,7 @@
  • Y2K repairs in cvs(1).
  • Let weak symbols take precedence over second hand symbols in ld(1).
  • wx(4) driver supporting the Intel 82452 gigabit ethernet card. -
  • Support hundreds of interfaces in dhclient(8) and dhcpd(8). +
  • Support hundreds of interfaces in dhclient(8) and dhcpd(8).
  • texinfo 4.0
  • Split i386 memory <16MB into it's own freelist, permitting large memory machines to work better.
  • New fhopen(2), fhstat(2), and fhstatfs(2) system calls to easier support userland filesystems. @@ -448,12 +448,12 @@
  • gdt(4) driver for the ICP-Vortex RAID card series.
  • Update to FreeBSD newfs_msdos(8), which can support hard drives too
  • New OpenBSD art page. -
  • Updates to the lmc(4) device driver. +
  • Updates to the lmc(4) device driver.
  • uaudio(4) support.
  • ti(4) also supports Farallon PN9000SX.
  • ncurses-5.0-20000205.
  • adw(4) now supports Advansys U2W scsi cards. -
  • Further sparc pmap improvements. +
  • Further sparc pmap improvements.
  • Allow ssh-keygen(1) to be used for generating signatures of any ssh(1) control file.
  • In sparc port, handle SM30 specially because it starts up with the cache running.
  • import usbdevs(8). @@ -485,7 +485,7 @@
  • Arrange so that sshd(8) does not do port forwarding until shell successfully starts.
  • Repair a stupid cache-lockdown bug in the sparc pmap.
  • Repair memory leak in freeaddrinfo(3). -
  • Significant code shrinkage in IPsec(4), as most AH and ESP code starts sharing more subfunctions. +
  • Significant code shrinkage in IPsec(4), as most AH and ESP code starts sharing more subfunctions.
  • Enable ipv6 support in rsh(1), rlogin(1), rshd(8), and rlogind(8).
  • Fix rcmd(3), iruserok(3), and ruserok(3) to be IPv6 capable, also add more address family independent routines: rcmd_af(3) and iruserok_sa(3).
  • Handle MVME1x2 boards with only one ZS serial chip. @@ -508,7 +508,7 @@
  • Make application mode arrow keys work in ksh(1).
  • Protocol independence added to bindresvport(3).
  • OpenSSH version 1.2.2 released. -
  • Lots of IPsec(4) pfkey improvements. +
  • Lots of IPsec(4) pfkey improvements.
  • Repair exception handling in gcc(1) i386 position independent code.
  • ncurses-5.0-20000122
  • Don't allow time to be set far forwards and thus wrap, and a warn for time reversing if securelevel(7) > 1. @@ -523,7 +523,7 @@
  • DRIVER IMPROVEMENT: Intel fxp(4) cards with nsphy(4) could not negotiate and maintain 100mbit link. A source code patch is available.
  • Fix a buffer overflow in the i386 bootblocks!
  • Fix vi(1) recover script to use sysopen(), to avoid magic in perl open(). -
  • Fix race condition in make(1) (only applies to make -j, which noone in OpenBSD ever uses). +
  • Fix race condition in make(1) (only applies to make -j, which noone in OpenBSD ever uses).
  • Reduce console loggin in sshd(8).
  • Fix sshd -i.
  • SECURITY FIX: Systems with procfs enabled and mounted contain a root hole due to a tricky exploit. A source code patch is available. @@ -559,7 +559,7 @@
  • Fix an obscure bug in ld(1) that caused it to treat directory names called "lib" differently.
  • Y2K fix for a groff(1) macro.
  • Remove gifconfig(8); replaced by syntax in ifconfig(8). -
  • Show problematic expressions in m4(1)'s expr error messages. +
  • Show problematic expressions in m4(1)'s expr error messages.
  • Recursion depth control in gre(4), similar to what is in gif(4).
  • Various cleanups are happening to the netipx codebase.
  • Fix Promise Ultra/66 and SiS 5513 pciide support. @@ -605,7 +605,7 @@
  • Fix a bug in smtpd(8).
  • Make ssh IPV6 clean. KerberosIV only works on a v4 connection.
  • Fix mbuf out-of-bounds write which caused great grief for NFSv2 in an INET6 kernel. -
  • Add rmoption/rmoptions command to config(8), thus permitting a config file to include GENERIC and then remove things. +
  • Add rmoption/rmoptions command to config(8), thus permitting a config file to include GENERIC and then remove things.
  • Various small improvements and fixes to ssh(1).
  • Fix pthreads(3) handling on the sparc.
  • Using weak symbols, support a real libpthread. @@ -643,7 +643,7 @@
  • Honour the ddb.panic sysctl better.
  • Enable scopeid hack in ifconfig(8), ping6(8), and netstat(1).
  • Replace NRL get{addr,name}info() with KAME get{addr,name}info() in libc. -
  • Fix a terminfo problem relating to unset capabilities. +
  • Fix a terminfo problem relating to unset capabilities.
  • More ISA PnP NE2000 clones - see ne(4)
  • TCP new reno
  • Fix IP multicast kernel panic @@ -717,7 +717,7 @@
  • Fix a buffer overflow in dhclient(8).
  • Fix two crashes in awk(1).
  • Fix off-by-one in apply(1). -
  • Fix bug in pr(1). +
  • Fix bug in pr(1).
  • Make soft updates mostly work with UVM.
  • SECURITY FIX: The USA version of the ssl library package, called sslUSA26, contained buffer overflows. A binary patch is available for people who installed before December 3.
  • Remove ctm(1) from the src tree -- look for it in ports now. @@ -748,7 +748,7 @@
  • Numerous ssh(1) and sshd(8) improvements... too many to mention.
  • Newer version of the isp(4) driver.
  • Fix a bug in rarpd(8). -
  • Add support for SIGIO to lms(4), pms(4), and mms(4). +
  • Add support for SIGIO to lms(4), pms(4), and mms(4).
  • Fix two bugs in info(1).
  • select on pipes was broken, and occasionally someone would notice it (in particular rsync).
  • Use mkstemp(3) in crontab(1). @@ -764,7 +764,7 @@
  • Permit kernel to compile without FFS once again.
  • More links to man pages.
  • Bug fixes to rl(4) and tx(4) driver. -
  • More ATAPI disk fixes (may come as a patch file later). +
  • More ATAPI disk fixes (may come as a patch file later).
  • Other misc ssh(1) improvements.
  • RSA key fingerprints in the ssh(1) commands.
  • Do ANSI cursor save/restore in i386 pcvt(4) driver. @@ -821,7 +821,7 @@
  • In ssh, use libssl(8) md5 routines instead of our libc routines.
  • Disassociate interfaces from ipnat(8) after they've been removed from the interface list.
  • Make ASYNC pipes capable of generating SIGIO. -
  • Emulate FreeBSD F[GS]ETOWN. +
  • Emulate FreeBSD F[GS]ETOWN.
  • Fix some further ARP problems in bridge(4).
  • Fix scp(1) counters for > 1 hour.
  • Support LMC1200 in lmc(4).