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

Diff for /www/plus.html between version 1.1188 and 1.1189

version 1.1188, 2010/12/16 19:58:14 version 1.1189, 2011/01/13 19:44:22
Line 67 
Line 67 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2010/12/17 -->
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> usbd_{bulk,intr}_transfer from catching signals if a timeout is set.
   <li>Fixed simple passwords with SHA in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a>.
   <!-- 2010/12/16 -->
   <li>Avoid pointer arithmetic on void * in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a>.
   <li>Fixed length of the array containing VIA ciphers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=9&format=html">crypto(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=3&format=html">crypto(3)</a>.
   <!-- 2010/12/15 -->
   <li><font color="#e00000"><strong>RELIABILITY FIX: Bring CBC oracle attack countermeasures to hardware crypto accelerator land. This fixes aes-ni, via xcrypt and various drivers: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxsb&arch=i386&sektion=4">glxsb(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&sektion=4">safe(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec(4)</a>.</strong></font><br>
   <a href="errata48.html#006_cbc">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <li><font color="#e00000"><strong>SECURITY FIX: Insufficent initialization of the pf rule structure in the ioctl handler may allow userland to modify kernel memory. By default root privileges are needed to add or modify pf rules.</strong></font><br>
   <a href="errata48.html#005_pf">A source code patch is available</a>.<br>
   <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uticom&sektion=4&format=html">uticom(4)</a> from panicking when being attached. Enable it in i386 and amd64.
   <li>Added security fix in OpenSSL for CVE-2010-4180.
   <!-- 2010/12/14 -->
   <li>Prevent delays in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> if the device dying.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cron&sektion=8&format=html">cron(8)</a> treat a missing spool dir like an empty one.
   <li>Disabled access to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=html">crypto(4)</a> from userland.
   <li>Implemented fast path TLB miss handling on the landisk platform. Improves speed by 44-50%.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=voyager&sektion=4&arch=loongson&format=html">voyager(4/LOONGSON)</a> use the dying flag in struct usbd_usb instead of a private dying flag.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> use the dying flag in struct usbd_usb instead of a private dying flag.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=math&sektion=3&format=html">math(3)</a> HUGE_VAL, HUGE_VALF, HUGE_VALL, INFINITY, NAN expand to the constant expressions with the help of GCC version posterior to 3.3.
   <!-- 2010/12/13 -->
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html">cwm(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> read ${X} environment variables in strings and $HOME from the global environment rather than getenv, this allows them to be updated during the configuration file.
   <li>Fixed a race condition in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldconfig&sektion=8&format=html">ldconfig(8)</a>.
   <li>Simulate a full login with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=8&format=html">su(8)</a> in rc.subr.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a> call setusercontext() with the LOGIN_SETENV flag for <tt>su -l</tt> to pick up environment variables specified in login.conf.
   <li>Prevent <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=ospfd6&sektion=8&format=html">ospfd6(8)</a> from using a carp address as ospf router.
   <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&sektion=1&format=html">pkg_delete(1)</a>.
   <!-- 2010/12/12 -->
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> resolver from reading past the end of a buffer.
   <li>Make sure GCC configuration file for sparc OpenBSD is consistent with <tt>&lt;sys/types.h&gt;</tt>.
   <li>Fixed segmentation faults with GCC4 by allocating a full C compiler-style stack frame that includes space for 6 extended word arguments slots required by the sparc ABI in sparc <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rsu&sektion=4&format=html">rsu(4)</a> match the Planex GW-USNano.
   <!-- 2010/12/11 -->
   <li>Added support for the ZTE MF112 from MERIGHI Marcus to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&sektion=4&format=html">umsm(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a> drop Rx'd frames larger than MCLBYTES.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rsu&sektion=4&format=html">rsu(4)</a>, a driver for Realtex RTL8188SU, RTL8191SU and RTL8192SU 802.11n USB devices. Enabled it in i386 and amd64 GENERIC kernels.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> to track the last session for a client and add a flag to switch-client a key binding (L) to move a client back to its last session.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> rectangle copy to behave like Emacs.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> prompt history global for all clients.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> SYNOPSIS sections and code having .nr nS enabled behave as if the whole code were wrapped in .Bk/.Ek.
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a>.
   <li>Allow the rc.d system to mark an rc action as unsupported by setting the corresponding variable to NO.
   <li>Prevent the rc.d system from overwriting settings in the rc scripts.
   <!-- 2010/12/10 -->
   <li>Added support for setting _user _class and _shell for a specific daemon launched with rc.d, and use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a> to start the daemons.
   <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a>.
   <li>Fixed a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&sektion=1&format=html">rcs(1)</a>.
   <!-- 2010/12/09 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> abort endless loops during roff macro and string expansion.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and `Brq') to have zero arguments without warning.
   <li>Added support for <tt>-s <i>login-shell</i></tt> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=su&sektion=1&format=html">su(1)</a>.
   <li>Fixed an infinite loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a> from deleting SAs from the same IP on an INITIAL-CONTACT message. Fixes PR5562.
   <!-- 2010/12/08 -->
   <li>Added a -3 option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> to transfer copy between two remote paths through the local host.
   <li>Make xinput use ASCII art when the environment is not UTF-8 capable.
   <li>Distribute the panes more evenly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> built-in layouts and set the default value of main-pane-width to 80 rather than 81.
   <!-- 2010/12/07 -->
   <li>Fixed bug in amd64 {rdmsr,wrmsr}_locked functions.
   <li>Updated xf86-video-geode to 2.11.10.
   <li>Improved i386 and amd64 checksumming of disks that need to be matched to BIOS disks. Prevent a wrong disk from being attached as boot disk.
   <!-- 2010/12/06 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> ignore .ft when used with <tt>-Thtml</tt>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from reporting the same problem more than one time.
   <li>Added an option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> for silence (lack of activity) in a window.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from printing .P, .PP and .LP header content.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> from following .D1 and .Dl inside .Bd with a blank line.
   <li>Avoid calling xf86DPMSInit() twice in xf86-video-sunffb. Fixes X server crashes that appeared with the xserver 1.9.2 import.
   <li>Allow better compiler optimization of PMAP_PREFER on arm, hppa, hppa64, m68k, mips64, solbourne, sparc and sparc64.
   <li>Updated CGI(3p) to version 3.50 (includes a fix for SA42443).
   <li>Added a <tt>-D</tt> flag to specify the display to start xtsscale(1) on.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a> set the dying flag when having an unrecoverable error. Check the dying flag in timeout and interrupt handlers.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a> delete the interrupt timeout in the detach routine as in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4&format=html">ohci(4)</a>.
   <li>Make use of usbd_deactivate and usbd_is_dying instead of own dying routines in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4&format=html">atu(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4&format=html">aue(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&sektion=4&format=html">axe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4&format=html">cue(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mos&sektion=4&format=html">mos(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&sektion=4&format=html">ral(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&sektion=4&format=html">rum(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&sektion=4&format=html">uath(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&sektion=4&format=html">udav(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&sektion=4&format=html">upgt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&sektion=4&format=html">url(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtw&sektion=4&format=html">urtw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&sektion=4&format=html">zyd(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&sektion=4&format=html">udcf(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ueagle&sektion=4&format=html">ueagle(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> call config_deactivate() before config_detach() when detaching devices.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> use usbd_is_dying() instead of directly checking the device's bus dying flag.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> check that the root hub has been configured before trying to free it's resources.
   <li>Added <tt>dying</tt> flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> struct usbd_device. Added usbd_deactivate() to set it. Added usbd_is_dying() to check if the flag has been set and use it before issuing transfers or requests.
 <!-- 2010/12/05 -->  <!-- 2010/12/05 -->
 <li>Improved xf86-video-glint for sparc64. Make mplayer play video without weird colors.  <li>Improved xf86-video-glint for sparc64. Make mplayer play video without weird colors.
 <li>Upgraded xorg-xserver to version 1.9.2, xf86-video-savage to 2.3.2.  <li>Upgraded xorg-xserver to version 1.9.2, xf86-video-savage to 2.3.2.
Line 87 
Line 170 
 <li>Fixed a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.  <li>Fixed a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>.
 <!-- 2010/12/02 -->  <!-- 2010/12/02 -->
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> properly initialize the manual section to a default when .Dt is missing. Prevent it from dying on an assertion.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> properly initialize the manual section to a default when .Dt is missing. Prevent it from dying on an assertion.
 <li>Added a quirks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> to prevent it from attaching the hid interface of the Texas Instrument MSP430.  <li>Added quirks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> to prevent it from attaching the hid interface of the Texas Instrument MSP430.
 <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8&format=html">savecore(8)</a> from reading lapic area by not linking vers.o last.  <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savecore&sektion=8&format=html">savecore(8)</a> from reading lapic area by not linking vers.o last.
 <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4&format=html">hotplug(4)</a> queue dynamic. Allow it to increase size without waste.  <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4&format=html">hotplug(4)</a> queue dynamic. Allow it to increase size without waste.
 <li>Introduced a <tt>-N</tt> option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&sektion=1&format=html">tar(1)</a> to make it use only the numeric UID and GID values when creating or extracting an archive.  <li>Introduced a <tt>-N</tt> option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tar&sektion=1&format=html">tar(1)</a> to make it use only the numeric UID and GID values when creating or extracting an archive.
Line 165 
Line 248 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=macppc&format=html">zs(4/macppc)</a> use cons_decl() to get console routine prototypes.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=macppc&format=html">zs(4/macppc)</a> use cons_decl() to get console routine prototypes.
 <li>Make installation script create devices for fstab entries that are using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID.  <li>Make installation script create devices for fstab entries that are using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID.
 <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>.  <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>.
   <!-- 2010/11/21 -->
   <li>Removed timer randomness in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4&format=html">random(4)</a> ioctl.
   <li>In Xenocara, updated xf86-input-mouse to version 1.6.0.
   <li>Refactor <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> internals of private key loading and saving to work on memory buffers rather than directly on files.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a> handle uhci_alloc_sqh() properly when it fails to allocate memory in uhci_device_setintr().
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1&format=html">ssh-agent(1)</a> use "$TMPDIR/ssh-XXXXXXXXXXXX/agent.<ppid>" instead of hardcoded "/tmp/ssh-XXXXXXXXXXXX/agent.<ppid>" for its socket.
   <!-- 2010/11/20 -->
   <li>Added wsdisplay_rawkbdinput() for raw mode input in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&sektion=4&format=html">wskbd(4)</a>.
   <li>Start work to get rid of avail_start and avail_end in the kernel.
   <li>Prevent mac68k machine-dependent code to overrun memory ranges array.
   <li>Fixes panic on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&sektion=4&format=html">bridge(4)</a> destroy.
   <!-- 2010/11/19 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4&format=html">urio(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a> and pseudo-device <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4&format=html">hotplug(4)</a> to sgi GENERIC-IP27, GENERIC-IP30, GENERIC-IP32 kernels.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4&format=html">urio(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4&format=html">uscanner(4)</a> to loongson GENERIC kernel.
   <li>Added pseudo-devices <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hotplug&sektion=4&format=html">hotplug(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&sektion=4&format=html">wsmux(4)</a> to hp300, landisk and sparc GENERIC kernels.
   <li>Make install/upgrade drop dhcp group from interfaces which did not go UP and got an IP address.
   <li>Do not allow malloc() to wait in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html">uhci(4)</a> uhci_device_setintr(), instead check for failure and return USBD_NOMEM: callers will do the right thing.
   <li>Make KERN_CPTIME return an average number of ticks across all CPUs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=html">sysctl(3)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=sparc64&format=html">installboot(8/sparc64)</a> from crashing if the bootblock is zero-sized. Apply similar fixes to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=mvme68k&format=html">installboot(8/mvme68k)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=mvme88k&format=html">installboot(8/mvme88k)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&sektion=8&arch=sparc&format=html">installboot(8/sparc)</a>.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&sektion=8&format=html">dhcpd(8)</a> from trying to listen on interfaces that don't have a valid broadcast.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a> SSL error when going to sites using wildcards certificates.
   <!-- 2010/11/18 -->
   <li>Prevent MAKEDEV from running for a UID in install.
   <li>Make sure NTFS and ext2 readdir cookies are actually allocated with the correct size.
   <li>Added NVIDIA MCP89 SATA controllers in the PCI IDE controller driver.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> log notification messages.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a> accept but ignore updates with AS_CONFED_* path segments, treating them as withdraw.
   <!-- 2010/11/17 -->
   <li>Added ifa_print_rb() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifmedia&sektion=4&format=html">ifmedia(4)</a> to allow dump of the ifaddrs red-black tree to the console in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifmedia&sektion=4&format=html">ifmedia(4)</a> maintain a red-black tree of ifaddrs structures and make ifa_ifwithaddr use it for lookups.
   <li>Applied security fix for OpenSSL CVE-2010-3864.
   <li>Introduced ifa_update_broadaddr in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifmedia&sektion=4&format=html">ifmedia(4)</a> to update an ifaddrs broadcast address,
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a> -D command line flag to actually define macros.
   <!-- 2010/11/16 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_msdos&sektion=8&format=html">mount_msdos(8)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&sektion=4&format=html">fsck(4)</a> try to determine file system type using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readlabelfs&sektion=3&format=html">readlabelfs(3)</a> when given a disklabel UID.
   <li>Added support for Marvell 88E8059 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&sektion=4&format=html">msk(4)</a>.
   <li>Fixed a null pointer dereference in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=4&format=html">route(4)</a> that was causing kernel crashes.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a> attach FeiXun products.
   <li>Fixed error message when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> ends up loading a different than expected library, but other library needs the one loaded.
   <li>Periodically measure temperature in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a> and redo LC calibration if temperature changes significantly since last LC calibration.
   <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&sektion=8&format=html">relayd(8)</a> for enable/disable table when using relays instead of redirects.
   <!-- 2010/11/15 -->
   <li>Fixed a pointer bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&sektion=4&format=html">ipw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&sektion=4&format=html">iwi(4)</a> ${if}_stop reset ic_scan_lock as in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html">iwn(4)</a>
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urtwn&sektion=4&format=html">urtwn(4)</a> to armish, landisk, macppc, socppc and loongson GENERIC kernel.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=readlabelfs&sektion=3&format=html">readlabelfs(3)</a> handle <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a> UID.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isduid&sektion=3&format=html">isduid(3)</a> easily usable.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a> from exiting if <tt>smtpctl schedule</tt> is run with a valid but non-existent message ID.
   <li>Improved amd64 AESNI driver.
   <li>Prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=who&sektion=1&format=html">who(1)</a> from producing lines longer than 80 columns.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> show more window and pane flags in list-* output, and put layout on the same line.
 <!-- 2010/11/14 -->  <!-- 2010/11/14 -->
 <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> midi.  <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> midi.
 <li>In Xenocara, updated Pixmap to version 0.20.0.  <li>In Xenocara, updated Pixmap to version 0.20.0.

Legend:
Removed from v.1.1188  
changed lines
  Added in v.1.1189