git: kernel - Rename vm_map_wire() and vm_map_unwire() (2)

2021-07-22 Thread Matthew Dillon
commit f5ed87383d48c7a3492844c5104b655c04d4a89b Author: Matthew Dillon Date: Thu Jul 22 22:18:07 2021 -0700 kernel - Rename vm_map_wire() and vm_map_unwire() (2) * Deconfuse comment Summary of changes: sys/vm/vm_glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: kernel - Rename vm_map_wire() and vm_map_unwire()

2021-07-22 Thread Matthew Dillon
commit 949c56f897edb38974c17c72109bd7383472b36c Author: Matthew Dillon Date: Thu Jul 22 21:44:00 2021 -0700 kernel - Rename vm_map_wire() and vm_map_unwire() * These names are mutant throwbacks to an earlier age and no longer mean what is implied. * Rename vm_map_w

git: kernel - Correct flags argument to vm_map_wire() (no operational change)

2021-07-22 Thread Matthew Dillon
commit c2774bcc87e1cd526bd6f88a6c158f981adcf9e6 Author: Matthew Dillon Date: Thu Jul 22 21:34:03 2021 -0700 kernel - Correct flags argument to vm_map_wire() (no operational change) * vm/vm_unix.c was making two calls to vm_map_wire() passing FALSE for kmflags. It needs to

git: sys/vfs/hammer2: Fix bulkfree message/comments on old ondisk format

2021-07-22 Thread Tomohiro Kusumi
commit 63a8b78d9f23c88ed00fd8329b54c6e067a9dcf8 Author: Tomohiro Kusumi Date: Fri Jul 23 02:09:34 2021 +0900 sys/vfs/hammer2: Fix bulkfree message/comments on old ondisk format in addition to b0ac2d2999bc7ac111dbb5ffbc0f7ffbb4c92988. The bulkfree descriptions written in 2015