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

Diff for /www/plus49.html between version 1.2 and 1.3

version 1.2, 2011/03/26 19:20:53 version 1.3, 2011/04/22 08:39:34
Line 298 
Line 298 
 <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tbl&sektion=7&format=html">tbl(7)</a> handling with upstream version 1.10.9: .T} can be followed by a delimiter, then more data; do not limit table column widths (improves <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&sektion=5&format=html">terminfo(5)</a>); let numerical cells respect explicitly specified minimum cell widths; let terminal output survive missing data cells; parse and ignore arguments in parentheses on layout cell specifications; move tbl_calc() into out.c such that it can be used by all frontends; give tables an HTML class; some cleanup in tbl -Thtml code.  <li>Sync <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tbl&sektion=7&format=html">tbl(7)</a> handling with upstream version 1.10.9: .T} can be followed by a delimiter, then more data; do not limit table column widths (improves <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&sektion=5&format=html">terminfo(5)</a>); let numerical cells respect explicitly specified minimum cell widths; let terminal output survive missing data cells; parse and ignore arguments in parentheses on layout cell specifications; move tbl_calc() into out.c such that it can be used by all frontends; give tables an HTML class; some cleanup in tbl -Thtml code.
 <li>Make sure coding errors cannot make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> miss fatal parsing errors by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=assert&sektion=3&format=html">assert(3)</a>ing valid parser state in the main parsing functions.  <li>Make sure coding errors cannot make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&sektion=1&format=html">mandoc(1)</a> miss fatal parsing errors by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=assert&sektion=3&format=html">assert(3)</a>ing valid parser state in the main parsing functions.
 <li>Added another check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1&format=html">pkg_create(1)</a>.  <li>Added another check to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_create&sektion=1&format=html">pkg_create(1)</a>.
 <li>Make i386 and amd64 only use memory mapped extended PCIe config space access for the busss advertised in the MCFG table, and fall back on the traditional method for other busses.  <li>Make i386 and amd64 only use memory mapped extended PCIe config space access for the bus advertised in the MCFG table, and fall back on the traditional method for other busses.
 <!-- 2011/01/08 -->  <!-- 2011/01/08 -->
 <li>Make authentication to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> from pGina work.  <li>Make authentication to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldapd&sektion=8&format=html">ldapd(8)</a> from pGina work.
 <li>Renamed imask[] to cpu_imask[] on powerpc architectures.  <li>Renamed imask[] to cpu_imask[] on powerpc architectures.
Line 1111 
Line 1111 
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a> subroutines provide the kernel with the disklabel which include the disklabel UID.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a> subroutines provide the kernel with the disklabel which include the disklabel UID.
 <li>Introduced a DKF_NOLABELREAD flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a>, which is used by a device to prevent automatic reading of disklabel on attach. Applied it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fd&sektion=4&format=html">fd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>.  <li>Introduced a DKF_NOLABELREAD flag in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disk&sektion=9&format=html">disk(9)</a>, which is used by a device to prevent automatic reading of disklabel on attach. Applied it in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fd&sektion=4&format=html">fd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a>.
 <li>Added aes-gcm support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a>.  <li>Added aes-gcm support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&sektion=8&format=html">iked(8)</a>.
 <li>Improved mclgeti algorithm under load in TCP/IP stack, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&sektion=1&format=html">systat(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&sektion=8&format=html">snmpd(8)</a>.  <li>Improved MCLGETI algorithm under load in TCP/IP stack.
 <li>Prevent the usb task thread from going to sleep forever in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>.  <li>Prevent the usb task thread from going to sleep forever in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&sektion=4&format=html">ehci(4)</a>.
 <li>Added usb_rem_wait_task() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a>, a wrapper for usb_rem_task() that waits for the task to complete if the task is already running.  <li>Added usb_rem_wait_task() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a>, a wrapper for usb_rem_task() that waits for the task to complete if the task is already running.
 <li>Added two members to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> struct usb_task: ``usbd_device_handle dev'', the device responsible for the task (use this to not run the task if the device's hub is dying) and ``int running'', a flag to be set when the task is running.  <li>Added two members to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&sektion=4&format=html">usb(4)</a> struct usb_task: ``usbd_device_handle dev'', the device responsible for the task (use this to not run the task if the device's hub is dying) and ``int running'', a flag to be set when the task is running.
Line 1359 
Line 1359 
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9&format=html">lockmgr(9)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&sektion=4&format=html">sdmmc(4)</a>.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lockmgr&sektion=9&format=html">lockmgr(9)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rwlock&sektion=9&format=html">rwlock(9)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&sektion=4&format=html">sdmmc(4)</a>.
 <li>Fixed a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8&format=html">ccdconfig(8)</a>.  <li>Fixed a file descriptor leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ccdconfig&sektion=8&format=html">ccdconfig(8)</a>.
 <!-- 2010/08/23 -->  <!-- 2010/08/23 -->
 <li>Updated libc time functions to zcode2010k from elsie.nci.nih.gov.  <li>Updated libc time functions to tzcode2010k from elsie.nci.nih.gov.
 <li>Check for duplicate variables in the environment when setting a value via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setenv&sektion=3&format=html">setenv(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=putenv&sektion=3&format=html">putenv(3)</a>.  <li>Check for duplicate variables in the environment when setting a value via <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setenv&sektion=3&format=html">setenv(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=putenv&sektion=3&format=html">putenv(3)</a>.
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html">tip(1)</a> .tiprc parsing.  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tip&sektion=1&format=html">tip(1)</a> .tiprc parsing.
 <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_barrier&sektion=9&format=html">bus_space_barrier(9)</a> in sgi.  <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_space_barrier&sektion=9&format=html">bus_space_barrier(9)</a> in sgi.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3