week #29 plus.html diff
"Nicolas P. M. Legrand" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Hey, here is last week changelog plus a lot of english corrections in the previous weeks. As I already said I won't be able to work on current changelog in the next three weeks, I'll only work on legacy changelog this week. If someone wants to take care of it he is welcome, otherwise it'll be done later :). cheers, -- nicolas Index: plus.html =================================================================== RCS file: /cvs/openbsd/www/plus.html,v retrieving revision 1.1173 diff -u -r1.1173 plus.html --- plus.html 19 Jul 2010 23:43:05 -0000 1.1173 +++ plus.html 26 Jul 2010 09:07:56 -0000 @@ -66,13 +66,92 @@ <p> <ul> +<!-- 2010/07/25 --> +<li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> with upstream, adding bug fixes: do not let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7&format=html ">mdoc(7)</a> .Pp produce a newline before/after .Sh, avoid double blank lines related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=7&format=html" >man(7)</a> .sp and .br, let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=7&format=html" >man(7)</a> .nf and .fi flush the line, let "\ " produce a non-breaking space, discard \m colour escape sequences, map undefined 1-character-escapes to the literal character itself; and new features: support the .in macro in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=7&format=html" >man(7)</a>, support minimal PDF output, support .Sm in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7&format=html ">mdoc(7)</a> HTML output, support .Vb and .nf in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=7&format=html" >man(7)</a> HTML output, complete the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&sektion=7&format=html ">mdoc(7)</a> manual. +<li>Updated a lot of fonts packages in Xenocara. +<li>Added portslock cleaning in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&sektion=8&format=htm l">daily(8)</a>. +<li>Make DVD play again with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html"> cd(4)</a>. +<!-- 2010/07/24 --> +<li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&sektion=1&format=html ">lint(1)</a> to make it handle C99's _Bool and _Complex plus some GCC extensions (__real__ and __imag__ operators, the use of '~' for complex conjugation, and 'i' or 'j' as a suffix for complex constants). +<li>Prevented dead locks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a>. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elroy&sektion=4&arch=hppa& format=html">elroy(4/HPPA)</A> converts PCI addresses to proper 64-bit physical addresses on hppa64. +<li>In Xenocara, updated xmore to version 1.0.2, xf86-video-ark to 0.7.3, xf86-video-chips to 1.2.3, xf86-video-rendition to 4.2.4, xf86-video-sisusb to 0.9.4, xf86-video-trident to 1.3.4, xf86-video-tseng to 1.2.4, xf86-video-voodoo to 1.2.4, DejaVu TrueType fonts to 2.31, fonts/encodings to 1.0.3, font/alias to 1.0.2. +<li>Added check for vblank_mode in DRI2 GLX code. +<li>Added config query extension to Xenocara DRI2. +<li>Work around the recent Xenocara slowing down caused by mesa changes. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&sektion=9&format=html ">pmap(9)</a> pmap_extract() work for large pages on hppa64. +<li>Fixed an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvm&sektion=9&format=html" >uvm(9)</a> safe lock causing panics. +<li>Moved to 4.8-beta. +<li>Fixed a race in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=htm l">vscsi(4)</a>. +<li>Added suspend/resume to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&sektion=4&format=html" >pms(4)</a>. +<li>As latest GNU patch, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=patch&sektion=1&format=htm l">patch(1)</a> sends normal output to stdout instead of stderr. +<!-- 2010/07/23 --> +<li>Fixed a memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ci&sektion=1&format=html"> ci(1)</a>. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html" >ftp(1)</a> handle non standard redirection to relative URL in the `Location:' header of HTTP responses. +<li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=htm l">smtpd(8)</a> to exit on a fatal error when it permanently fails a bounce delivery. +<li>Make sure the call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&sektion=2&format=ht ml">reboot(2)</a> is reached without being killed by some other processes in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reboot&sektion=8&format=ht ml">reboot(8)</a>. +<li>Changed the strategy for using the FPU in the amd64 kernel. The kernel FPU state is now shared with all processes and threads. +<li>Prevented a leak of FPU and SSE registers content between processes in machine-dependent initialization of amd64 and i386. +<li>Added support for playback sync endpoints in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=ht ml">uaudio(4)</a>. +<li>Imported <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=1&format=htm l">video(1)</a> in Xenocara. video is an application for recording and/or displaying images from a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=video&sektion=4&format=htm l">video(4)</a> device. +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=htm l">vscsi(4)</a> protection against opening by multiple processes at the same time. +<li>Added suspend/resume to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html" >iwn(4)</a>. +<li>Permitted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipe&sektion=2&format=html ">pipe(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setresgid&sektion=2&format =html">setresgid(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setresuid&sektion=2&format =html">setresuid(2)</a> in policy for chrooted <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8&format=htm l">named(8)</a>. +<!-- 2010/07/22 --> +<li>Improved suspend on laptops by giving <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html"> wd(4)</a> more time to complete the STANDBP IMMED command. +<li>Fixed a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a> crash. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4&format=ht ml">pciide(4)</a> save and restore as many registers as it can from front-ends chips. More to be added, chip by chip. +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4&format=html"> wd(4)</a> resume. +<li>Fixed the "no changes" detection in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ci&sektion=1&format=html"> ci(1)</a> when a file has RCS keywords. +<li>Removed the VM_KMPAGESFREE sysctl. +<li>Fixed a NULL pointer deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a>. +<li>Added suspend/resume to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html" >wpi(4)</a>. +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnd&sektion=4&format=html" >vnd(4)</a> buffer error handling. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=htm l">pckbc(4)</a> keyboard reset on resume. +<li>Added support for disable and enable states for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&sektion=4&format=htm l">pckbc(4)</a> mouse for suspend/resume. +<li>Big cleanup of SMALL_KERNEL macro in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a>. +<li>In amd64 AES CTR mode, fixed counter increment for buffers larger than 64 bytes. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=ht ml">systat(1)</a> -N resolve network addresses. +<li>Prevented a process from entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html" >wpi(4)</a> wpi_ioctl() while another process has called a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&sektion=9&format=ht ml">tsleep(9)</a> in wpi_init(). +<li>Fixed various regression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html ">scsi(4)</a> due to scsi_scsi_cmd() removal. +<li>Prevented a .Nm block to get a special handling as in the SYNOPSIS when being used as a normal in line element. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&sektion=4&format= html">systrace(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=ht ml">crypto(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pty&sektion=4&format=html" >pty(4)</a> use ENODEV instead of read()/write() functions. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=ht ml">ypldap(8)</a> search filter <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a> compatible. +<li>Fixed NULL deref in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=ht ml">ypldap(8)</a>. +<li>Improved FPU context checking when an IPI occurs on amd64 and i386. +<li>Added suspend/resume to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html ">athn(4)</a>. +<!-- 2010/07/21 --> +<li>Added quirks for E-MU 0202 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=ht ml">uaudio(4)</a>. +<li>Make OpenCVS "ci" and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ci&sektion=1&format=html"> ci(1)</a> use username when author is NULL. +<li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=htm l">vscsi(4)</a> in the GENERIC kernel. +<li>Added bits for USB 2.0 playback support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=ht ml">uaudio(4)</a>. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=ht ml">uaudio(4)</a> support 24-bits encodings (and removed support 16-bit big endian encodings). +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&sektion=4&format=ht ml">acpitz(4)</a> print to dmesg the temperature that provoked critical temperature shutdown. +<li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&sektion=4&format=html" >iwn(4)</a> to timeout when stopping DMA channels. +<li>Added OpenSSH's timingsafe_bcmp() to libkern and switched some obvious network stack MAC comparisons from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bcmp&sektion=3&format=html ">bcmp(3)</a> to timingsafe_bcmp(). +<!-- 2010/07/20 --> +<li>Improved filesystem stability during suspend by using bufq_quiesce() and bufq_restart() on i386 and zaurus. +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> interrupt controller. +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&sektion=9&format=ht ml">tsleep(9)</a> usage in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpiec&sektion=4&format=ht ml">acpiec(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpitz&sektion=4&format=ht ml">acpitz(4)</a>, preventing troubles with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wakeup&sektion=9&format=ht ml">wakeup(9)</a>. +<li>Fixed a bug in the flexible buffer queue API. +<!-- 2010/07/19 --> +<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html ">make(1)</a>, allowed variables SysV modifiers, added :QL modifier. +<li>Fixed bug in hostap mode for the Ralink RT2860, RT3090, RT3390, RT3562 chipset driver. +<li>Use new callback in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211&sektion=9&format =html">ieee80211(9)</a> hostap mode to notify the driver when a STA leaves the BSS. +<li>Fixed handling of hidden symbols for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1&format=html" >gcc(1)</a> Binary File Descriptor library on the hppa platform. +<li>Added a "ControlPersist" option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&forma t=html">ssh_config(5)</a> that automatically starts a background <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html" >ssh(1)</a> multiplex master when connecting. +<li>Improved LSA handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>. +<li>Added a quirk in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4&format=ht ml">uaudio(4)</a> to allow attaching devices which are audio class compliant enough even if the device claim to have a vendor defined interface class. +<li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html ">sftp(1)</a>. +<li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=termcap&sektion=5&format=h tml">termcap(5)</a> from upstream ncurses-5.7-20100717. +<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cproj&sektion=3&format=htm l">cproj(3)</a> family to not return garbage on finite arguments. <!-- 2010/07/18 --> <li>Fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html ">sftp(1)</a>. <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=termcap&sektion=5&format=h tml">termcap(5)</a> from ncurses-5.7-20100717. <li>Added support for VBLANK in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&sektion=4&format=html" >drm(4)</a>. -<li>Avoided going back to sleep/reboot/shutdown immediatly after resume by clearing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> event status on resume. +<li>Avoided going back to sleep/reboot/shutdown immediately after resume by clearing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> event status on resume. <li>Make xf86-video-wildcatfb driver compatible with Xorg 1.8. -<li>Repaired Gdium support on loongsoon. +<li>Repaired Gdium support on loongson. <li>Gave each <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&sektion=4&format=html" >arc(4)</a> devices on the bus full openings. <li>Added support for Winbond/Nuvoton W83627DHG-P in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbsio&sektion=4&format=htm l">wbsio(4)</a>. <!-- 2010/07/17 --> @@ -80,7 +159,7 @@ <li>Patched freetype from upstream to fix CVE-2010-2497 freetype integer underflow, CVE-2010-2498 freetype invalid free, CVE-2010-2499 freetype buffer overflow, CVE-2010-2500 freetype integer overflow, CVE-2010-2519 freetype heap buffer overflow, CVE-2010-2520 freetype buffer overflow on heap. <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&sektion=1&format=html ">diff(1)</a> improvements. <!-- 2010/07/16 --> -<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=1&format=htm l">strip(1)</a> exit with an error if an objefile could not be read. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strip&sektion=1&format=htm l">strip(1)</a> exit with an error if an objfile could not be read. <li>Added more timing paranoia in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html" >ssh(1)</a>. <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diff&sektion=1&format=html ">diff(1)</a> return 2 on error. <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=ht ml">systat(1)</a> terminal capabilities. @@ -112,7 +191,7 @@ <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&sektion=4&format=html" >iop(4)</a> dmesg printing. <li>Avoided a double <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3&format=html ">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a>. <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html"> rc(8)</a> delete all files in /tmp at boot. -<li>Imlemented a timing_safe_cmp() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html" >ssh(1)</a> to compare memory without leaking timing information by short-circuiting like memcmp() and used it for some of the more sensitive comparisons. +<li>Implemented a timing_safe_cmp() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html" >ssh(1)</a> to compare memory without leaking timing information by short-circuiting like memcmp() and used it for some of the more sensitive comparisons. <li>Fixed a broken mask for Core 1 and 2 temperature and bias properly for degC in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=itherm&sektion=4&format=ht ml">itherm(4)</a>. <li>Fixed PR 6376 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format= html">pthreads(3)</a>. <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> to release 1.10.4: proper .Bk support, mostly finished -Tps output, implemented -Thtml output for .Nm blocks and .Bk -words, allowed iterative interpolation of user-defined roff strings. Plus bug fixes and performance improvements. @@ -148,7 +227,7 @@ <li>On the i386 platform, removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4&format=html" >aha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4&format=html"> tl(4)</a> from the RAMDISK kernel; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=geodesc&sektion=4&arch=i38 6&format=html">geodesc(4/I386)</A>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4&format=html" >gdt(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html" >twe(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4&format=html" >iha(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4&format=html" >adw(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html"> xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exphy&sektion=4&format=htm l">exphy(4)</a> from the RAMDISKB kernel; <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4&format=html"> ne(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsphyter&sektion=4&format= html">nsphyter(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rlphy&sektion=4&format=htm l">rlphy(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bmtphy&sektion=4&format=ht ml">bmtphy(4)</a> from the RAMDISKC kernel. Those kernels went too big after the gcc4 switch. <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&sektion=8&format= html">fsck_ffs(8)</a> to crash by using correct types for block numbers, those can grow big on very large filesystems. -<li>Many improvement on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html" >bge(4)</a> interface: setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets, disabled initiation of multiple DMA reads for BCM5717 chipset, added a performance tweak for BCM5785 chipset, corrected the return ring count used for BCM5717 / BCM57765 chipsets, fixed fiber media detection for BCM5717 chipsets. +<li>Many improvement on the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html" >bge(4)</a> interface: setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets, disabled initiation of multiple DMA reads for BCM5717 chipset, added a performance tweak for BCM5785 chipset, corrected the return ring count used for BCM5717 / BCM57765 chipsets, fixed fibre media detection for BCM5717 chipsets. <!-- 2010/07/08 --> <li>Updated sudo to version 1.7.2p8. <li>Added mapping for ACPI device to PCI bus/device/function. @@ -156,13 +235,13 @@ <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&forma t=html">traceroute(8)</a> parse extended ICMP messages defined by RFC 4884. <li>Added definitions in the TCP/IP stack for ICMP extended headers available for some ICMP messages like time exceeded messages. -<li>Use config_activate_children to get down to the isa bus activation code. -<li>Prevented devices without read or write functionnality to return ENODEV to the poll. +<li>Use config_activate_children to get down to the ISA bus activation code. +<li>Prevented devices without read or write functionality to return ENODEV to the poll. <li>Improved pipex. <li>Improved aesni. <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=ht ml">crypto(4)</a> pool initialization to init_crypto and removed the crypto_pool_initialized variable. This prevents crypto_getreq() to check if the pool is initialized each time its called. <!-- 2010/07/07 --> -<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8&format= html">ifstated(8)</a> print runned commands in debug mode only (ifstated -d). +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifstated&sektion=8&format= html">ifstated(8)</a> print run commands in debug mode only (ifstated -d). <li>Prevented deadlocks on sparc64. <li>Added mpi_wait over to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html ">mpii(4)</a> as a multiprocessor-safe mechanism: sleep while waiting for a command to complete. @@ -189,7 +268,7 @@ <li>Fixed use after free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&sektion=8&format=ht ml">ypldap(8)</a>. <li>Fixed a memory leak with transaction abortion on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a>. <li>Fixed an NFS crash on sparc. -<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format= html">sysmerge(8)</a> automaticaly install missing users/groups. +<li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format= html">sysmerge(8)</a> automatically install missing users/groups. <li>Prevented broken battery stats, overheating, failure to resume on some machines by resetting SCI_EN on resume. <!-- 2010/07/04 --> <li>Make ^D handling consistent in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=htm l">fdisk(8)</a>. @@ -235,7 +314,7 @@ <li>Avoid register leaks into new i386 or amd64 process images. <li>Added more support for ARMv7 on the arm platform. <li>Allowed .nr nS to force SYNOPSIS-style .Nm indentation outside the SYNOPSIS in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a>. -<li>Make i386 and amd64 synchronise FPU state instead of flushing them before suspending. +<li>Make i386 and amd64 synchronize FPU state instead of flushing them before suspending. <li>Implemented vslock_device() and vsunlock_device() and used them for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=physio&sektion=9&format=ht ml">physio(9)</a>. <li>Fixed memory leak by adding a missing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3&format=html ">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=ht ml">ospf6d(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>. <li>Corrected handling of trailing punctuation in .Nm block headers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a>. @@ -306,10 +385,10 @@ <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&sektion=4&format=html ">ucom(4)</a>. <li>Added support for Ironlake (clarkdale and arrandale, i.e. core i3 and core i5 internal graphics) to intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=agp&sektion=4&format=html" >agp(4)</a> and intel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&sektion=4&format=html" >drm(4)</a>. Mostly works, but the suspend/resume handler doesn't put the registers back 100%. <li>Make ExpressCard hotplug work after suspend/resume cycle by saving PCIe slot control and status register. -<li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html ">ldpd(8)</a> network distribution so all path of an active route are sent to the lde so it can asign remote labels to all of the pathes. +<li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html ">ldpd(8)</a> network distribution so all path of an active route are sent to the lde so it can assign remote labels to all of the paths. <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4&format=html ">uhci(4)</a> on numerous machines by preserving and restoring BARs on suspend/resume for all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html" >pci(4)</a> devices. <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a> validate that all attributes are allowed by any of its object classes. -<li>Synchronised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html ">ldpd(8)</a> kroute.c with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a> one for future multipath routes support. +<li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html ">ldpd(8)</a> kroute.c with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a> one for future multipath routes support. <li>Updated libedit to bring it into sync with the latest version from NetBSD. <!-- 2010/06/29 --> <li>Allowed key options (command="..." and friends) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html ">sshd(8)</a> AuthorizedPrincipals. @@ -330,33 +409,33 @@ <li>As it is not anymore setuid, removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html" >tip(1)</a> complicated public/private/root permissions scheme for options in favour of a single read-only bit. <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_hpux&sektion=8&form at=html">compat_hpux(8)</a>. <li>Used the libutil implementation of UUCP locking in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html" >tip(1)</a>. -<li>Factored <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a> Diffie-Hellman implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=h tml">isakmpd(8)</a> with lots of benefits: smaller code, libcrypto instead of custom crypto code, theorically adds support for many new MODP and EC2N/ECP modes. +<li>Factored <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a> Diffie-Hellman implementation for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=h tml">isakmpd(8)</a> with lots of benefits: smaller code, libcrypto instead of custom crypto code, theoretically adds support for many new MODP and EC2N/ECP modes. <li>Added missing free()s in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a>. <li>Fixed use after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3&format=html ">free(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=htm l">pfctl(8)</a>. <li>Improved Intel GbE 82578 and 82578 PHY in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&sektion=4&format=html"> em(4)</a>. <li>Removed mentions of operating system binary emulation in installation notes. <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html ">ahci(4)</a> suspend/resume. -<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> suspend/resume by using recencly added bufq_quiesce(). +<li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> suspend/resume by using recently added bufq_quiesce(). <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sasyncd&sektion=8&format=h tml">sasyncd(8)</a> use only 3 verbosity level: None, Important, All. <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_ultrix&sektion=8&fo rmat=html">compat_ultrix(8)</a>. <li>Avoided a null pointer dereferencement in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidaction&sektion=1&for mat=html">usbhidaction(1)</a>. <li>Added support for badly nested blocks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a>. <li>Cleaned <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html" >tip(1)</a> from obsolete acu. <li>Make call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=ht ml">sysctl(3)</a> fail if a process asked KERN_PROC2 or KERN_FILE2 (or their libkvm wrappers) for more informations than the running implementation knows how to provide. -<li>Synchronised <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> to release 1.10.3: support -Tps -Opaper=a4 and -Opaper=letter. +<li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> to release 1.10.3: support -Tps -Opaper=a4 and -Opaper=letter. <li>Automatically set /etc/pkg.conf `installfrom' entry to the public mirror used while installing or upgrading. <li>Added a framework for glyph width encoding in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a>. <li>Fixed a logic error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spdmem&sektion=4&format=ht ml">spdmem(4)</a>. <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4&format=html"> st(4)</a> to use the FIFO buf sorting discipline rather than the default disk-sorting one. -<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=htm l">aucat(1)</a> crash by explicitely initialize members of struct dev in dev_open(). +<li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=htm l">aucat(1)</a> crash by explicitly initialize members of struct dev in dev_open(). <li>Prevented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=htm l">aucat(1)</a> from checking if the midi control interface is idle when the device isn't open yet. <li>When given NULL or "" as argument, make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=unsetenv&sektion=3&format= html">unsetenv(3)</a> set errno to EINVAL, conforming to POSIX. <li>Improved the FPU register saving on the hppa platform. <li>Factor out code used to save and flush process FPU context in hppa. -<li>Forced the dns buffers to be aligned using a union in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=htm l">smtpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8&format=ht ml">ypserv(8)</a> as a workaround for "misalign strings on the stack" bug in gcc4 and as a better and more common idiom. +<li>Forced the dns buffers to be aligned using a union in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=htm l">smtpd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypserv&sektion=8&format=ht ml">ypserv(8)</a> as a workaround for "misaligned strings on the stack" bug in gcc4 and as a better and more common idiom. <li>Added custom layout in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a>, the list-windows command displays the layout as a string that can be applied to another window using select-layout. <li>Allowed selecting both address family and protocol in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=netstat&sektion=1&format=h tml">netstat(1)</a>. -<li>Rewritten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a> schema parser. The new parser now support symbolic OID names. You need to update your /etc/ldapd.conf: schemas are now included with the 'schema' keyword. +<li>Rewritten <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=htm l">ldapd(8)</a> schema parser. The new parser now support symbolic OID names. You need to update your /etc/ldapd.conf: schemata are now included with the 'schema' keyword. <li>Added VIA xcrypt for amd64 in libssl. <!-- 2010/06/28 --> <li>Cleaned interface stats handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=8&format=htm l">pfctl(8)</a>: '-Fi' reset ALL the interface statistics and make '-Fa -i ifname' fail. @@ -368,8 +447,8 @@ <li>Added the rtable id as an argument to rn_walktree() in the network stack. This permits functions like rt_if_remove_rtdelete() to be able to correctly remove nodes. <li>Used an SLIST instead of a TAILQ for the ccb free list in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&sektion=4&format=html" >arc(4)</a>. <li>Massive removal of unused struct scsi_device. -<li>Updateed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html ">perl(1)</a> Safe module to version 2.2.7 for CVE-2010-1168 and CVE-2010-1447. -<li>Modified IPv6 stack to conform to the last <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=ht ml">ospf6d(8)</a> changes. Now neighbor discovery is solely based on the cloning route and not on the address neigborship anymore. +<li>Updated the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html ">perl(1)</a> Safe module to version 2.2.7 for CVE-2010-1168 and CVE-2010-1447. +<li>Modified IPv6 stack to conform to the last <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=ht ml">ospf6d(8)</a> changes. Now neighbour discovery is solely based on the cloning route and not on the address neigbourship anymore. <li>Added initial support for RTL8168E in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&sektion=4&format=html"> re(4)</a>. <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=ht ml">ospf6d(8)</a> create a cloning route if there is no next hop but an interface index. <li>Used the interface index for writing routes into the kernel in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospf6d&sektion=8&format=ht ml">ospf6d(8)</a>. @@ -377,7 +456,7 @@ <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1&format=html" >cwm(1)</a>, fixed window name and class to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwmrc&sektion=5&format=htm l">cwmrc(5)</a>. <li>Added definitions in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> for Intel/AMD IOMMU ACPI tables. <li>Implemented iopools in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&sektion=4&format=htm l">osiop(4)</a> to get rid of another use of XS_NO_CCB. -<li>Used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html" >com(4)</a> a more moderate fifo trigger level (4) for moderately quick (sub-38400) port speeds. +<li>Used in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html" >com(4)</a> a more moderate FIFO trigger level (4) for moderately quick (sub-38400) port speeds. <!-- 2010/06/27 --> <li>Synchronized <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bind&sektion=8&format=html ">bind(8)</a> root.hint with latest version from rs.internic.net. <li>Fixed kernel manuals thanks to full .nr nS support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a>. @@ -395,7 +474,7 @@ <li>Cleared <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html ">acpi(4)</a> fixed event status on resume (power buttons/etc) so that some machines don't immediately resume after suspending to S3. <li>Added support for 800x480 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udl&sektion=4&format=html" >udl(4)</a>. <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=htm l">route(8)</a>, Make 'route exec' emit error messages like xargs when execve() fails does. -<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a>, allowed to have multiple certs for the same CA but differents srcids in the certs/ directory. This enforced that the subjectAltName has to be set correctly. +<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a>, allowed to have multiple certs for the same CA but different srcids in the certs/ directory. This enforced that the subjectAltName has to be set correctly. <li>Fixed a possible double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html ">iked(8)</a>. <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>, fixed rtmsg_process to return on an error during processing rather than continue. Fixed kr_dispatch_msg so it acts when rtmsg_process fails. @@ -432,14 +511,14 @@ <li>Include the Id type in the generated SA tag that is passed to the kernel, a la <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=h tml">isakmpd(8)</a>. <li>Allowed -c0 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping&sektion=1&format=html ">ping(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=1&format=htm l">ping6(1)</a>. -<li>Make sur some single bit bitfields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=ht ml">rtadvd(8)</a> are single bit. +<li>Make sure some single bit bitfields in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&sektion=8&format=ht ml">rtadvd(8)</a> are single bit. <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a> command list pointer. <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> release 1.10.2, bug fixes (interaction of ASCII_HYPH with special chars, handling of roff conditionals, Bd -offset will no more default to 6n), improvements (more caching of .Bd and .Bl arguments for efficiency, deconstify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=man&sektion=7&format=html" >man(7)</a> validation routines, add FreeBSD library names) and start PostScript font-switching. <li>Added GENERIC.MP kernel to hppa. <li>Improved dired in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&sektion=1&format=html"> mg(1)</a>: position cursor at first filename after, don't reposition cursor on reopening, check for permission before attempting to open directory. -<li>Prevented to hang on resume with the amd64 and i386 platform in the interprocessor interrupt handlers. +<li>Prevented to hang on resume with the amd64 and i386 platform in the inter-processor interrupt handlers. <li>Fixed 100% interrupt usage on amd64 MP resume. <li>Fixed a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4&format=html" >adw(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sii&sektion=4&arch=vax&for mat=html">sii(4/VAX)</A>. <li>Removed OpenCVS from the build. @@ -481,7 +560,7 @@ <li>Doubled the dmesg buffer size on the amd64 platform. <li>Included the user name on "subsystem request for ..." log messages in OpenSSH. <li>Added auth debug messages for bad ownership or permissions on the user's keyfiles in OpenSSH. -<li>Standardised error messages when attempting to open private key files with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&forma t=html">ssh-keygen(1)</a>. +<li>Standardized error messages when attempting to open private key files with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&sektion=1&forma t=html">ssh-keygen(1)</a>. <li>Exposed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&sektion=5&form at=html">sshd_config(5)</a> options inside Match blocks (AuthorizedKeysFile, AuthorizedPrincipalsFile, HostbasedUsesNameFromPacketOnly, PermitTunnel). <!-- 2010/06/21 --> <li>Added a choose-buffer command in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a> for easier use of the paste buffer stack. @@ -496,7 +575,7 @@ <li>Extended <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a> -t:+ and -t:- window targets for next and previous window to accept an offset such as -t:+2. <li>Allowed hardlinks to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a> sockets to be used more easily. -<li>Fixed the disapearance of wild characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a>. +<li>Fixed the disappearance of wild characters in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html ">tmux(1)</a>. <!-- 2010/06/20 --> <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=midicat&sektion=1&format=h tml">midicat(1)</a> device mode when only -i or only -o is used. <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4&format=html" >eap(4)</a>, locked the sample rate of es1731-based devices to 48kHz. @@ -567,14 +646,14 @@ <!-- 2010/06/09 --> <li>Removed the CRYPTO_ALGORITHM_ALL define from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&sektion=4&format=ht ml">crypto(4)</a>. <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>, restricted the interface scope embedding to link local nexthops. -<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>, fixed an infinite loop hit when the prefixlen is not devidable by 32 by decoding prefixes corectly. +<li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a>, fixed an infinite loop hit when the prefixlen is not dividable by 32 by decoding prefixes correctly. <li>Fixed time on Mostek time-of-day chips with dead batteries. <li>Moved the logging of FEC changes to the LDE and print the FEC and label information. <li>Allow FFS file system to be mounted by a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format =html">disklabel(8)</a> UID. <li>Fixed MPLS pop operation to make PHP work again. <li>Reworked UI messages in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=h tml">pkg_add(1)</a>. <!-- 2010/06/08 --> -<li>Properly enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=htm l">vscsi(4)</a> on the longsoon platform. +<li>Properly enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vscsi&sektion=4&format=htm l">vscsi(4)</a> on the loongson platform. <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=htm l">ospfd(8)</a> calculate size of update packet with IPv6 header and reserve space for IPsec. <li>Introduce a diskmap pseudo device which allows userland to open a disk specified via its disklabel UID. <li>Merged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=ht ml">mandoc(1)</a> bits that will be going into 1.10.1.