use -d99.100 to avoid dropping into background
[unix-history] / usr / src / sys / vm /
1995-05-18 Jan-Simon Pendrydrain, deallocate and unlock map in vm_map_deallocate
1995-05-18 Jan-Simon Pendryadd vm_map_lock_drain_interlock to drain map locks
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusicklock manager is back to taking a proc rather than a pid
1995-05-12 Kirk McKusicklock_init => lockinit
1995-05-12 Kirk McKusick<sys/lock.h> MUST FOLLOW <vm/vm_param.h>
1995-05-12 Kirk McKusicktake the pmap_page_protect outside the page queue lock...
1995-05-12 Kirk McKusickfix locking bug in vm_object_terminate (from hibler)
1995-05-11 Kirk McKusickmissing simple_unlock
1995-05-11 Kirk McKusickonly unlock object if we have not already done so
1995-05-04 Kirk McKusickkinfo_* is gone; add vm_sysctl
1995-04-28 Kirk McKusicklockmanager takes an interlock and a pid rather than...
1995-04-28 Kirk McKusickgive up and just include <sys/proc.h>
1995-04-28 Kirk McKusicklockmanager takes an interlock and a pid rather than...
1995-04-28 Kirk McKusickatomic_lock => simplelock
1995-04-13 Kirk McKusickadd macros for vm_map_set_recursive and vm_map_clear_re...
1995-04-13 Kirk McKusickredefine lock_* calls to use lockmgr
1995-04-13 Kirk McKusickadd compatibility to kernel-wide lock manager
1995-04-13 Kirk McKusickredefine lock_* calls to use lockmgr
1995-04-13 Kirk McKusickredefine vm_map_lock primitives in terms of lockmgr...
1995-03-05 Kirk McKusickat least note what should be done
1995-02-19 Chris G. Demetriougetpagesize -> compat_43_getpagesize
1995-02-19 Chris G. Demetriounew syscall arg mechanism
1995-01-10 Chris G. DemetriouKNF, and 64-bit safety.
1995-01-10 Chris G. Demetrioustyle, 64-bit changes, update printfs for reality,...
1995-01-10 Chris G. Demetrioustyle, 64-bit safety, and check for NULL _before_ the...
1995-01-10 Chris G. Demetrioukill a typo in a comment, fix some style.
1995-01-10 Chris G. Demetrioufix munmapfd's arguments; it takes a struct proc _then_...
1994-11-22 Kirk McKusickcheck that thing being uncached is a regular file
1994-08-21 Kirk McKusickuse new queue.h data structures
1994-07-29 Mike Hiblerattempt to make "average active VM" count more accurate--
1994-07-08 Mike Hiblerdon't use GCC-isms in MI code (from cgd)
1994-06-20 Mike Hiblermsync size 0 case didn't work, incorrect check of a...
1994-05-28 Mike Hiblerback out change requiring alignment of "pos"
1994-05-27 Mike Hiblerafter carefully constructing the correct value for...
1994-05-20 Mike Hiblertwo mmap fixes: make sure pos is zero for MAP_ANON
1994-03-23 Mike Hiblercorrection to last delta: VM_OBJECT_NULL -> NULL
1994-03-22 Mike Hibleranother relevant fix from Mach 3.0
1994-03-22 Mike Hiblerround kentry_data_size to a page since pmap_bootstrap_a...
1994-03-22 Mike Hiblerlint
1994-03-16 Keith Bosticincrease MAX_KMAPENT back to 500, vangogh's kernel...
1994-02-18 Mike Hiblerreturn more informative errors, fix a typo in swstrateg...
1994-02-15 Mike Hiblernull pointer test (from Ralph)
1994-02-14 Keith Bosticcomment typo -- confidence that this has run plummets
1994-02-14 Mike Hiblerattempt to avoid races with file size changes
1994-01-23 Mike Hiblerdocument problem with sharing wired pages
1994-01-23 Mike Hiblerdate and time created 94/01/22 09:04:15 by hibler
1994-01-14 Mike Hiblerget rid of lingering swap_pager_finish reference
1994-01-14 Keith Bosticlint
1994-01-13 Mike Hibleruse new multi-page interface,
1994-01-13 Mike Hiblercleanup.
1994-01-13 Mike Hiblermulti-page interface for get/put.
1994-01-13 Mike Hiblernew prototypes.
1994-01-13 Mike Hiblerprototype clustered pageout interface,
1994-01-13 Mike Hiblerreflect change in vm_object_page_clean interface.
1994-01-13 Mike Hiblermods to vm_object_page_clean in support of msync,
1994-01-13 Mike Hiblermassive overhaul of msync, get rid of hack support...
1994-01-13 Mike Hiblernew vm_map_clean routine to do bulk of msync,
1994-01-13 Mike Hiblerreduce number of kernel map entries,
1994-01-13 Mike Hiblerkeep track of a few more vmmeter statistics.
1994-01-13 Mike Hiblerget rid of unused vm_move/vm_region routines.
1994-01-13 Mike Hiblermassive changes to use multi-page interface, cleanup.
1994-01-13 Mike Hiblerreflect new multi-page interface.
1994-01-13 Mike Hiblerget rid of vm_move.
1994-01-07 Kirk McKusickhave to init b_vnbufs to NOLIST
1994-01-06 Kirk McKusickneeds to include <machine/cpu.h> for cpu_fork and cpu_s...
1994-01-06 Kirk McKusickadd cpu_swapin call (to notify of user area moving...
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusickconvert to use new queue structures
1993-12-14 Kirk McKusickconvert page list to use <sys/queue.h>
1993-12-14 Kirk McKusickconvert pager list to use <sys/queue.h>
1993-12-14 Kirk McKusickpitch <sys/queue.h> compatibility code
1993-12-14 Kirk McKusickconvert free list, hash list, and object list to use...
1993-12-14 Kirk McKusickconvert resident memory list, object list, object cache...
1993-11-22 Mike Hiblervm_page_insert should be done with paging queues locked...
1993-11-15 Mike Hiblerin io, check right off if page exists in object
1993-11-15 Mike Hiblerkeep indices constant even if a pager is not configured
1993-11-15 Mike Hiblereliminate unneeded cast
1993-11-15 Mike Hiblersupport for sequential swap devices (SEQSWAP ifdef)
1993-11-15 Mike Hiblerconvert mmaps of /dev/zero to anon memory requests
1993-11-11 Chris Torekfinish up new device pager: all pagers get offsets
1993-10-25 Mike Hiblernew improved version: dynamic allocation of fake pages
1993-10-02 Mike Hiblerwhen making copy of a page, make sure original is deact...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-07-16 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-16 Mike Hiblerfix off-by-one errors (from cgd)
1993-07-16 Mike Hiblerprint a warning if no swap space found, don't use the...
1993-07-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-07 Kirk McKusickwaste less of the swap map (from Hibler)
1993-06-19 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-19 Kirk McKusicklint
1993-06-15 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-15 Keith Bosticmake system call names match function call names
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Kirk McKusickmlock/munlock lengths are size_t's
1993-06-03 Mike Hiblermlock returns EAGAIN for requests exceeding one of...
1993-06-03 Mike Hiblerfix up vm_map_pageable for mlock/munlock (changes from...
1993-06-03 Mike Hibleradd mlock/munlock calls
next