git: sbin/hammer: Print volume list after volume-add|del

2016-04-03 Thread Tomohiro Kusumi
commit b2299751726fb0f5b012207a9f8a726f33bba3f0 Author: Tomohiro Kusumi Date: Mon Apr 4 10:33:28 2016 +0900 sbin/hammer: Print volume list after volume-add|del Print volume info equivalent of hammer volume-list. Using -v on hammer volume-add|del

git: sys/vfs/hammer: Ask before reblocking on volume-del

2016-04-03 Thread Tomohiro Kusumi
commit 1d1199eb3292602cdbf3f5dee333eba434fd67d0 Author: Tomohiro Kusumi Date: Mon Apr 4 05:48:44 2016 +0900 sys/vfs/hammer: Ask before reblocking on volume-del hammer volume-del finishes instantly if the volume doesn't need reblocking, but it could

git: sbin/hammer: Make getyn() non static

2016-04-03 Thread Tomohiro Kusumi
commit 778c2d2c0cce2142a5d08710aab562f7bebca848 Author: Tomohiro Kusumi Date: Mon Apr 4 05:45:46 2016 +0900 sbin/hammer: Make getyn() non static This can be used by other commands (needed in the next commit). Also rename static function getyn()

git: sys/vfs/hammer: Remove extra filesystem syncing on volume-del

2016-04-03 Thread Tomohiro Kusumi
commit dba3a6ee2896942488866c923e190d92d579d97a Author: Tomohiro Kusumi Date: Mon Apr 4 05:06:43 2016 +0900 sys/vfs/hammer: Remove extra filesystem syncing on volume-del This isn't necessary after 2f1df9ce. Having this before hammer_free_freemap()

git: gpio_intel: Allow switching edge-trigger mode between falling/rising/both.

2016-04-03 Thread Imre Vadasz
commit 2cd90b927ba10e42c71128cbf67e94f922e88a5d Author: Imre Vadász Date: Fri Apr 1 10:27:52 2016 +0200 gpio_intel: Allow switching edge-trigger mode between falling/rising/both. * At least this case is definitely harmless, and easy to implement. Summary of

git: gpio_intel: Move Cherryview SoC specific code into gpio_cherryview.c

2016-04-03 Thread Imre Vadasz
commit 85e653c740410cc35fd769851f0162f629ecb0f8 Author: Imre Vadász Date: Tue Mar 29 21:13:18 2016 +0200 gpio_intel: Move Cherryview SoC specific code into gpio_cherryview.c * This should allow easily adding GPIO support for other Intel SoC versions (like

git: libc: Cleanup some manual pages (mainly .Dv usage).

2016-04-03 Thread Sascha Wildner
commit 651a2210436c9516f988c152b9e571ebad2b3e07 Author: Sascha Wildner Date: Sun Apr 3 11:22:54 2016 +0200 libc: Cleanup some manual pages (mainly .Dv usage). Summary of changes: lib/libc/gen/dlopen.3 | 4 ++-- lib/libc/gen/fnmatch.3 | 2 +- lib/libc/gen/fts.3