=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.791 retrieving revision 1.792 diff -u -r1.791 -r1.792 --- www/plus.html 2001/07/30 23:10:44 1.791 +++ www/plus.html 2001/08/18 12:50:05 1.792 @@ -57,6 +57,91 @@ A source code patch is available.
[Applied to stable]
  • ... +
  • Promote PMAP_NEW option to mandatory status. +
  • In the netinet subsystem, zero the TCP checksum field before calculating the new value; fixes problem with bad checksums on keepalives. +
  • Use 64-bid integers for some ipcomp byte counts, fixing strange results with netstat(1). +
  • Support Addonics FlexPort 8S via addcom(4). +
  • Ignore O_TRUNC on open(2) when not opening a regular file. +
  • On ext2fs, ffs, and ufs partitions, don't truncate anything except for symlinks, directories, and regular files. +
  • Repair kern_msgbuf under sparc. +
  • Support DEC EtherWorks cards via lc(4). +
  • Bring na.phone up to date. +
  • The iha(4) driver wasn't able to update the EEPROM, so don't even bother. +
  • Rework ata and wdc(4) probing code; deal better with floating buses and supress spurious interrupts. +
  • Plug memory leak in pw_copy() found in libutil. +
  • Put Kerberos 5 things in libkrb5, out of libkafs. +
  • Allow sshd(8) to be compatible in all 4 combinations of Kerberos 4 and Kerberos 5 settings. +
  • When ssh(1) is reading a password, don't panic if fork(2) or pipe(2) fail; just return an empty password. +
  • Sync rtsold(8) to latest KAME, fixing a memory leak and a timer value. +
  • Change quad types on alpha to "long long" as opposed to "long", allowing printf(3)'s "%lld" format to be used without a bogus cast. +
  • In the iha(4) driver, allow sync to be negotiated even if wide is not. +
  • Modify nv(4) XFree86(1) driver as to avoid the dimming text mode problem. +
  • Add a BSD authentication module for radius authentication. +
  • Make sure that ld(1) references all aliases to avoid them being only partially resolved. +
  • Ensure ppp(8) calculates the number of key changes correctly. +
  • Repair the NFS server's request tracking during write-gathering, thus avoiding client hangs. +
  • Use login.conf(5) for passwd(1) variables as opposed to passwd.conf(5). +
  • Yank PF_ENCAP support out of isakmpd(8). +
  • Fix-up multicast settings in netstart(8). +
  • Bump MSIZE up to 256. +
  • IP/TCP/UDP hardware checksumming for nge(4); limited by MTU. +
  • Avoid segmentation fault when mg(1) can't read an init file. +
  • Support for ipcomp(4); disabled by default. +
  • Show kern_fthread to the door. +
  • Userland iopctl(8) control utility for iop(4). +
  • In passwd(1), lock the passwd(5) file after having gotten a new password from the user; also change the actual locking procedure. +
  • Support for /etc/wsconsctl.conf. +
  • Handle descriptors 0, 1, or 2 being closed when ppp(8) is envoked. +
  • Reduce MTU by 2 after MPPE has been negotiated in ppp(8). +
  • Merge pdksh patch into ksh(1), fixing some problems with propagated return values in multi-command lines. +
  • Utilize the welcome variable from login.conf(5), in ftpd(8), instead of hard-coding /etc/motd. +
  • Discipline the audio(4) device so it gets along with revoke(2). +
  • Repair NFS-related problem with diskless clients by getting the root filehandle via nfs_root. +
  • Add support for screen switching to wsconsctl(8). +
  • Change wsconsctl(8)'s interfact to be more sysctl(8)-like. +
  • Shuffle around maxlen setting inside the net subsystem to avoid potential problems. +
  • Make icmp(4) error checking saner. +
  • Initial ip6(9) support for isakmpd(8). +
  • Packet normalization support for pf(4). +
  • Userland sectok(1) control program. +
  • Repair kern_fork brain-damage. +
  • uvm(9) and MNN are no longer optional. +
  • Import altq(9): alternate queueing support. +
  • Poof! The old vm disappears. +
  • No more M_COPY_* macros; use M_MOVE_* or M_DUP_*. +
  • Add dmesg(8), wicontrol(8), and ancontrol(8) to powerpc's ramdisk. +
  • New mvmeppc port. +
  • Many mvme68k improvements including: switching to uvm(9), repairing system trace, cleanup of locore.s, KNF, etc. +
  • pciide(4) support for powerpc. +
  • Change icmp6(4) packet header length computation so it works with both 4.4BSD's M_COPY_PKTHDR and OpenBSD 2.9+'s M_COPY_PKTHDR. +
  • Implement getpeereid(2), allowing local-domain servers to determine client credentials. +
  • Support generic BSD authentication in xdm(1). +
  • Disable usb(4) on alpha by default. +
  • Kerberos v5 support for SSH1. +
  • Hardware RNG support in lofn(4). +
  • Smartcard support in ssh-agent(1) and ssh(1). +
  • Large -Wall/-Werror/-W... ongoing cleanup throughout tree. +
  • Nuke mips port. +
  • Initial import of iop(4) (I2O) framework. +
  • Rewrite nc(1), adding ip6(4) support. +
  • In su(1), offload root instances for Kerberos to the auth program. +
  • Disable SMB decoding in tcpdump(8). +
  • Enable audio on alpha by default. +
  • Endian fixes in the wi(4) driver. +
  • Adios NQNFS. +
  • Nuke the pmax port. +
  • Don't perform TCP/UDP hardware checksumming when doing IP fragmentation. +
  • Delayed checksum support in the netinet subsystem. +
  • Support setting the Ethernet address through ifconfig(8) for vr(4) cards. +
  • Bypass ipsec(4) for all dhcp(8) traffic, avoiding potential problems with newly booted clients. +
  • Modify timeouts for IP spd expirations. +
  • Internal fiddling of nfsd(8)'s handling of its root vnode. +
  • Import pf(4), an ipf-compatible packet filter. +
  • Avoid panics under i386 if bus/dev/func numbers for PCI are not valid. +
  • New sysctl(3) KERN_POOLS to retrieve pool information from the kernel. +
  • Cleanup and update dhcp(8) to 2.0pl5. +
  • Utilize readpassphrase(3) in ssh(1). +
  • Allow access to /dev/pci.
  • Repair multiple key handling in wicontrol(8).
  • New ether_input_mbuf to ease transition from ether_header in ether_input; drivers will migrate to this.
  • Wave goodbye to kernfs. @@ -351,7 +436,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.791 2001/07/30 23:10:44 jason Exp $ +
    $OpenBSD: plus.html,v 1.792 2001/08/18 12:50:05 deraadt Exp $