aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Check return value from zinit.David Malone2001-03-241-0/+2
* MFC lock reversal fix related to threaded programs.Matthew Dillon2001-03-143-0/+10
* MFC 1.196 - undo a small piece of 1.194 to temporarily work aroundMatthew Dillon2001-03-141-0/+7
* MFC: 1.195 Fix panic that occurs when mmap(2) is used with MAP_INHERIT.Ian Dowse2001-03-091-0/+4
* MFC: Make zalloc and zfree non-inline functions. This avoids having toAssar Westerlund2001-03-042-78/+77
* MFC: 1.157 - move vm_page_array and vm_page_buckets to the end of theAndrew Gallatin2001-03-031-18/+16
* MFC 1.116 - VM fault resulting in writable page sets PG_NOSYNC properly,Matthew Dillon2001-03-021-6/+6
* MFC: Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-02-181-0/+16
* MFC Tor's buffer cache fixes. This turns buffer_map into a system map,Matthew Dillon2001-02-091-10/+31
* MFC: 1.27 Allow overallocated programs to lower their memory usage.David Malone2001-02-021-3/+7
* MFC 1.113 - protect vm_pager_page_unswapped().Matthew Dillon2001-01-271-0/+3
* MFC vfs_bio.c 1.269 and friends. This MFC's the better launder limitingMatthew Dillon2000-12-304-115/+151
* MFC: phys_pager fix for multiple segmentsAlfred Perlstein2000-12-171-31/+36
* MFC 1.165Matthew Dillon2000-12-111-1/+1
* MFC: 1.4 (handle non PAGE_SIZE requests properly)Alfred Perlstein2000-12-051-1/+1
* MFC the major low memory deadlock solution. This patch removes most ofMatthew Dillon2000-11-264-80/+131
* MFC from current the major file descriptor race fixing patchset.Matthew Dillon2000-11-262-18/+41
* MFC: Implement write combining for crashdumps.Paul Saab2000-11-211-1/+1
* MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries.Tor Egge2000-11-201-0/+2
* The swap bitmap allocator was not calculating the bitmap size properlyMatthew Dillon2000-10-133-10/+21
* s/#elsif/#elif/John Baldwin2000-09-161-8/+8
* MFC: Implement POSIX.1b shared memory objects.John Baldwin2000-08-221-0/+10
* MFC: Replace the PQ_*CACHE options with a single PQ_CACHESIZE option thatKelly Yancey2000-08-081-24/+31
* MFC: add pmap_kenter_temporary() to replace CADDR1 for crashdump usage.Peter Wemm2000-08-051-0/+1
* MFC: pmap interface optimizations, optionally physically backed SYSVSHM.Peter Wemm2000-08-0412-66/+155
* MFC: rev 1.31: fix zget to not bzero() a NULL pointer on kvm exhaustionPeter Wemm2000-08-041-3/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-041-0/+182
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-032-3/+3
* MFC: eliminate useless (and unused) third arg to vsunlock().Peter Wemm2000-08-022-6/+2
* MFC: various minor spelling fixesPeter Wemm2000-08-028-20/+20
* MFC: spelling fix: contion -> conditionPeter Wemm2000-08-021-1/+1
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-191-48/+48
* MFC 1.175: vm_object_shadow(): Remove an incorrect assertion.Alan Cox2000-07-131-3/+0
* MFC 1.158, fix minor bug in vm_pageout_page_stats()Matthew Dillon2000-05-291-0/+2
* MFC 1.190 - fix bug in madvise MADV_WILLNEEDMatthew Dillon2000-05-151-1/+5
* MFC swap_pager.c 1.137, vm_pageout.c 1.54, vm_pager.h 1.25. AddMatthew Dillon2000-03-273-3/+19
* MFC: Remove MAX_PERF with extreme prejudice.Paul Saab2000-03-173-30/+0
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-283-20/+37
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-163-5/+50
* The swapdev_vp changes made to rip out the swap specfs interactionMatthew Dillon2000-01-251-8/+8
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. TheMatthew Dillon2000-01-211-25/+29
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+1
* Use MAP_NOSYNC for vnodes without any links in their filesystem.Guido van Rooij2000-01-031-0/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2911-18/+18
* Fix the swap backed vn case - this was broken by my rev 1.128 toPeter Wemm1999-12-282-22/+50
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-128-21/+82
* Lock reporting and assertion changes.Eivind Eklund1999-12-112-2/+2
* User ldt sharing.Luoqi Chen1999-12-061-1/+16
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-1/+1