Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 1996 00:36:53 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 pmap.c src/sys/sys mman.h src/sys/vm pmap.h vm_fault.c vm_map.c vm_map.h vm_mmap.c vm_object.c vm_object.h
Message-ID:  <199605190736.AAA04119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/05/19 00:36:52

  Modified:    sys/i386/i386  pmap.c
               sys/sys   mman.h
               sys/vm    pmap.h vm_fault.c vm_map.c vm_map.h vm_mmap.c
                        vm_object.c  vm_object.h
  Log:
  Initial support for mincore and madvise.  Both are almost fully
  supported, except madvise does not page in with MADV_WILLNEED, and
  MADV_DONTNEED doesn't force dirty pages out.
  
  Revision  Changes    Path
  1.91      +51 -3     src/sys/i386/i386/pmap.c
  1.13      +10 -1     src/sys/sys/mman.h
  1.10      +5 -2      src/sys/vm/pmap.h
  1.45      +43 -3     src/sys/vm/vm_fault.c
  1.46      +92 -1     src/sys/vm/vm_map.c
  1.13      +2 -1      src/sys/vm/vm_map.h
  1.43      +171 -16   src/sys/vm/vm_mmap.c
  1.70      +66 -1     src/sys/vm/vm_object.c
  1.28      +8 -1      src/sys/vm/vm_object.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605190736.AAA04119>