[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.1018 and 1.1019

version 1.1018, 2006/07/15 00:47:19 version 1.1019, 2006/07/19 19:16:16
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2006/07/14 -->
   <li>Add major line for wd* on armish, to allow kernels with root on wd0a to work.
   <li>Allow vax kernel stack tracebacks even when the kernel did not panic.
   <!-- 2006/07/13 -->
   <!-- 2006/07/12 -->
   <li>Initial PHY driver for IC Plus IP1000A.
   <li>Make sure little endian platforms without alignment requirements do not split multibyte access on usb.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a> for "Match" keyword, similar to the "Host" directive in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&format=html">ssh_config(5)</a>.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=round&sektion=3&format=html">round(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roundf&sektion=3&format=html">roundf(3)</a> from C99 to libm.
   <!-- 2006/07/11 -->
   <li>Increase the maximum jumbo frame size on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a>.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppoe&sektion=8&format=html">pppoe(8)</a> code handle remote error messages not being null terminated.
   <li>Ensure virtual and profiling interval timers are reset in child process after fork().
   <li>Add support for ExitOnForwardFailure to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> to terminate if we cannot set up all requested dynamic, local and remote port forwardings.
   <li>Make the UDF mounting code hint the kernel where to find the VAT.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html">gcc(1)</a> false positives in the -Wbounded warnings for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sscanf&sektion=3&format=html">sscanf(3)</a>.
   <li>Only copy the part of environment variable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> that we actually use. Prevents <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> from bailing out later on long variables.
   <li>Hook up hw.product sysctl on macppc.
   <!-- 2006/07/10 -->
   <li>Remove SpamHaus entry from the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamd.conf&sektion=5&format=html">spamd.conf(5)</a>.
   <li>Make sure the ELF loader can handle executables with all sections marked read-only.
   <li>Disable Speedstep and p4tcc setperf mechanisms on SMP systems.
   <li>Fix potential crash in SOCKS 5 code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
   <!-- 2006/07/09 -->
   <li>Fix for zero sized remote files in OpenCVS.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a> doesn't try to read /usr/mdec/mbr unless the platform actually provides it.
   <li>Support for 68020-based hp300 machines removed.
   <li>Some fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a> detection, allowing for unplug of a card when the probe gets stuck without panicing.
   <li>Implement firmware upload to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>. This is the last feature <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a> had.
   <!-- 2006/07/08 -->
   <li>Make sure modification flags are unset if you undo all the way from a loaded buffer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
   <li>Various fixes regarding line counting in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
   <li>Add support for ATI IXP300 SATA.
   <!-- 2006/07/07 -->
   <li>First version of remote code for OpenCVS. Fairly usable, but not recommended for real development yet.
   <li>Fix for in-kernel ddb hangman so it counts correct guesses right.
   <!-- 2006/07/06 -->
   <li>Re-sync the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> driver to Intels 6.0.5 FreeBSD driver. Previous version included an unrelated change in the I/O which broke it last time.
   <li>Let mac68k kernels map an empty page at the beginning of the kernel so it can be mapped invalid to catch null pointer references.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>, allow rules to point to alternate routing tables and tag packets matching that rule.
   <li>Add options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> to enable logging of transactions.
   <li>Add support for arguments to Subsystem commands in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&format=html">sshd_config(5)</a>.
   <!-- 2006/07/05 -->
   <li>Add VAT support in the UDF file system according to UDF 1.50.
   <!-- 2006/07/04 -->
   <li>Revert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> back to previous state.
   <li>Make sure the libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&sektion=3&format=html">crypt(3)</a> routine allocates enough space for gsalt.
   <li>Disable alipm on sparc64 until a spurious bug is found.
   <!-- 2006/07/03 -->
   <li>Initial version of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmeaattach&sektion=8&format=html">nmeaattach(8)</a>. Attaches a serial line as a source of a timedelta sensor.
   <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> driver with Intels latest FreeBSD driver (6.0.5). Adds support for new chipset revisions found on ESB2 and ICH8 core logic chipsets.
    <li>Back out premature 68060 stuff from mvme68k locore.s.
   <li>Fix for OpenOSPF where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> would redistribute <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> routes into ospf.
   <!-- 2006/07/02 -->
   <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a>.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> send out vendor ID announcing isakmpds release version.
   <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=1&format=html">systrace(1)</a> to 1.6d.
   <!-- 2006/07/01 -->
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> on i386.
   <li>Fix channel frequency/flags in radiotap structs. Channel probes now actually cycle 1-14 instead of just sitting at channel 1.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> also updates the 802.11 address when the user changes the mac address. Replaces old <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wicontrol&sektion=8&format=html">wicontrol(8)</a> -m option.
   <li>Add support for 5750 C2-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> cards.
   <!-- 2006/06/30 -->
   <li>Improvements for the sparc and sparc64 frame buffers.
   <li>Add -K option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnconfig&sektion=8&format=html">vnconfig(8)</a> which uses a salt file and pkcs5 pbkdf2 to create a more secure key.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> doesn't write anything to the log until it is daemonized.
   <!-- 2006/06/29 -->
   <li>Remove the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a> now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> has replaced it.
   <li>Change the iostat output in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a> to print kilobytes instead of bytes.
   <li>Make sure the EEPROM reading code on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> devices work as expected.
   <li>Make sure amd64 kernels compile cleanly even if DEBUG is defined.
   <!-- 2006/06/28 -->
   <li>Fixes for the softupdates queue handling code to avoid endless recursion when forcing worker threads to process worklist items before adding more to the worklist.
   <!-- 2006/06/27 -->
   <li>In OpenOSPF, track the uptime of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> itself.
   <li>Add the "nwflag hiddenwid" for hidden SSID mode and "nwflag nobridge" to prevent inter-station communications to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for 802.11-based devices.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a>, add new event rules to match optional elements like signal percentage, transmit rate and channel frequency.
   <li>Remove jumbo frame capabilities from the 5714-based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices for now.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>, replace the iostat view to something that actually looks like the ifstat view.
   <li>Add code to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> to support scanning and node listing for 802.11 devices. Also allow it to print BSSID.
   <!-- 2006/06/26 -->
   <li>Fix in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html">re(4)</a> for RX path on architectures which require strict alignments and workarounds for reception of jumbo frames.
   <li>Add support for RealTek 8169SC and 8101E based network cards.
   <li>Upgrade OpenSSL to 0.9.7j.
   <li>Add support for RSSI max reporting in RFMD 2958 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4&format=html">atu(4)</a> devices.
   <li>Pass process credentials to VOP_READ makeing it possible to load firmwares over NFS.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> on SGI.
   <li>On sparc64, always skip the offending instruction on a fpu fault.
   <li>Enable wide targets on FAS366 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&sektion=4&arch=sparc&format=html">esp(4)</a> controllers.
   <li>Add Sun type 7 keyboards to detected usb devices and try to see what country code they have selected..
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> reset adjtime on startup, otherwise it will overcompensate and produce confusing log entries.
   <!-- 2006/06/25 -->
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcx&sektion=4&format=html">bcx(4)</a>, driver for Broadcom NetXtreme II gigabit cards for PCI-X and PCIe. Still in development.
   <li>wicontrol(8) goes away, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> will replace the lost functionality.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html">ne(4)</a> on amd64 platforms.
   <!-- 2006/06/24 -->
   <li>Allow Xorg to run without privileges when using the wsfb driver.
   <li>Import support for Promise PDC205xx based SATA controllers.
   <!-- 2006/06/23 -->
   <li>Set the RSSI max value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&sektion=4&format=html">ath(4)</a> and add code to allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&sektion=8&format=html">hostapd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> to print those values.
   <li>Let ifconfig print out signal quality for 802.11 devices if those have reported the RSSI max value.
   <li>Add an optional max_rssi attribute to the 80211com structure so it can be exported to userland. Used to control signal strength.
   <li>Ext2fs removed from RAMDISKC due to space constraints.
   <li>Add Promise PDC40518 SATA-II to the list of supported devices.
   <!-- 2006/06/22 -->
   <li>Endian fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a>, allows those cards to work on macppc and sparc64.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> save computed clock drift and use it on next startup.
   <!-- 2006/06/21 -->
   <li>Add CX4-based hardware to list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&sektion=4&format=html">ixgb(4)</a> devices.
   <li>Add BCM5703 B0 to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> devices.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> on alpha too.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=init&sektion=8&format=html">init(8)</a> to accept SIGUSR2 for mandatory powerdowns.
   <li>Improvements in the UDF file system so it can find virtual partition maps.
   <li>Add support on sparc64 to power down nicely using the power button on the front panel.
   <li>Initial code to handle the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> driver for Zydas ZD1211 802.11 devices.
   <li>Avoid a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> by installing SIGCHLD handler before fork().
   <li>Add media types for 10GE.
   <li>Make sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nmea&sektion=4&format=html">nmea(4)</a> driver stores the timestamp events early so other events don't overwrite it.
   <!-- 2006/06/20 -->
   <li>Fix for zaurus suspend problem introduced earlier.
   <li>Fix memory reporting on 2+ GB alphas.
   <!-- 2006/06/19 -->
   <li>Added kvm routines for vax platform so "target kvm" works in gdb for kernel crash dumps.
   <li>Add support for hot spares on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>.
   <!-- 2006/06/18 -->
   <li>pcn(4) removed from i386 RAMDISKC install image due to size constraints.
   <li>Improve 802.11b/g interoperability and move towards better compliance with IEEE Std 802.11g-2003.
   <li>Fix a crash in ext2fs code.
   <li>On rt2661 and rt2560 based <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> cards, enable packet bursting when operating as as STA.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> on sparc64.
   <li>Add support for equal-cost multipath IP, enable with sysctls.
   <!-- 2006/06/17 -->
   <li>Import frequency correction code to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a>.
   <li>Reenable AMRR on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>.
   <li>The FFS code will now refuse to mount a filesystem where the number of frags isn't 1,2,4 or 8, instead of panicing later.
   <li>Make sure mouse and keyboard devices on recent Powerbooks doesn't register twice.
   <li>Implement carp demotion control for OpenBGPD. Sessions can be configured to modify carp demotion counter for an interface group.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> to build without clock_subr.c, which means any usb-enabled arch can attach it.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a> on sparc64 which lets it fetch the interfaces correctly.
   <li>Fix file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>.
 <!-- 2006/06/16 -->  <!-- 2006/06/16 -->
 <!-- 2006/06/15 -->  <li>Driver for Philips PCA9532 LCD dimmer on ARM-based Thecus.
   <li>Better logging of refusals and transfers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftpd&sektion=8&format=html">tftpd(8)</a>.
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a>, a driver for the next generation Ralink Technology USB 802.11 a/b/g wireless network device.
   <li>Add rt2573 microcode to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a> driver.
   <li>Add skeleton driver for sparc64 Ultra5 power button. Not useful yet.
   <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a>, load firmware block by block since contiguous memory may not be possible, and fix reassociations.
   <li>Make sure the privileged child process of dhclient has "/" for working directory so it wont hold locks on directories like /mnt if started from there.
 <li>Support for multichannel (&gt;3) recording on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.  <li>Support for multichannel (&gt;3) recording on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&sektion=4&format=html">azalia(4)</a>.
   <!-- 2006/06/15 -->
 <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> when running under VMWare since the VMWare mpi code doesn't fill in all the fields when probed.  <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> when running under VMWare since the VMWare mpi code doesn't fill in all the fields when probed.
 <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> on hppa.  <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> on hppa.
 <li>Switch i386 and amd64 to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> in favor of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a>.  <li>Switch i386 and amd64 to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a> in favor of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a>.
Line 180 
Line 327 
 <li>Add proper bounds checks for the CDP and SSDP protocol parsers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.  <li>Add proper bounds checks for the CDP and SSDP protocol parsers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
 <li>Add support for i80321 "armish" systems.  <li>Add support for i80321 "armish" systems.
 <li>Revert the recent NFS change regarding reserved ports.  <li>Revert the recent NFS change regarding reserved ports.
 <li>Add gssapi-with-mic ot PreferredAuthentications on ssh_config(5).  <li>Add gssapi-with-mic ot PreferredAuthentications on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&format=html">ssh_config(5)</a>.
 <li>Implement reliable microtime on i386 smp systems.  <li>Implement reliable microtime on i386 smp systems.
 <li>Add support for NVIDIA nForce MCP04 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>.  <li>Add support for NVIDIA nForce MCP04 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4&format=html">auich(4)</a>.
 <!-- 2006/05/28 -->  <!-- 2006/05/28 -->
Line 211 
Line 358 
 <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a> devices, always allow ioctl's to work, even if there is no media loaded.  <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html">st(4)</a> devices, always allow ioctl's to work, even if there is no media loaded.
 <li>Fix potential crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> when printing ipv6 frags using -v.  <li>Fix potential crash in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> when printing ipv6 frags using -v.
 <li>Fix for National variants of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> cards when switching to allmulti mode.  <li>Fix for National variants of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4&format=html">sis(4)</a> cards when switching to allmulti mode.
 <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> continue even if an interface lacks a subnet configured in the dhcpd.conf(5), instead that interface will be ignored.  <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> continue even if an interface lacks a subnet configured in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd.conf&sektion=5&format=html">dhcpd.conf(5)</a>, instead that interface will be ignored.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>, an alternative driver for LSI Logic Fusion MPT controllers, currently supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a>.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&sektion=4&format=html">mpi(4)</a>, an alternative driver for LSI Logic Fusion MPT controllers, currently supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&sektion=4&format=html">mpt(4)</a>.
 <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> attach code to create a timedelta sensor immediately, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> doesn't have to check for hotplug events.  <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> attach code to create a timedelta sensor immediately, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&sektion=8&format=html">ntpd(8)</a> doesn't have to check for hotplug events.
 <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3&format=html">getcwd(3)</a> use the new __getcwd() system call.  <li>Make libc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&sektion=3&format=html">getcwd(3)</a> use the new __getcwd() system call.

Legend:
Removed from v.1.1018  
changed lines
  Added in v.1.1019