[BACK]Return to files.uvm CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Annotation of src/sys/uvm/files.uvm, Revision 1.18.2.1

1.18.2.1! rmind       1: #      $NetBSD$
1.1       thorpej     2:
                      3: #
                      4: # UVM options
                      5: #
                      6: defflag opt_uvmhist.h          UVMHIST UVMHIST_PRINT
1.11      ad          7: defflag opt_uvm.h              USE_TOPDOWN_VM UVMMAP_COUNTERS
1.16      rmind       8: defflag opt_vmswap.h           VMSWAP
1.2       yamt        9: defflag opt_readahead.h                READAHEAD_STATS
1.6       yamt       10: defflag opt_ubc.h              UBC_STATS
1.10      yamt       11: defparam opt_pagermap.h                PAGER_MAP_SIZE
1.5       yamt       12: defflag                                PDPOLICY_CLOCKPRO
1.18      drochner   13: defparam                       USER_VA0_DISABLE_DEFAULT
1.18.2.1! rmind      14: defflag opt_uvm_page_trkown.h  UVM_PAGE_TRKOWN
1.1       thorpej    15:
                     16: file   uvm/uvm_amap.c
                     17: file   uvm/uvm_anon.c
                     18: file   uvm/uvm_aobj.c
                     19: file   uvm/uvm_bio.c
1.12      ad         20: file   uvm/uvm_coredump.c              coredump
1.1       thorpej    21: file   uvm/uvm_device.c
1.14      rmind      22: file   uvm/uvm_emap.c
1.1       thorpej    23: file   uvm/uvm_fault.c
                     24: file   uvm/uvm_glue.c
                     25: file   uvm/uvm_init.c
                     26: file   uvm/uvm_io.c
                     27: file   uvm/uvm_km.c
1.13      ad         28: file   uvm/uvm_kmguard.c               debug
1.1       thorpej    29: file   uvm/uvm_loan.c
                     30: file   uvm/uvm_map.c
                     31: file   uvm/uvm_meter.c
                     32: file   uvm/uvm_mmap.c
1.9       joerg      33: file   uvm/uvm_mremap.c
1.8       christos   34: file   uvm/uvm_object.c
1.1       thorpej    35: file   uvm/uvm_page.c
                     36: file   uvm/uvm_pager.c
                     37: file   uvm/uvm_pdaemon.c
1.5       yamt       38: file   uvm/uvm_pdpolicy_clock.c        !pdpolicy_clockpro
                     39: file   uvm/uvm_pdpolicy_clockpro.c     pdpolicy_clockpro
1.1       thorpej    40: file   uvm/uvm_pglist.c
1.3       yamt       41: file   uvm/uvm_readahead.c
1.1       thorpej    42: file   uvm/uvm_stat.c
                     43: file   uvm/uvm_swap.c                  vmswap
                     44: file   uvm/uvm_swapstub.c              !vmswap
                     45: file   uvm/uvm_unix.c
                     46: file   uvm/uvm_user.c
                     47: file   uvm/uvm_vnode.c

CVSweb <webmaster@jp.NetBSD.org>