git: sbin/mount_hammer: Fix upper limit of volume num

2015-08-02 Thread Tomohiro Kusumi
commit 96c170df2bc8a81f46f726e2c432cb12020c8700 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Aug 2 14:32:15 2015 +0900 sbin/mount_hammer: Fix upper limit of volume num (ac - 1) is for the command arg which is in blkdevs format. info.nvolumes is the number of

git: sys/vfs/hammer: Minor optimization on layer1/2 iteration

2015-08-02 Thread Tomohiro Kusumi
commit e333f527d47ee244914acd050921d17c6bd30a39 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sat Aug 1 06:03:27 2015 +0900 sys/vfs/hammer: Minor optimization on layer1/2 iteration Layer1 and layer2 metadata are clustered in each big-block, so use different buffers

git: sys/vfs/hammer: Fix wrong function name in kprintf

2015-08-02 Thread Tomohiro Kusumi
commit 5c82892ac2f3f18ac27927308e61d30949d2bcbc Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 30 04:13:56 2015 +0900 sys/vfs/hammer: Fix wrong function name in kprintf Summary of changes: sys/vfs/hammer/hammer_volume.c | 2 +- 1 file changed, 1 insertion(+), 1

git: sbin/mount_hammer: Fix error messages

2015-08-02 Thread Tomohiro Kusumi
commit 331432f3a33b9b0ebca19311006c9e02615d1240 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Aug 2 14:38:37 2015 +0900 sbin/mount_hammer: Fix error messages It's possible that open(2) and signature check do not fail but mount(2) still fails possibly because of

git: sys/vfs/hammer: Add test_free_callback()

2015-08-02 Thread Tomohiro Kusumi
commit 896689698e9f9ee1ebb955a4dab38c5cc60b9990 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 30 02:09:34 2015 +0900 sys/vfs/hammer: Add test_free_callback() Add test_free_callback() and remove dry run code from free_callback() which has been used for both

git: sys/vfs/hammer: Fix potential wrong error message

2015-08-02 Thread Tomohiro Kusumi
commit 5f1a07b6a288388a11300fc7d75b8d58096b479c Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Sun Aug 2 15:41:27 2015 +0900 sys/vfs/hammer: Fix potential wrong error message It's not always because of volume not empty. Summary of changes: sys/vfs/hammer/hammer_volume.c

git: sys/vfs/hammer: Add cond to kprintf(\n); on volume-del

2015-08-02 Thread Tomohiro Kusumi
commit bcff22106fe938c8ecbd2191ebd1c0b5d2c37f14 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 30 02:54:36 2015 +0900 sys/vfs/hammer: Add cond to kprintf(\n); on volume-del Should print \n only when count=5 otherwise it generates a blank line in dmesg.

git: sys/vfs/hammer: Fix comment on localization

2015-08-02 Thread Tomohiro Kusumi
commit 813693fcff725f3b5cd53b336a14bdf6ab3d16bf Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Jul 30 20:16:12 2015 +0900 sys/vfs/hammer: Fix comment on localization Add missing tid. Summary of changes: sys/vfs/hammer/hammer_btree.h | 4 ++-- 1 file changed, 2

git: locales: Fix pt_BR.ISO8859-15, remove UTF-8

2015-08-02 Thread John Marino
commit a0fdfaca2adbb57ab33ee2aab0e1ada4067e0499 Author: John Marino dr...@marino.st Date: Sun Aug 2 11:02:21 2015 +0200 locales: Fix pt_BR.ISO8859-15, remove UTF-8 The pt_BR.ISO8859-15 locale was not properly defined because it's directory was not pre-created (fixed now). The

git: drm/i915: Avoid releasing non acquired lock for eDP systems

2015-08-02 Thread Francois Tigeot
commit 0eb8618c1f229945f807de5b077afbcc9b101f21 Author: zrj rimvydas.jasins...@gmail.com Date: Fri Jul 24 12:26:04 2015 +0300 drm/i915: Avoid releasing non acquired lock for eDP systems Summary of changes: sys/dev/drm/i915/intel_dp.c | 1 - 1 file changed, 1 deletion(-)

git: drm: add connector/encoder name creation

2015-08-02 Thread Francois Tigeot
commit b4efbf429ec391146c4f33286eef16b1762cbcb9 Author: zrj rimvydas.jasins...@gmail.com Date: Fri Jul 31 12:00:57 2015 +0300 drm: add connector/encoder name creation This implements name creation using drm_asprintf() helper function. For now skip adapter-name. Summary of

git: drm/i915: Update to Linux 3.16

2015-08-02 Thread Francois Tigeot
commit ba55f2f542af67c1331fd80f611891b0a29f57bc Author: François Tigeot ftig...@wolfpond.org Date: Fri Jul 24 10:44:53 2015 +0200 drm/i915: Update to Linux 3.16 * Much improved support for Broadwell GPUs. Acceleration should now be fully operational and the giant L4 eDRAM

git: drm/i915: use drm_asprintf() in ivybridge_parity_work

2015-08-02 Thread Francois Tigeot
commit a9abc0a261131d4c98398b6f7c2c941e2ff32e32 Author: zrj rimvydas.jasins...@gmail.com Date: Fri Jul 31 12:09:49 2015 +0300 drm/i915: use drm_asprintf() in ivybridge_parity_work Useless kmalloc/kfree but useful to test drm_asprintf() itself Summary of changes:

git: drm/i915: experimental adapter-name to sc-name patch

2015-08-02 Thread Francois Tigeot
commit fa310bc3f4df74adab48a37e75a611f2ae3bb1e2 Author: zrj rimvydas.jasins...@gmail.com Date: Fri Jul 31 12:47:01 2015 +0300 drm/i915: experimental adapter-name to sc-name patch Summary of changes: sys/dev/drm/i915/dvo_ch7017.c | 7 +-- sys/dev/drm/i915/dvo_ch7xxx.c | 17

git: locales: create short names for the 9 new base locales

2015-08-02 Thread John Marino
commit 6ca67e7ac33c027093ecaadb5ce4732a9e35bcbf Author: John Marino dr...@marino.st Date: Sun Aug 2 11:32:43 2015 +0200 locales: create short names for the 9 new base locales Summary of changes: share/locale-links/Makefile | 16 +--- 1 file changed, 9 insertions(+), 7

git: strcoll(1): Fix named locale case where conversion fails

2015-08-02 Thread John Marino
commit bea37db929b4bc021536360b9878c6bde0650f09 Author: John Marino dr...@marino.st Date: Sun Aug 2 13:19:16 2015 +0200 strcoll(1): Fix named locale case where conversion fails When strcoll is used with a locale other than C/POSIX, it uses the mbsrtowcs_l(1) function which can

git: unbreak 4 LC categories

2015-08-02 Thread John Marino
commit 52ffb7ff0c002026d6ab13585c7459861b59bf9d Author: John Marino dr...@marino.st Date: Sun Aug 2 16:50:26 2015 +0200 unbreak 4 LC categories My regular expression was wrong and all the comments were not getting stripped. This broke LC_MONETARY, LC_NUMERIC, LC_MESSAGES, and

git: gdb: Fix quickworld failure.

2015-08-02 Thread Sascha Wildner
commit b2c75cc8fdcdf18b0670bb6e39b3aebec0cc8d4c Author: Sascha Wildner s...@online.de Date: Sun Aug 2 13:34:00 2015 +0200 gdb: Fix quickworld failure. xml-builtin.c couldn't be regenerated via 'quickworld' because the feature_to_c.sh script refuses to overwrite it if it does

git: kernel/devfs: style(9) fixes.

2015-08-02 Thread Sascha Wildner
commit f4dab6e912b2a8d923147fc270a5048284e96521 Author: Sascha Wildner s...@online.de Date: Sun Aug 2 22:12:55 2015 +0200 kernel/devfs: style(9) fixes. Summary of changes: sys/vfs/devfs/devfs_core.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)

git: i386 removal, part 28/x: Remove pnpinfo(8).

2015-08-02 Thread Sascha Wildner
commit 6c37c1a08eecfd3db4daf98404dd08323fc41d36 Author: Sascha Wildner s...@online.de Date: Mon Aug 3 07:46:35 2015 +0200 i386 removal, part 28/x: Remove pnpinfo(8). Summary of changes: Makefile_upgrade.inc | 4 +- contrib/pnpinfo/Makefile | 7 - contrib/pnpinfo/pnpinfo.8 |

git: locales: Update to CLDR version 27.0.1 (from 2.0.1)

2015-08-02 Thread John Marino
commit f34d9eafffe73dfbafbd7d326818820b23e72229 Author: John Marino dr...@marino.st Date: Mon Aug 3 03:45:53 2015 +0200 locales: Update to CLDR version 27.0.1 (from 2.0.1) I generates the new POSIX files from the latest CLDR release (from June 2015) using the provided java

git: cldr2def: Update Makefile to generate new POSIX source files

2015-08-02 Thread John Marino
commit 3e67d5f38b9246d4be1f872e551a373c78efb3c4 Author: John Marino dr...@marino.st Date: Mon Aug 3 02:51:51 2015 +0200 cldr2def: Update Makefile to generate new POSIX source files We've been using CLDR v2.0.1 because it was the last version that provided generated POSIX

git: locales: Update ctype charmaps with CLDR 27 data

2015-08-02 Thread John Marino
commit 8b6406a2947701887b554924be8127aa10ccd096 Author: John Marino dr...@marino.st Date: Mon Aug 3 03:40:05 2015 +0200 locales: Update ctype charmaps with CLDR 27 data Summary of changes: tools/tools/locale/etc/final-maps/map.ARMSCII-8 | 68 +-

git: drm/i915: Fix core-2 ring buffer init

2015-08-02 Thread Matthew Dillon
commit 0f3709757bcd92b057b45f4738aebb03d2063428 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 2 17:49:41 2015 -0700 drm/i915: Fix core-2 ring buffer init * Fix a ring buffer initialization issue with core-2 by using a read-back to enforce order. *

git: DragonFly_RELEASE_4_2 ssh - Fix an openssh vulnerability

2015-08-02 Thread Matthew Dillon
commit 30aef309e4bd1cad526f5fec135756b92afa6216 Author: Matthew Dillon dil...@apollo.backplane.com Date: Sun Aug 2 18:08:56 2015 -0700 ssh - Fix an openssh vulnerability * Note that this vulnerability cannot occur with DragonFly's defaults. Security: CVE-2015-5600