=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/42.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- www/42.html 2019/05/31 13:15:31 1.88 +++ www/42.html 2019/06/01 23:12:46 1.89 @@ -180,16 +180,16 @@ now can send cookies loaded from a netscape-like cookiejar, supports proxies requiring a password, and has a keep-alive option to avoid overly aggressive control connection dropping. -
  • pkg_add(1) has been vastly improved. It is more robust, outputs more +
  • pkg_add(1) has been vastly improved. It is more robust, outputs more consistent error messages, and can deal with a lot more update scenarios gracefully. It also has much better look-up capabilities for multiple entries -in PKG_PATH, stopping at the first directory with suitable +in PKG_PATH, stopping at the first directory with suitable candidates.
  • ftp-proxy(8) is now able to automatically tag packets passing through the pf(4) rule with a supplied name. -
  • Kernel work queues, +
  • Kernel work queues, workq_add_task(9), workq_create(9), workq_destroy(9) provides a mechanism to defer tasks to a process context when it is impossible to run such a task in the current context.