summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Fixed typo...using wrong variable in page_shortage calculation.dg1995-03-281-2/+2
* Fixed "pages freed by daemon" statistic (again).dg1995-03-281-1/+3
* Explicitly set page dirty if this is a write fault - reduces calls todg1995-03-271-2/+11
* Removed some obsolete flags.dg1995-03-261-6/+3
* Fix logic bug I just introduced with the flags to msync().dg1995-03-251-2/+2
* Pass syncio flag to vm_object_clean(). It remains unimplemented, however.dg1995-03-251-4/+1
* Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same timedg1995-03-251-3/+6
* Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE.dg1995-03-251-14/+11
* Implemented cnt.v_reactivated and moved vm_page_activate() routine todg1995-03-251-39/+41
* Removed (almost) meaningless "object cache lookups/hits" statistic. Indg1995-03-251-3/+1
* Removed cnt.v_nzfod: In our current scheme of things it is not possibledg1995-03-251-2/+1
* Fixed warning caused by returning a value in a void function (introduceddg1995-03-231-3/+3
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-223-35/+40
* Fixed potential sleep/wakeup race conditional with splhigh().dg1995-03-221-2/+6
* Added a check for wrong object size; print a warning, but deal with itdg1995-03-221-1/+9
* Fixed bug in vm_mmap() where the object that is created in some casesdg1995-03-221-2/+2
* Removed unused variable declaration missed in previous commit.dg1995-03-211-2/+1
* Removed do-nothing VOP_UPDATE() call.dg1995-03-211-3/+1
* Disallow non page-aligned file offsets in vm_mmap(). We don't support thisdg1995-03-211-1/+12
* Fixed bug in the size == 0 case of msync() caused by a bogus return valuedg1995-03-211-2/+2
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-214-10/+21
* Don't gain/lose an object reference in vnode_pager_setsize(). It willdg1995-03-202-16/+10
* Fixed "objde1" hang. It was caused by a "&" where an "&&" belonged in thedg1995-03-201-2/+2
* Removed an unnecessary call to vinvalbuf after the page clean.dg1995-03-201-13/+3
* Do proper vnode locking when doing paging I/O. Removed the asynchronousdg1995-03-191-47/+26
* Removed redundant newlines that were in some panic strings.dg1995-03-193-6/+6
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()dg1995-03-191-20/+22
* In vm_page_alloc_contig: Removed a redundant semicolon and used 'm' insteaddg1995-03-181-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1613-27/+36
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()dg1995-03-151-8/+10
* Move a kernel inline function inside `#ifdef KERNEL' so that includingbde1995-03-121-7/+7
* Fixed obsolete comment.dg1995-03-122-4/+4
* Deleted vm_object_setpager().dg1995-03-121-2/+1
* Deleted vm_object_setpager().dg1995-03-122-24/+3
* Explicitly set object->flags = OBJ_CANPERSIST.dg1995-03-121-3/+2
* Fix completely bogus comment.dg1995-03-111-3/+3
* Clear OBJ_INTERNAL flag for device pager objects and named anonymousdg1995-03-112-2/+4
* Set VAGE flag when pager is destroyed. This usually happens when andg1995-03-071-1/+2
* Fixed object reference count problem that occurred in the MAP_PRIVATEdg1995-03-071-9/+29
* Don't attempt to reverse collapse non OBJ_INTERNAL objects.dg1995-03-071-6/+19
* Remove a gratutious cast.jkh1995-03-041-2/+2
* Various changes from John and myself that do the following:dg1995-03-0110-288/+239
* Slight change to include file order to accommodate upcoming changes.dg1995-03-011-3/+4
* Don't use __P(()) in a function definition.bde1995-02-251-2/+2
* Fixed severely broken printf (arguments out of order, no newline).dg1995-02-251-3/+3
* Removed redundant HOLDRELE()'s.dg1995-02-231-5/+1
* Changed return value from vnode_pager_addr to be in DEV_BSIZE units sodg1995-02-221-7/+7
* vm_page.c:dg1995-02-222-23/+16
* Just return in the case of a page not on any queue in vm_page_unqueue().dg1995-02-221-3/+7
OpenPOWER on IntegriCloud