=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus37.html,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/plus37.html 2005/03/26 21:02:50 1.4 --- www/plus37.html 2005/03/26 21:26:56 1.5 *************** *** 63,88 ****
  • .... more to be added, up to March 19, 2005

  • Improve ath(4) radiotap support. !
  • Add support for sysctl tweaking apm(4) powerchange messages for zaurus. !
  • Support a bunch more Nubus cards for mac68k, including the DaynaPORT E/II-3 card (from NetBSD).
  • Move beacon allocation code into generic ieee80211 framework and out of some drivers.
  • Implement hardware WEP support for atu(4). !
  • Import mbuf handling fixes for atu(4) from NetBSD. !
  • Support OQO model 01 internal USB wireless.
  • Make pf(4) apply tags to all packets matching a state, rather than just the initial packet. !
  • Clean up memory leaks in uucplock(3) and make uu_lock_txfr work as documented.
  • More network randomness: use arc4random(3) instead of PIDs in login_radius(8). !
  • Make netstat(1) counters work on amd64. (PR#4107) !
  • Add sparc support for SUNW,fas SCSI.
  • Allow only superuser to change timeslot ranges and ppp modes on san(4) interfaces. !
  • Support radiotap in rtw(4) (mostly from NetBSD). !
  • Import rssadapt(9) man page from NetBSD.
  • Fix san(4) to not hang on large packets. !
  • Keep traceroute(8) ttl from wrapping. (PR#4093) !
  • Improve msdosfs support: fix a panic when trying to write files larger than 4GB -1 byte. (PR#4090), reading files > 2GB now works, and ignore trailing dots and spaces in filenames to stay compatible with Windows. Add support for msdos filesystems > 128GB by using new hashing strategy. (PR#4119). !
  • Make sure errno does not get reset before returning from some libc functions.
  • Increase default number of usb device nodes to 6 for systems with many onboard USB devices (like Mac minis).
  • Fix integer wrapping in ffs that caused decreased performance reading past 2GB boundary in large files.
  • Add support for hashing host names and addresses in ssh(1) known_hosts files for more privacy. --- 63,94 ----
  • .... more to be added, up to March 19, 2005

  • Improve ath(4) radiotap support. !
  • On the zaurus, let sysctl(8) adjust the generation of apm(4) powerchange messages !
  • In mac68k ae(4), support a bunch more, including the DaynaPORT E/II-3 card.
  • Move beacon allocation code into generic ieee80211 framework and out of some drivers.
  • Implement hardware WEP support for atu(4). !
  • Import mbuf handling fixes for atu(4). !
  • Support OQO model 01 internal USB wireless, which turns out to be a varient of atu(4).
  • Make pf(4) apply tags to all packets matching a state, rather than just the initial packet. !
  • Clean up memory leaks in uucplock(3) and make uu_lock_txfr(3) work as documented.
  • More network randomness: use arc4random(3) instead of PIDs in login_radius(8). !
  • Make netstat(1) counters work on amd64. !
  • Add sparc support for SUNW,fas SCSI in esp(4).
  • Allow only superuser to change timeslot ranges and ppp modes on san(4) interfaces. !
  • Support radiotap in rtw(4). !
  • New man paga for rssadapt(9).
  • Fix san(4) to not hang on large packets. !
  • Keep traceroute(8) ttl from wrapping. !
  • In MSDOS filesystem code, fix a panic when trying to write files larger than 4GB -1 byte. Reading files > 2GB now works. !
  • In MSDOS filesystems ignore trailing dots and spaces in filenames are ignored to stay compatible with Windows. !
  • Support MSDOS filesystems > 128GB by using a new hashing strategy. !
  • Make sure errno does not get reset before returning from ! opendir(3), ! setmode(3), ! and ! rcmd(3).
  • Increase default number of usb device nodes to 6 for systems with many onboard USB devices (like Mac minis).
  • Fix integer wrapping in ffs that caused decreased performance reading past 2GB boundary in large files.
  • Add support for hashing host names and addresses in ssh(1) known_hosts files for more privacy. *************** *** 111,124 ****
  • Support integrated s3 video components from via.
  • Be precise in libc man pages when talking about nul ('\0') vs. NULL. !
  • Import some fixes for atu(4) from NetBSD.
  • Support Zoltrix TV/FM in bktr(4).
  • Reliability fixes for ccd(4) mirroring.
  • Add new -N option for isakmpd(8) to select port for udpencap. Allows multiple NAT-T isakmpd instances on a single machine.
  • Continue auditing tree for snprintf(3) return value handling: apply(1) is now clean. You will thank us for it.
  • Add regression tests for copystr(9) bounds-checking. !
  • Fix a rare panic during init(8) seen under VMWare. (PR#4036)
  • Document the 'source-track' stateful tracking option in pf.conf(5).
  • Stop isakmpd(8) from responding to 0-length packets. Makes ISAKMP quieter to port scanners. --- 117,130 ----
  • Support integrated s3 video components from via.
  • Be precise in libc man pages when talking about nul ('\0') vs. NULL. !
  • Fix some more bugs in atu(4).
  • Support Zoltrix TV/FM in bktr(4).
  • Reliability fixes for ccd(4) mirroring.
  • Add new -N option for isakmpd(8) to select port for udpencap. Allows multiple NAT-T isakmpd instances on a single machine.
  • Continue auditing tree for snprintf(3) return value handling: apply(1) is now clean. You will thank us for it.
  • Add regression tests for copystr(9) bounds-checking. !
  • Fix a rare panic during init(8) seen under VMWare.
  • Document the 'source-track' stateful tracking option in pf.conf(5).
  • Stop isakmpd(8) from responding to 0-length packets. Makes ISAKMP quieter to port scanners. *************** *** 144,150 ****
  • Double the default value of MAX_KMAPENT to 2000 (more uvm for heavily loaded systems).
  • New iwi(4) driver for Intel PRO/Wireless 2225BG wireless PCI adapters. !
  • Program the LEDs on rtw(4) devices based on activity (from NetBSD).
  • Create new man page for the mutex(9) set of functions.
  • Remove embedded compilation dates from amd(8), ppp(8), and perl(1) so that binaries don't change all the time. --- 150,156 ----
  • Double the default value of MAX_KMAPENT to 2000 (more uvm for heavily loaded systems).
  • New iwi(4) driver for Intel PRO/Wireless 2225BG wireless PCI adapters. !
  • Program the LEDs on rtw(4) devices based on activity.
  • Create new man page for the mutex(9) set of functions.
  • Remove embedded compilation dates from amd(8), ppp(8), and perl(1) so that binaries don't change all the time. *************** *** 152,158 ****
  • New, less restrictive license for the new ieee80211 framework and new ath(4) driver.
  • Better error messages for getnameinfo failures in ssh(1).
  • New USB driver for zaurus. !
  • Make ieee80211 framework do a best-match instead of perfect-match when finding a node for a beacon; from NetBSD.
  • Cleanup in the new ral(4) driver, add software WEP.
  • Print interface names in route(8)'s monitor mode when they go up and down.
  • Reenable ehci(4) on macppc. --- 158,164 ----
  • New, less restrictive license for the new ieee80211 framework and new ath(4) driver.
  • Better error messages for getnameinfo failures in ssh(1).
  • New USB driver for zaurus. !
  • Make ieee80211 framework do a best-match instead of perfect-match when finding a node for a beacon.
  • Cleanup in the new ral(4) driver, add software WEP.
  • Print interface names in route(8)'s monitor mode when they go up and down.
  • Reenable ehci(4) on macppc. *************** *** 169,182 ****
  • Add /usr/X11R6/bin to the default $PATH in the skeleton .cshrc and .profile files.
  • For installations and upgrades, allow the user to complete the process without installing all required sets. !
  • Fix a kernel panic related to setting interface media; from NetBSD. (PR#4088)
  • Fix a bug in pfsync(4) that could cause some states to be erroneously purged.
  • New ral(4) driver for Ralink Technology RT2500 wireless adapters; not yet enabled.
  • Add a manual transmit power option to wi(4) and ifconfig(8); supported by some Prism2/2.5/3 cards in hostap mode.
  • More work and bug fixes on OpenCVS.
  • New pkg_mklocatedb(1) command to create locate(1) -style databases for packages. !
  • Import some new features for rtw(4) from NetBSD.
  • Enable atu(4) on macppc.
  • Fix a potential kernel panic in hp300's serial port interrupt handlers. --- 175,188 ----
  • Add /usr/X11R6/bin to the default $PATH in the skeleton .cshrc and .profile files.
  • For installations and upgrades, allow the user to complete the process without installing all required sets. !
  • Fix a kernel panic related to setting interface media.
  • Fix a bug in pfsync(4) that could cause some states to be erroneously purged.
  • New ral(4) driver for Ralink Technology RT2500 wireless adapters; not yet enabled.
  • Add a manual transmit power option to wi(4) and ifconfig(8); supported by some Prism2/2.5/3 cards in hostap mode.
  • More work and bug fixes on OpenCVS.
  • New pkg_mklocatedb(1) command to create locate(1) -style databases for packages. !
  • Import some new features for rtw(4).
  • Enable atu(4) on macppc.
  • Fix a potential kernel panic in hp300's serial port interrupt handlers. *************** *** 272,280 ****
  • Fix i386 disassembler in binutils.
  • Use a packet's address family instead of the rule's when selecting a replacement address for an rdr rule in pf(4).
  • Change 'syncif' to 'syncdev' in ifconfig(8) and pfsyncreq ioctl struct. !
  • Expire ipforward_rt cache in ip_slowtimeo. (PR#1967) !
  • Fix the '-S' flag for non-root in ftp-proxy(8). (PR#4066)
  • Fix the '-I' option with '-D', '-T', and '-t' in ping(8).
  • Have ssh(1) keyboard-interactive code call the authentication drivers even for responses to invalid logins. --- 278,286 ----
  • Fix i386 disassembler in binutils.
  • Use a packet's address family instead of the rule's when selecting a replacement address for an rdr rule in pf(4).
  • Change 'syncif' to 'syncdev' in ifconfig(8) and pfsyncreq ioctl struct. !
  • Expire ipforward_rt cache in ip_slowtimeo. !
  • Fix the '-S' flag for non-root in ftp-proxy(8).
  • Fix the '-I' option with '-D', '-T', and '-t' in ping(8).
  • Have ssh(1) keyboard-interactive code call the authentication drivers even for responses to invalid logins. *************** *** 292,298 ****
  • Support the nForce2 Ultra 400 IDE controller.
  • Import and merge X.org X11R6.8.2rc2. !
  • Make sure a given interface is running before touching the multicast filters; from NetBSD.
  • Support the Psion Dacom Gold Port Ethernet device in kue(4).
  • Add screen rotation support to the X.org wsfb driver.
  • Switch hp300 port to wscons, still using on-board ROM fonts for now. --- 298,304 ----
  • Support the nForce2 Ultra 400 IDE controller.
  • Import and merge X.org X11R6.8.2rc2. !
  • Make sure a given interface is running before touching the multicast filters.
  • Support the Psion Dacom Gold Port Ethernet device in kue(4).
  • Add screen rotation support to the X.org wsfb driver.
  • Switch hp300 port to wscons, still using on-board ROM fonts for now. *************** *** 370,376 ****
  • Import awk-20041222.
  • Add support in md5(1) for using multiple algorithms. !
  • Add an rtw(4) driver for Realtek 802.11 devices; from NetBSD.
  • Sync ieee80211 infrastructure with NetBSD to simplify logic and fix some bugs.
  • Fix a bug that caused vinvalbuf() panics.
  • More work on pkg_add(1) conflict handling. --- 376,382 ----
  • Import awk-20041222.
  • Add support in md5(1) for using multiple algorithms. !
  • Add an rtw(4) driver for Realtek 802.11 devices.
  • Sync ieee80211 infrastructure with NetBSD to simplify logic and fix some bugs.
  • Fix a bug that caused vinvalbuf() panics.
  • More work on pkg_add(1) conflict handling. *************** *** 1012,1018 ****
    OpenBSD www@openbsd.org !
    $OpenBSD: plus37.html,v 1.4 2005/03/26 21:02:50 cloder Exp $ --- 1018,1024 ----
    OpenBSD www@openbsd.org !
    $OpenBSD: plus37.html,v 1.5 2005/03/26 21:26:56 deraadt Exp $