git: hammer: Change u_int{8,16,32,64}_t to uint{8,16,32,64}_t

2015-11-28 Thread Tomohiro Kusumi
commit 46137e17a8da872430785836fc270a05649a93ce Author: Tomohiro Kusumi Date: Wed Nov 25 22:46:57 2015 +0900 hammer: Change u_int{8,16,32,64}_t to uint{8,16,32,64}_t in the following directories and/or files. * sys/vfs/hammer * sbin/hammer

git: DragonFly_RELEASE_4_4 make(1): Create two more custom variables to speed up dports

2015-11-28 Thread John Marino
commit dce4bc08b9b8dbce318e8614f0585a1033f1f72f Author: John Marino Date: Sat Nov 28 02:39:15 2015 +0100 make(1): Create two more custom variables to speed up dports I've added two new static values to bmake: .MAKE.DF.OSREL This will currently return

git: kevent: Fix comment

2015-11-28 Thread Sepherosa Ziehau
commit 84d81bc8052ea179c8d385d87a85b8f433e7bc73 Author: Sepherosa Ziehau Date: Sat Nov 28 18:01:49 2015 +0800 kevent: Fix comment Summary of changes: sys/sys/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: kevent: Mark file_filtops and kqread_filtops MPSAFE

2015-11-28 Thread Sepherosa Ziehau
commit 65994a3a01017e068b56b5e1a10c20ef01bbd051 Author: Sepherosa Ziehau Date: Sat Nov 28 19:27:20 2015 +0800 kevent: Mark file_filtops and kqread_filtops MPSAFE - kqread_filtops is MPSAFE. - All fo_kqfilter are MPSAFE or take care of the MPSAFE of

git: kern: Support hh modifier in ksscanf (needed for drm/radeon).

2015-11-28 Thread Imre Vadasz
commit eb68dd758f2657b7ba96fc0138e539ecc2672f2f Author: Imre Vadasz Date: Sat Nov 28 16:44:45 2015 +0100 kern: Support hh modifier in ksscanf (needed for drm/radeon). This fixes VCE initialization in drm/radeon. Taken from lib/libc/stdio/vfscanf.c Summary of

git: sys/vfs/hammer: Remove HAMMER_HEAD_FLAG_FREE macro

2015-11-28 Thread Tomohiro Kusumi
commit bd129eaaaef8ab6644d46648b7984f4b52a3b285 Author: Tomohiro Kusumi Date: Sat Nov 28 23:51:48 2015 +0900 sys/vfs/hammer: Remove HAMMER_HEAD_FLAG_FREE macro This macro is no longer used independently after bf686dbe, but only used as a part of

git: sys/vfs/hammer: Remove HAMMER_VOLF_VALID|OPEN macros

2015-11-28 Thread Tomohiro Kusumi
commit f47eb33ad751f59b0284afb990e02495d4bf4e40 Author: Tomohiro Kusumi Date: Sun Nov 29 00:04:06 2015 +0900 sys/vfs/hammer: Remove HAMMER_VOLF_VALID|OPEN macros These macros added by 8750964d in 2007 (the first hammer commit) were never used.

git: sys/vfs/hammer: #if0 HAMMER_BIGBLOCK_OVERFILL

2015-11-28 Thread Tomohiro Kusumi
commit 077bd8a4b0311a06e5941ec34602fa5839c476f0 Author: Tomohiro Kusumi Date: Sat Nov 28 23:37:23 2015 +0900 sys/vfs/hammer: #if0 HAMMER_BIGBLOCK_OVERFILL The code using this macro has been #if0'd by b4f86ea3. (The code isn't obsolete, so it should

git: sys/vfs/hammer: Remove HAMMER_HEAD_TYPE_42|45 macros

2015-11-28 Thread Tomohiro Kusumi
commit 7a2c0f5eefc4baede788782bfe1024a15a6eb831 Author: Tomohiro Kusumi Date: Sat Nov 28 23:47:37 2015 +0900 sys/vfs/hammer: Remove HAMMER_HEAD_TYPE_42|45 macros These macros were never used. See 02428fb6. Summary of changes: