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

Diff for /www/plus.html between version 1.1031 and 1.1032

version 1.1031, 2006/12/14 16:59:45 version 1.1032, 2006/12/29 06:32:11
Line 61 
Line 61 
 <p>  <p>
   
 <ul>  <ul>
 <!-- 2006/11/07 -->  <!-- 2006/11/26 -->
   <li>Activate <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&sektion=4&format=html">pwdog(4)</a> on i386 and macppc GENERIC kernels.
   <!-- 2006/11/25 -->
   <li>Added support in the scsi midlayer to handle detached targets better.
   <li>Fix malloc() panic in msdos_mountfs().
   <li>Remove <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&sektion=4&format=html">dpt(4)</a> from alhpa, amd64 and i386 kernels.
   <li>Enable new devices (flash, usbf, cdcef) on Zaurus GENERIC.
   <li>Initial USB device controller (UDC) and USB CDC Ethernet function support for PXA27x/Zaurus.
   <li>Add code to detect if the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&sektion=4&format=html">pwdog(4)</a> card is jumpered to work I/O or memory mapped.
   <li>Enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> on i386 GENERIC kernels.
   <li>Add support for the Quancom PWDOG1, watchdog timer card.
   <li>Sync the amd64 acpi code to i386, also fix interrupt routing for multi-ioapic systems.
   <li>Fix for acpiec handler code, fixes deadlocks.
   <li>Initial import of X.org 7.2 called xenocara. Not hooked in the build tree yet.
   <li>Initial NAND flash support for Zaurus platform, not enabled yet.
   <!-- 2006/11/24 -->
   <li>Also enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices to have fixed rates set.
   <li>Fix for double free panic when detaching interfaces.
   <li>Enable automatic rate adaptation on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices.
   <li>Complete rewrite of the reset routine on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcw&sektion=4&format=html">bcw(4)</a> devices, clears up the random attach warning on warm boots.
   <li>Make sure we zero out the fsid field when copying out a statfs struct to userland in the VFS code.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a> to tag ipsec traffic belonging to specific IKE-initiated phase 2 traffic. Allows policy-based filtering of encrypted and unencrypted ipsec traffic.
   <li>Fix for the STP bridging code, allows to use bridge STP with USB ethernet devices.
   <!-- 2006/11/23 -->
   <li>On arm platforms, use correct define to detect soft cpu.
   <li>Remove 802.11a stuff from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>.
   <li>For now, do not attach the second port on dual port <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a> cards. Makes the first port work.
   <li>Add 88W8310 chipsets to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices.
   <!-- 2006/11/22 -->
   <li>Add BCM4312 to the list of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcw&sektion=4&format=html">bcw(4)</a> devices.
   <li>Fix an int overflow in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=banner&sektion=1&format=html">banner(1)</a>.
   <li>Make sure the kernel malloc() return NULL on too large sizes when caller has set M_CANFAIL instead of panic()ing.
   <li>Attach to cardbus <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcw&sektion=4&format=html">bcw(4)</a> cards.
   <li>Redo line parsing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8&format=html">ypserv(8)</a>, fixes out of bounds array access for short strings.
   <!-- 2006/11/21 -->
   <li>Make wi_get_txpower() fail on USB <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4&format=html">wi(4)</a>, so we do not CSR_READ on them.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, free allocated mbufs at TX done. Also reset some TX descriptor values. Fixes "mclpool" warnings.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>, do not delete sections that might be shared with other connections. This workaround might leak <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> entries, but is ok for now.
   <!-- 2006/11/20 -->
   <li>Added sysctl net.inet6.ip6.multicast_mtudisc for multicast routers.
   <li>Fixes for external editor launch in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.
   <li>Remove watchdog handler workaround in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>, not necessary anymore.
   <li>Reenable hardware vlan tagging on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4&format=html">ti(4)</a> devices.
   <li>Fix a 32 bit overflow on 32 bit platforms for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ksh&sektion=1&format=html">ksh(1)</a> ulimit.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> only do hardware checksum offload on UDP and TCP.
   <li>Fix vlan support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> when transmitting frames.
   <li>Enable support for audio on landisk platforms.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=html">pfctl(8)</a> for -K, to kill source tracking nodes explicitly, behaves like -k for killing states.
   <!-- 2006/11/19 -->
   <li>Re-enable Intel i31244 support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a>.
   <li>Add support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> for displaying Rapid Spanning Tree Protocol frames.
   <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&sektion=4&format=html">bnx(4)</a> transmit code which would drop sent packets at mediom/high load.
   <li>Add PCI hookup code to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices.
   <!-- 2006/11/18 -->
   <li>Fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> regarding isearch.
   <li>Fix line number bugs regarding marks while opening same file several times and one concerning pgup/pgdown in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a>.
   <!-- 2006/11/17 -->
   <li>On amd64, decide whether we need to attach the primary cpu by checking the CPUF_PRESENT, like we do on i386.
   <li>Initial import of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcw&sektion=4&format=html">bcw(4)</a>, a driver for IEEE 802.11 Broadcom BCM43xx chipset based devices. Not usable yet.
   <li>Add support for multiple networks on one interface for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&sektion=1&format=html">pax(1)</a>, fix extracting and setting permissions for tar archives when multiple -C options are present and/or multiple file selection args are used.
   <li>Make getpeereid() work on both sides of the connection. The client can now get the euid/egid of the server it connects to.
   <!-- 2006/11/16 -->
   <li>Make sure we copy the IV back into the session structure instead of the softc for VIA cpu-based crypto.
   <li>Fix a segfault in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html">mg(1)</a> when using isearch.
   <li>Add a lower TX treshold value in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> and use this when checking the number of available TX descriptors, in the case that em_encap() has tried to reclaim descriptors.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a>, reset the number of lines of tail context before processing each file, to avoid printing lines from the previous file.
   <li>Changed the semantics of ff01::/16 to local interface multicast in the IPv6 stack.
   <li>In md5(1), add support for -r and -q options.
   <li>Add support for four new radios in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>, AL2210, CGT, Maxim New and Maxim New2. Untested.
   <li>All network interface code create empty groups, so the rc scripts can do carp demotion early in the boot process.
   <!-- 2006/11/15 -->
   <li>Various IPv6 utilities transitioned from RFC2292 to RFC3542 behaviour.
   <li>Hook up acpi apic interrupt routing support to generic acpi code.
   <li>Fix for infinite loop in malo_tx_intr() for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> devices and enable data packet transmission.
   <li>Fix integer promotion on 64 bit arches in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a> code.
   <!-- 2006/11/14 -->
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&sektion=4&format=html">vge(4)</a> when vge_encap fails, would leave an mbuf in the if_snd queue otherwise.
   <li>Add rlog and rannotate commands to OpenCVS.
   <!-- 2006/11/13 -->
   <li>Rework <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=3&format=html">em(3)</a> transmit register handling, required for future chipsets.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> handle rules with addresses from mismatched address families correctly.
   <!-- 2006/11/12 -->
   <li>Remove a delay() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> by actually waiting for the command to finish.
   <!-- 2006/11/11 -->
   <li>For i386, get rid of magic ISA and EISA bus numbers in mpbios code, paves way for alternative sources for interrupt information.
   <li>Fix memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&sektion=8&format=html">fsck_msdos(8)</a>.
   <li>Add support for the 3Com 3CRWE154G72 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&sektion=4&format=html">pgt(4)</a> device.
   <!-- 2006/11/10 -->
   <li>Add support for Sun 1000baseSX cards in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&format=html">gem(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mopd&sektion=8&format=html">mopd(8)</a> check the correct bits in the control byte.
   <li>Fix DMA firmware command interface in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a>, now can associate successfully with an AP.
   <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a> pre-allocate TX DMA maps instead of creating and destroying a DMA map per packet sent.
   <li>In the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&sektion=4&format=html">nfe(4)</a> driver, defer setting the valid bit in the first TX descriptor until all descriptors have been set up, otherwise hardware may start processing descriptors faster than us.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a> for wlan settings, allow -nwid to clear the prefered nwid, just like -nwkey clears the key.
   <li>Make m88k-base platforms fetch syscall arguments beyond r9 with copyin() from the userland stack, instead of having the userland code put the first three arguments in r10-r12.
   <li>Fix set_rpc_maxgrouplist, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_nfs&sektion=8&format=html">mount_nfs(8)</a> -g works again.
   <li>Have md5(1) accept both upper case and lower case letters.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> check both source and destination when grouping SAs.
   <li>Fix grouping for SAs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a>, now all combinations of SAs are possible, not only ESP+AH.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8&format=html">ipsecctl(8)</a> does not count sa, ike and tcpmd5 rules twice.
   <li>Introduce reference count in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a> for route_report so it can be shared and freed correctly.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> clear lists before deleting neighbor.
   <li>Fix an mbuf leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&sektion=4&format=html">tun(4)</a> error path.
   <!-- 2006/11/09 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> fixes for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a> driver.
   <li>Lots of USB devices added to the landisk GENERIC and RAMDISK kernels.
   <li>Initial support for OpenBSD/sh support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&sektion=1&format=html">gdb(1)</a>.
   <li>Add multicast filter to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a> instead of using ALLMULTI all the time.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff3&sektion=1&format=html">diff3(1)</a> respects TMPDIR.
   <li>More fixes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&sektion=4&format=html">malo(4)</a> for the firmware commands.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> support public keys without SubjectPublicKeyInfo.
   <!-- 2006/11/08 -->
   <li>OpenCVS now can do remote tag command.
   <li>On landisk platforms, force TS_CARR_ON for the serial console, since they have no DCD line.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> properly indicate the state of "fib-update".
   <li>Add a -y flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&arch=i386&format=html">fdisk(8)</a> for non-interactive use.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> XMAC work on big-endian systems too.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4&format=html">sk(4)</a> XMAC work on big-endian systems too.
   <!-- 2006/11/07 -->
 <li>Add support for Decision Computer multiport serial cards in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.  <li>Add support for Decision Computer multiport serial cards in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4&format=html">puc(4)</a>.
 <li>Fix sigmask handling bug for landisk platform that caused SIGCHLD to be almost always masked.  <li>Fix sigmask handling bug for landisk platform that caused SIGCHLD to be almost always masked.
 <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.  <li>Various fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html">em(4)</a>.
