git: hammer - Fix a vsetisdirty() race

2015-03-09 Thread Matthew Dillon
commit 43a7f9ab8995e4a9e00d6c76d6f61b7d5f707d00 Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Mar 9 15:54:11 2015 -0700 hammer - Fix a vsetisdirty() race * Fix a vsetisdirty() race which can result in a panic by holding a lock around the operation.

git: Give better Quick fix for passing Sendmail upgrade check

2015-03-09 Thread John Marino
commit 7f72bdffcf337152ba9fdbb784f05ab0e876da63 Author: John Marino dr...@marino.st Date: Mon Mar 9 23:47:37 2015 +0100 Give better Quick fix for passing Sendmail upgrade check The original Quick instructions required the administrator to come back and install the DMA

git: annotated tag v4.0.4 created

2015-03-09 Thread Justin C. Sherrill
at a8465311cca085bd843ba862e23a69506fbc6286 (tag) tagging 18fa7bb168053c85ea9e6c09c08321aecfd7045a (commit) replaces v4.0.3 tagged by Justin C. Sherrill on Mon Mar 9 18:52:08 2015 -0400 DragonFly 4.0.4 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: mail(1): call sendmail, not send-mail

2015-03-09 Thread John Marino
commit 82c94b79bf89c02cf6a1b0cd528be2e0340facfc Author: John Marino dr...@marino.st Date: Mon Mar 9 07:33:45 2015 +0100 mail(1): call sendmail, not send-mail There is no actual executable or link to executable named send-mail. Somehow the request must be processed by the

git: xdisk - Fix improper EIO

2015-03-09 Thread Matthew Dillon
commit 5dafdfbab36647ae8d1630acfbb14873721b4f2a Author: Matthew Dillon dil...@apollo.backplane.com Date: Mon Mar 9 00:36:18 2015 -0700 xdisk - Fix improper EIO * Fix an issue when xa_strategy() is called when no spans are valid, but before open_tag could be terminated. This