git: kernel - VM rework part 3 - Cleanup pass

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 10 09:26:42 PDT 2019


commit 44293a8055ecb27ff83ef3482f7e2fd33b35ebe8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed May 8 23:31:25 2019 -0700

    kernel - VM rework part 3 - Cleanup pass
    
    * Cleanup various structures and code

Summary of changes:
 sys/ddb/db_break.h          |   2 +-
 sys/ddb/db_watch.h          |   2 +-
 sys/kern/imgact_elf.c       |   2 +-
 sys/kern/sys_process.c      |  10 ++-
 sys/vfs/procfs/procfs_map.c |   2 +-
 sys/vm/vm.h                 |   8 +-
 sys/vm/vm_extern.h          |  98 ++++++++++++-----------
 sys/vm/vm_fault.c           |  34 ++++----
 sys/vm/vm_kern.h            |   4 +-
 sys/vm/vm_map.c             | 187 ++++++++++++++++++++++++--------------------
 sys/vm/vm_map.h             |  14 ++--
 sys/vm/vm_object.c          |   2 +-
 sys/vm/vm_pageout.h         |   5 +-
 sys/vm/vnode_pager.c        |   4 +-
 usr.bin/fstat/fstat.c       |   2 +-
 15 files changed, 202 insertions(+), 174 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/44293a8055ecb27ff83ef3482f7e2fd33b35ebe8


-- 
DragonFly BSD source repository



More information about the Commits mailing list