Line 188 
Line 305 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices blink the LED on transmit.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> devices blink the LED on transmit.
 <li>"Bogus xmit rate" panic fixed for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> too.  <li>"Bogus xmit rate" panic fixed for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> too.
 <li>Replace rate control code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, should also fix "bogus xmit rate" panics in HostAP mode.  <li>Replace rate control code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, should also fix "bogus xmit rate" panics in HostAP mode.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> handle per-node rate control  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a> handle per-node rate control.
 <li>Add Edimax EW-7318USG to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.  <li>Add Edimax EW-7318USG to the list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a> devices.
 <li>Fixes for rate handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a>.  <li>Fixes for rate handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a>.
 <!-- 2006/10/21 -->  <!-- 2006/10/21 -->
Line 206 
Line 323 
 <li>Another fix for the wscons jump scrolling code which can occur if autowrapping is on and certain control characters are encountered.  <li>Another fix for the wscons jump scrolling code which can occur if autowrapping is on and certain control characters are encountered.
 <li>In the VFS layer, promote certain bdwrite calls to bawrite for some cases so they wont get deferred due to pending softdeps.  <li>In the VFS layer, promote certain bdwrite calls to bawrite for some cases so they wont get deferred due to pending softdeps.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> match the CS5536 IDE controller in AMD Geode LX-800-based system.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=html">pciide(4)</a> match the CS5536 IDE controller in AMD Geode LX-800-based system.
 <li>Replace ACPI ioctls with APM ioctls, now <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&sektion=8&format=html">apmd(8)</a> can be forced to use /dev/acpi.  <li>Replace ACPI ioctls with APM ioctls, now <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&arch=i386&sektion=8&format=html">apmd(8)</a> can be forced to use /dev/acpi.
 <!-- 2006/10/18 -->  <!-- 2006/10/18 -->
 <li>Various acpi fixes.  <li>Various acpi fixes.
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1&format=html">sort(1)</a>, remove code that could cause a SEGV if a buffer is realloc()ed, instead allocate two buffers early.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sort&sektion=1&format=html">sort(1)</a>, remove code that could cause a SEGV if a buffer is realloc()ed, instead allocate two buffers early.
Line 331 
Line 448 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a>, allow zero-length patterns with -x.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grep&sektion=1&format=html">grep(1)</a>, allow zero-length patterns with -x.
 <li>Make pthreads allocate stack using mmap instead of malloc.  <li>Make pthreads allocate stack using mmap instead of malloc.
 <li>More of the fd race and deadlock corrections in pthread code.  <li>More of the fd race and deadlock corrections in pthread code.
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> does not allocate jumbo buffers and also does not allow reception of large frames until mtu is set to higher value.  <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> does not allocate jumbo buffers and also does not allow reception of large frames until mtu is set to higher value.
 <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a>, make HostAP mode work, and fix IBSS tweaks.  <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&sektion=4&format=html">acx(4)</a>, make HostAP mode work, and fix IBSS tweaks.
 <li>Add ELECOM LD-USB20 to list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a> devices.  <li>Add ELECOM LD-USB20 to list of supported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a> devices.
 <li>Endian fix for ISO chksum in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.  <li>Endian fix for ISO chksum in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>.

Legend:
Removed from v.1.1031  
changed lines
  Added in v.1.1032