git: drm: Add barrier()

2015-03-07 Thread Francois Tigeot
commit 3f8dbd6b87b1de06fa5723a17742bd2c99dccbfe Author: François Tigeot ftig...@wolfpond.org Date: Sun Mar 8 08:21:36 2015 +0100 drm: Add barrier() Summary of changes: sys/dev/drm/include/linux/compiler.h | 4 1 file changed, 4 insertions(+)

git: sys/vfs/hammer: Fix hammer_debug_btree print format

2015-03-07 Thread Tomohiro Kusumi
commit f9b843c42de77380759e65354cd6e06d4a76136a Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Mar 7 17:52:30 2015 +0900 sys/vfs/hammer: Fix hammer_debug_btree print format - Use the same format as ones from btree_search() (add key=) for better readability.

git: Switch default MTA from sendmail to dma

2015-03-07 Thread John Marino
commit 128d54586a9664bc8392d7c79dfdb8c78e0a43d7 Author: John Marino dr...@marino.st Date: Sat Mar 7 20:08:26 2015 +0100 Switch default MTA from sendmail to dma The mailwrapper controls which Mail Transfer Agent is used. The mailer.conf defines the behavior of the mailwrapper.

git: make.conf(5): Remove NO_MAILWRAPPER build option

2015-03-07 Thread John Marino
commit 38a52880926460e97678da988150c01deb300369 Author: John Marino dr...@marino.st Date: Sat Mar 7 19:53:38 2015 +0100 make.conf(5): Remove NO_MAILWRAPPER build option I doubt DragonFly mail system would even function properly if somebody actually set NO_MAILWRAPPER in

git: /etc/mail: Install 4 sample mailer.conf files

2015-03-07 Thread John Marino
commit b7fb31a197a4fe32032bcdeb4b9ceb0cd605d77a Author: John Marino dr...@marino.st Date: Sat Mar 7 20:37:38 2015 +0100 /etc/mail: Install 4 sample mailer.conf files These files have been recently referenced in the DragonFly handbook. They are here to allow quick

git: periodic.conf(5): Adjust for dma as MTA in default conf

2015-03-07 Thread John Marino
commit ecf11f27edf946aee730c39ae82278ca5f136ffd Author: John Marino dr...@marino.st Date: Sat Mar 7 20:34:27 2015 +0100 periodic.conf(5): Adjust for dma as MTA in default conf The DragonFly Mail Agent can't support daily_clean_hoststat and daily_submit_queuerun, so disable

git: sys/vfs/hammer: Fix and add comments on btree

2015-03-07 Thread Tomohiro Kusumi
commit 2f49d4c50cae1d6a1370f18b922893f7d87b9b17 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Mar 8 07:46:49 2015 +0900 sys/vfs/hammer: Fix and add comments on btree - hunk1-2: These two seem to be old ones. At this point *node is a pointer to

git: Effectively remove sendmail from base

2015-03-07 Thread John Marino
commit 7d7c9684c83f02126cd4e001085b8417dceca797 Author: John Marino dr...@marino.st Date: Sun Mar 8 00:45:13 2015 +0100 Effectively remove sendmail from base The NO_SENDMAIL build knob has been hardwired in sys.mk, so it is not possible for it to be unset by /etc/make.conf.