git: kernel - Rewrite the callout_*() API (4)

2019-03-27 Thread Matthew Dillon
commit 7d4e2804614e91ec3d224b53f29bc5e19d845f8d Author: Matthew Dillon Date: Wed Mar 27 20:01:46 2019 -0700 kernel - Rewrite the callout_*() API (4) * Remove a debugging kprintf(). Summary of changes: sys/kern/kern_timeout.c | 1 - 1 file changed, 1 deletion(-)

git: kernel - Try to ensure a uniform fsid for exports

2019-03-27 Thread Matthew Dillon
commit ae4bce3c291c22a8ec4a92a61cccdd638beb87b7 Author: Matthew Dillon Date: Wed Mar 27 22:16:01 2019 -0700 kernel - Try to ensure a uniform fsid for exports * For filesystems which do not generate their own fsid (hammer2, tmpfs, others) we generate a fsid based on the

git: man9/Makefile: Remove wrong backslash.

2019-03-27 Thread Sascha Wildner
commit 4834bc88e6f988e7c6bfdf5d2eedc946fed02306 Author: Sascha Wildner Date: Wed Mar 27 20:19:02 2019 +0100 man9/Makefile: Remove wrong backslash. Introduced in eb67213abec698ffb555ee926f2761bcb7e95f55. While here, sort callout.9 MLINKS. Reported-by: zrj

git: mtree/BSD.usr.dist: Sort.

2019-03-27 Thread Sascha Wildner
commit baf4551aecdc274913b1e533df9dafaedeaaff7c Author: Sascha Wildner Date: Wed Mar 27 18:59:47 2019 +0100 mtree/BSD.usr.dist: Sort. Summary of changes: etc/mtree/BSD.usr.dist | 8 1 file changed, 4 insertions(+), 4 deletions(-)

git: kernel - Fix more wiring / fictitious bugs w/recent VM work

2019-03-27 Thread Matthew Dillon
commit 0ca81fbe2230537bbfdd10bff3ecc125b94516d3 Author: Matthew Dillon Date: Wed Mar 27 10:32:05 2019 -0700 kernel - Fix more wiring / fictitious bugs w/recent VM work * Fictitious pages cannot be placed on any VM paging queue, assert this and fix a few places where it

git: kernel - Rewrite the callout_*() API (2)

2019-03-27 Thread Matthew Dillon
commit 19ccf7e8cf65653d950a3abd3a4ad5260cae7cd1 Author: Matthew Dillon Date: Wed Mar 27 10:10:39 2019 -0700 kernel - Rewrite the callout_*() API (2) * Fix misc issues, particularly synchronous stalls in tsleep due to races. Also some of the flag accounting was broken,

git: world - Fix fstat and gcore

2019-03-27 Thread Matthew Dillon
commit 4c2d301f6abfa3af6572a66d6c780f0580285c81 Author: Matthew Dillon Date: Wed Mar 27 10:08:25 2019 -0700 world - Fix fstat and gcore * fstat needs to iterate vm_map_entry's via the RB tree, but it isn't entirely trivial because we have to kread(). * gcore

git: Revert "fstat(1): Convert to RB_FOREACH() for memory maps."

2019-03-27 Thread Matthew Dillon
commit 96c6df5c16ded347f2baa10392f011d29ce576e8 Author: Matthew Dillon Date: Wed Mar 27 10:05:27 2019 -0700 Revert "fstat(1): Convert to RB_FOREACH() for memory maps." This reverts commit b8459d8490f9cd3174dc62a0e1ac4bae85da83b9. This won't work because the pointers are

git: vkernel64: Sync to recent API changes.

2019-03-27 Thread Rimvydas Jasinskas
commit b5cd9c0d57b3d2b7a59ff5c2451abf0857ea946b Author: zrj Date: Wed Mar 27 14:22:32 2019 +0200 vkernel64: Sync to recent API changes. Summary of changes: sys/platform/vkernel64/platform/pmap.c | 16 1 file changed, 8 insertions(+), 8 deletions(-)

git: : Add missing include.

2019-03-27 Thread Rimvydas Jasinskas
commit 79044c5f0f9cc4bdd58657cf0987667e244cde34 Author: zrj Date: Wed Mar 27 11:39:49 2019 +0200 : Add missing include. Needed for userland tools after: eb67213abec698ffb555ee926f2761bcb7e95f55 Summary of changes: sys/sys/callout.h | 1 + 1 file changed, 1 insertion(+)

git: fstat(1): Convert to RB_FOREACH() for memory maps.

2019-03-27 Thread Rimvydas Jasinskas
commit b8459d8490f9cd3174dc62a0e1ac4bae85da83b9 Author: zrj Date: Wed Mar 27 11:48:02 2019 +0200 fstat(1): Convert to RB_FOREACH() for memory maps. After 47ec0953d00a4e55498312418ed65d3aadc9cc8a kernel change. Summary of changes: usr.bin/fstat/fstat.c | 17 +++-- 1

git: fdisk.8: Update DragonFly slice type to 108 (6C)

2019-03-27 Thread Aaron LI
commit 4db76ef7c5dd5c0adf87c2f73c28324d9051ba0f Author: Aaron LI Date: Wed Mar 27 16:27:14 2019 +0800 fdisk.8: Update DragonFly slice type to 108 (6C) Summary of changes: sbin/fdisk/fdisk.8 | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)