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

Diff for /www/42.html between version 1.88 and 1.89

version 1.88, 2019/05/31 13:15:31 version 1.89, 2019/06/01 23:12:46
Line 180 
Line 180 
 now can send cookies loaded from a netscape-like cookiejar, supports  now can send cookies loaded from a netscape-like cookiejar, supports
 proxies requiring a password, and has a keep-alive option to avoid  proxies requiring a password, and has a keep-alive option to avoid
 overly aggressive control connection dropping.  overly aggressive control connection dropping.
 <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> has been vastly improved. It is more robust, outputs more  <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> has been vastly improved. It is more robust, outputs more
 consistent error messages, and can deal with a lot more update scenarios  consistent error messages, and can deal with a lot more update scenarios
 gracefully.  It also has much better look-up capabilities for multiple entries  gracefully.  It also has much better look-up capabilities for multiple entries
 in <code>PKG_PATH</code>, stopping at the first directory with suitable  in <code>PKG_PATH</code>, stopping at the first directory with suitable
 candidates.  candidates.
 <li><a  <li><a
 href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a>  href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a>
 is now able to automatically tag packets passing through the <a  is now able to automatically tag packets passing through the <a
 href="https://man.openbsd.org/pf.4">pf(4)</a> rule with a supplied name.  href="https://man.openbsd.org/pf.4">pf(4)</a> rule with a supplied name.
 <li>Kernel work queues,  <li>Kernel work queues,
 <a href=https://man.openbsd.org/workq_add_task.9>workq_add_task(9)</a>,  <a href=https://man.openbsd.org/workq_add_task.9>workq_add_task(9)</a>,
 <a href=https://man.openbsd.org/workq_create.9>workq_create(9)</a>,  <a href=https://man.openbsd.org/workq_create.9>workq_create(9)</a>,
 <a href=https://man.openbsd.org/workq_destroy.9>workq_destroy(9)</a> provides a mechanism to defer tasks to a process context when it is impossible to run such a task in the current context.  <a href=https://man.openbsd.org/workq_destroy.9>workq_destroy(9)</a> provides a mechanism to defer tasks to a process context when it is impossible to run such a task in the current context.

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89