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

Diff for /www/plus.html between version 1.1205 and 1.1206

version 1.1205, 2011/12/11 16:11:14 version 1.1206, 2011/12/25 09:05:54
Line 69 
Line 69 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2011/12/18 -->
   <li>Xenocara updates the xserver to 1.11.3.
   <li>Components of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> generalize error message building in even more places by leaving that task up to the utility function <code>envelope_set_errormsg()</code>.
   <li>A verbosity message is fixed in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&manpath=OpenBSD%20Current&sektion=1&format=html">tcpbench(1)</a> which sofar logged the amount of requested, instead of the number of actually connected clients.
   <!-- 2011/12/17 -->
   <li>In Xenocara libXi is updated to 1.4.4.
   <!-- 2011/12/16 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> learns the new <b>-H</b> option to show process threads; it replaces the <b>-T</b> option which was used for that purpose before: using <b>-H</b> is consistent with OpenBSDs <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> and with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&manpath=OpenBSD%20Current&sektion=1&format=html">top(1)</a> of other operating systems.
   <!-- 2011/12/15 -->
   <li>A series of fixes to gain a working clang(1) are applied to includes files. Then again, a series of fixes due to a running clang(1) are applied to include files.
   <li>g++(1) (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a>) 2.95.3 removes the <code>permanent_obstack</code> memory usage optimization from <code>duplicate_decls()</code>, because this code is just bogus and may cause <code>SIGSEGV</code> in the wild. A larger diff to remove <code>permanent_obstack</code> completely (as has been done by the gcc folks in the 3.x series) is being worked on.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>, a buffer size check is sanitized and proper SMTP dot-escaping ensured.
   <!-- 2011/12/14 -->
   <li>The pcre library included with nginx(8) updated to 8.21.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftpd&manpath=OpenBSD%20Current&sektion=8&format=html">ftpd(8)</a> learns a new <b>-W</b> option which can be used to suppress keeping track of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wtmp&manpath=OpenBSD%20Current&sektion=5&format=html">wtmp(5)</a> login records.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> the queue_fsqueue and auth backends are brought into line with the new backend API.
   <li>The compat_linux layer adds support for (a subset of) <code>prctl(2)</code>.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&manpath=OpenBSD%20Current&sektion=9&format=html">ktrace(9)</a> rthread handling is improved. The flags and the vnode are moved into <code>struct process</code>; <code>KTRFAC_ACTIVE</code> becomes <code>P_INKTR</code>. In <code>sys_ktrace()</code> the user credentials are now used for all writes to the vnode, if one is used.
   <!-- 2011/12/13 -->
   <li>A delivery backend API is introduced in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>. Each delivery method now resides in its own backend, which slims down smtpd.c. The user and map backends are updated and tidied in equal spirit. And finally the SSL code makes use of a certificate authority file if specified and available.
   <li>On the luna88k port an auto-boot failure is fixed by using the real name for a string comparison (instead of the already checked device prefix).
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> script for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> no longer supports the <b>reload</b> action. Reloading DNS configuration should be performed through <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsdc&manpath=OpenBSD%20Current&sektion=8&format=html">nsdc(8)</a> and not with a rc script.
   <!-- 2011/12/12 -->
   <li>Fixup of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> <code>af-to</code> regression that occured with match rules.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now display process name rather than function name in debug messages.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&manpath=OpenBSD%20Current&sektion=8&format=html">isakmpd(8)</a> to use a FQDN as a ID payload type. Some client (eg Windows XP) uses the FQDN type in NAT-T with transport mode.
   <li>Implement <code>-C</code> (alternative config file) for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a>.
   <!-- 2011/12/11 -->
   <li>Utility function added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> for parsing and validating SMTP response lines.
   <li>Suspend other rthreads before dumping core or running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=exec&manpath=OpenBSD%20Current&sektion=3&format=html">exec(3)</a>; make them exit when exec succeeds.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> will now fetch the ssl cert earlier on if needed and skip mta_pickup() when handling the incoming forward.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&manpath=OpenBSD%20Current&sektion=1&format=html">ps(1)</a> now understands <code>-o cwd</code> using the new KERN_PROC_CWD sysctl.
   <!-- 2011/12/10 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apropos&manpath=OpenBSD%20Current&sektion=1&format=html">apropos(1)</a> bugfixes: (1) Always show architecture-independent manuals, even when an architecture is specified on the command line. (2) Do not leak memory when a manual is skipped because it's the wrong section or architecture.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> now avoids leaking index records by only allocating a record for a file when needed.
   <li>Improved re-initialization of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> parsing state so nothing accidentally carries over when a new file (i.e. leases after config) is parsed. May help with mysterious "Corrupt lease file" messages.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> selection of arch-specific manuals: (1) Correctly compare cat vs. man paths. (2) Compare arch (and section) names case-insensitively.
   <li>Minor changes to leases file handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a>.
   <li>Set grep and tar programs in etc/config.site to force configure to find the system ones.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> now uses clock_gettime() to get a high precision timestamp, instead of converting gettimeofday()'s output.
   <!-- 2011/12/09 -->
   <li>Remove <code>-M</code> from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a>, and <code>-l</code> from aucat and sndiod.
   <li>Change the way the working directory for new processes is discovered by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>. If default-path isn't empty, it is used.
   <li>Add a new sndiod audio/midi daemon (name changed from aucat, and enabled by default) and hide <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> server-specific options.
   <li>Always schedule another rx ring refill callout in case we fail to do it at the spot. Prevents rx ring lockups under high load on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&manpath=OpenBSD%20Current&sektion=4&format=html">ix(4)</a>.
   <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> parsing of preformatted manuals: If the first section is empty, reuse the file name as the description; strip backspace encoding from the description; make the loops more readable using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=string&manpath=OpenBSD%20Current&sektion=3&format=html">string(3)</a> functions; put fclose() at the end, as line isn't valid afterwards.
   <li>In default mode, use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&manpath=OpenBSD%20Current&sektion=3&format=html">realpath(3)</a> on the "dir" arguments and put canonicalized absolute pathnames into the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> database.
   <!-- 2011/12/08 -->
   <li>Sync to terminfo.src from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncurses&manpath=OpenBSD%20Current&sektion=3&format=html">ncurses(3)</a>-20111203, this adds specific entries for OpenBSD i386.
   <li>Cleanup of the kernel routing code documentation code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=9&format=html">route(9)</a>.
   <li>Add timeout to fill rx-ring in case of mbuf shortage while in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> vr_intr(); fixes hanging interfaces similar to in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> now checks properly for NULL ->ifa_addr.
   <li>Now that arch-defines have been reworked, document the simpler arch-constants in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bsd.port.arch.mk&manpath=OpenBSD%20Current&sektion=5&format=html">bsd.port.arch.mk(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=port-modules&manpath=OpenBSD%20Current&sektion=5&format=html">port-modules(5)</a>.
   <li>Instead of just counting the free index slots, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> will now reclaim them.
   <!-- 2011/12/07 -->
   <li>Add Nuvoton NCT6776F to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&manpath=OpenBSD%20Current&sektion=4&format=html">lm(4)</a>.
   <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&manpath=OpenBSD%20Current&sektion=4&format=html">esa(4)</a> only returns 1 from the interrupt handler if the interrupt was for us. Fixes problems when the interrupt is shared.
   <li>Avoid kernel crash by removing double clfree() on endpoint closing for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&manpath=OpenBSD%20Current&sektion=4&format=html">ugen(4)</a> devices.
   <li>Implement search support for 24 additional macros, extract more information from <code>Fn</code>, and lift section restrictions from <code>An Cd Er Ev Fn Fo In Pa St Va Vt</code> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a>.
   <!-- 2011/12/06 -->
   <li>"Removing scratch and junk files" section of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daily&manpath=OpenBSD%20Current&sektion=8&format=html">daily(8)</a> now sends files to /dev/null.
   <li>Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fnmatch&manpath=OpenBSD%20Current&sektion=3&format=html">fnmatch(3)</a> implementation which is not recursive. Originally released in Apache APR-1.4.5.
   <!-- 2011/12/05 -->
   <li>Split the ruby module description off <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=port-modules&manpath=OpenBSD%20Current&sektion=5&format=html">port-modules(5)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ruby-module&manpath=OpenBSD%20Current&sektion=5&format=html">ruby-module(5)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> will now use absolute filenames while pushing and popping off the stack.
 <!-- 2011/12/04 -->  <!-- 2011/12/04 -->
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>s new tag handling fixes a segmentation fault by always using absolute pathnames instead of accessing relative to cwd.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>s new tag handling fixes a segmentation fault by always using absolute pathnames instead of accessing relative to cwd.
 <li>Implemented cancellation points in librthread for the basic systemcalls.  <li>Implemented cancellation points in librthread for the basic systemcalls.
Line 350 
Line 416 
 <li>Add Alcatel One Touch X210/X220 (another rebadged TCT Mobile modem) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&manpath=OpenBSD%20Current&sektion=4&format=html">umsm(4)</a>.  <li>Add Alcatel One Touch X210/X220 (another rebadged TCT Mobile modem) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&manpath=OpenBSD%20Current&sektion=4&format=html">umsm(4)</a>.
 <li>Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps.  <li>Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps.
 <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). Some macros work without explicit implementation (At Db Os St).  <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). Some macros work without explicit implementation (At Db Os St).
 <li>For NAT-T with transport mode, use ISAKMP's SA addresses for the flow instead of ID payload. Fixes some L2TP/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">ipsec(4)</a> from NAT'd clients issues.  <li>For NAT-T with transport mode, use ISAKMP's SA addresses for the flow instead of ID payload. Fixes some L2TP/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">ipsec(4)</a> from NAT'd clients issues.
 <!-- 2011/10/19 -->  <!-- 2011/10/19 -->
 <li>Document <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> support for 82583V.  <li>Document <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> support for 82583V.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> reworked to prevent garbage output when changing snoop related registers on pch2.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> reworked to prevent garbage output when changing snoop related registers on pch2.
Line 397 
Line 463 
 <!-- 2011/10/12 -->  <!-- 2011/10/12 -->
 <li>Localize _new_pexp unconditionally in etc/rc.d/rc.subr, so rc_read_runfile() cannot pick it up from a polluted environment.  <li>Localize _new_pexp unconditionally in etc/rc.d/rc.subr, so rc_read_runfile() cannot pick it up from a polluted environment.
 <li>Remove all MD diagnostics in cpu_switchto(), and move them to MI code if they apply.  <li>Remove all MD diagnostics in cpu_switchto(), and move them to MI code if they apply.
 <li>Fixed strings allocated with xmalloc to be freed with xfree (not free) in xenocara/app/cwm/group.c  <li>Fixed strings allocated with xmalloc to be freed with xfree (not free) in xenocara/app/cwm/group.c.
 <li>Simplified and improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> options and increased log verbosity.  <li>Simplified and improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> options and increased log verbosity.
 <!-- 2011/10/11 -->  <!-- 2011/10/11 -->
 <li>Add a flag for nginx (-u) to disable chroot. Same config file can now be used whether chroot/non-chrooted setup.  <li>Add a flag for nginx (-u) to disable chroot. Same config file can now be used whether chroot/non-chrooted setup.
