git: sys/vfs/hammer2: Redo 428dc73dec68fbb23a2d18e7a7ef1048287709a6

2020-10-14 Thread Tomohiro Kusumi
commit 488a814496b5063a7fc8aaee1322f5e36e0ea335 Author: Tomohiro Kusumi Date: Thu Oct 15 02:56:07 2020 +0900 sys/vfs/hammer2: Redo 428dc73dec68fbb23a2d18e7a7ef1048287709a6 Should detect invalid blockrefs other than empty if any, and keep the behavior unchanged. Summary of ch

git: sys/vfs/hammer2: Simplify chain allocation in hammer2_chain_alloc()

2020-10-14 Thread Tomohiro Kusumi
commit 428dc73dec68fbb23a2d18e7a7ef1048287709a6 Author: Tomohiro Kusumi Date: Thu Oct 15 00:30:20 2020 +0900 sys/vfs/hammer2: Simplify chain allocation in hammer2_chain_alloc() This initially had different behavior depending on blockref type, but today all it does is allocate

git: sys/vfs/hammer2: Remove unused chain size variable in hammer2_chain_rename()

2020-10-14 Thread Tomohiro Kusumi
commit 8085c10f45a277cc6dbaf4ce10d2b771cc1b29f6 Author: Tomohiro Kusumi Date: Wed Oct 14 00:50:46 2020 +0900 sys/vfs/hammer2: Remove unused chain size variable in hammer2_chain_rename() This local variable is unused. It used to be in around a4dc31e022f821212e65d95b025bca4d77c

git: sys/vfs/hammer2: Cleanup invalid blockref type switch cases

2020-10-14 Thread Tomohiro Kusumi
commit 1eb191916a9c173298fee44be2eb434d63ac70e3 Author: Tomohiro Kusumi Date: Thu Oct 15 00:19:20 2020 +0900 sys/vfs/hammer2: Cleanup invalid blockref type switch cases Summary of changes: sys/vfs/hammer2/hammer2_chain.c | 15 +-- sys/vfs/hammer2/hammer2_flush.c | 1 + 2 fi

git: DragonFly_RELEASE_5_8 mt(1): Change c_code to u_long because it has to hold an ioctl command.

2020-10-14 Thread Sascha Wildner
commit df0d865b820f59e9eaf239e3e9f84650f7015ff5 Author: Sascha Wildner Date: Wed Oct 14 16:25:41 2020 +0200 mt(1): Change c_code to u_long because it has to hold an ioctl command. Forgotten porting to x86_64. Summary of changes: usr.bin/mt/mt.c | 2 +- 1 file changed, 1 inserti

git: mt(1): Change c_code to u_long because it has to hold an ioctl command.

2020-10-14 Thread Sascha Wildner
commit 527b525a458e17668a2e095e80bdd919bb83fea4 Author: Sascha Wildner Date: Wed Oct 14 16:25:41 2020 +0200 mt(1): Change c_code to u_long because it has to hold an ioctl command. Forgotten porting to x86_64. Summary of changes: usr.bin/mt/mt.c | 2 +- 1 file changed, 1 inserti

git: kernel: Remove unused memmove() and memset() from libkern.

2020-10-14 Thread Sascha Wildner
commit cb31982039d0e04282ae49d1790fc2e69bfd5758 Author: Sascha Wildner Date: Sun Oct 11 23:49:47 2020 +0200 kernel: Remove unused memmove() and memset() from libkern. Summary of changes: sys/conf/files | 1 - sys/libkern/memmove.c| 40 -

git: df(1): Remove an unused function.

2020-10-14 Thread Sascha Wildner
commit a444603fa660a24ec7f5a0cca47d1f178367d9a2 Author: Sascha Wildner Date: Wed Oct 14 16:22:23 2020 +0200 df(1): Remove an unused function. Summary of changes: bin/df/df.c | 6 -- 1 file changed, 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a444603fa660a

Re: git: kernel - Initial commit for Existential structural tracking

2020-10-14 Thread Michael Neumann
On Tue, Oct 13, 2020 at 09:54:21AM -0900, Matthew Dillon wrote: > Interesting paper but kinda all over the place. He mentions cache-line > bouncing as an issue but the paper is from 2004... so kudos for recognizing Cache-line bouncing: Academia was playing with SMP long before mere mortal could

git: drm: fix a bug in ttm_bo_add_to_lru()

2020-10-14 Thread Francois Tigeot
commit 9505a98fadeb81d0225ae616471d7c6f900c18e2 Author: François Tigeot Date: Wed Oct 14 10:54:21 2020 +0200 drm: fix a bug in ttm_bo_add_to_lru() Summary of changes: sys/dev/drm/ttm/ttm_bo.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org/drag