Line 741 
Line 807 
 <!-- 2011/09/08 -->  <!-- 2011/09/08 -->
 <li>Protocols 43 (ipv6-route) &amp; 44 (ipv6-frag) names synched with IANA database.  <li>Protocols 43 (ipv6-route) &amp; 44 (ipv6-frag) names synched with IANA database.
 <li>Additional information on the -d option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&manpath=OpenBSD%20Current&sektion=1&format=html">touch(1)</a>.  <li>Additional information on the -d option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&manpath=OpenBSD%20Current&sektion=1&format=html">touch(1)</a>.
 <li>Provide namespace-safe alignment macros in machine/_types.h, with compat names kept in machine/param.h.  <li>Provide namespace-safe alignment macros in machine/_types.h, with compat names kept in machine/param.h.
 <li>In sys/socket.h, pull in sys/_types.h instead of the namespace polluting machine/param.h.  <li>In sys/socket.h, pull in sys/_types.h instead of the namespace polluting machine/param.h.
 <li>Eliminate __CMSG_ALIGN, replaced by _ALIGN.  <li>Eliminate __CMSG_ALIGN, replaced by _ALIGN.
 <li>Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to; put internal macros in machine/_types.h.  <li>Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to; put internal macros in machine/_types.h.
 <!-- 2011/09/07 -->  <!-- 2011/09/07 -->
Line 807 
Line 873 
 <!-- 2011/08/30 -->  <!-- 2011/08/30 -->
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> one shot rules automatically removed after match when it is the only rule in the anchor (eg for firewall proxies). Can be used by specifying a "once" filter option.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&format=html">pf.conf(5)</a> one shot rules automatically removed after match when it is the only rule in the anchor (eg for firewall proxies). Can be used by specifying a "once" filter option.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ps(1)</a> -N/-M work again by correcting kernel vs user address handling in the FILL_KPROC() macro.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">ps(1)</a> -N/-M work again by correcting kernel vs user address handling in the FILL_KPROC() macro.
 <li>Make code match the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a> manpages and POSIX when year specified but century isn't: century is 1900 if year >= 69; else 2000  <li>Make code match the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a> manpages and POSIX when year specified but century isn't: century is 1900 if year >= 69; else 2000.
 <li>Make vlanprio (PCP/CF) available to our network stack.  <li>Make vlanprio (PCP/CF) available to our network stack.
 <li>Fixed format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&sektion=8&format=html">smtpctl(8)</a>.  <li>Fixed format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&sektion=8&format=html">smtpctl(8)</a>.
 <li>Plugged memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.  <li>Plugged memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
Line 870 
Line 936 
 <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.  <li>Fixed memory leaks 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=ahci&sektion=4&format=html">ahci(4)</a> not waiting for FR to come on after setting the FRE bit in the port command register.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&sektion=4&format=html">ahci(4)</a> not waiting for FR to come on after setting the FRE bit in the port command register.
 <li>Added support for -v (enable verbose logging on the command line) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a>.  <li>Added support for -v (enable verbose logging on the command line) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iscsid&sektion=8&format=html">iscsid(8)</a>.
 <li>Updated x11proto to version 7.0.22 and util-macros to 1.15.0  <li>Updated x11proto to version 7.0.22 and util-macros to 1.15.0.
 <li>Decoupled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> log_verbose() from log_init() so the verbose flag stays set with "ospfd -v" (previously only "-vd" worked).  <li>Decoupled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8&format=html">ospfd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvmrpd&sektion=8&format=html">dvmrpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ripd&sektion=8&format=html">ripd(8)</a> log_verbose() from log_init() so the verbose flag stays set with "ospfd -v" (previously only "-vd" worked).
 <li>Fixed segfault on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> server when the remote end closes and reopens a connection.  <li>Fixed segfault on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpbench&sektion=1&format=html">tcpbench(1)</a> server when the remote end closes and reopens a connection.
 <li>Added nanosecond precision to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and support for -d option.  <li>Added nanosecond precision to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=touch&sektion=1&format=html">touch(1)</a> and support for -d option.

Legend:
Removed from v.1.1205  
changed lines
  Added in v.1.1206