summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Die!art2001-06-271-1267/+0
|
* Get rid of VHOLD, replace with buf_replacevnode.csapuntz2001-02-281-6/+3
|
* Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andweingart1999-05-221-37/+26
| | | | others. syscall commit pending.
* typo in commentart1999-02-081-2/+2
|
* clean up DIAGNOSTICart1998-12-301-5/+7
|
* Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,niklas1998-03-011-1/+3
| | | | | | | | | | | | | | | | <chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
* Protect some more vnode operation with splbio. Needed for correct interactioncsapuntz1997-12-021-2/+2
| | | | with soft updates code.
* tabifymickey1997-07-251-7/+6
| | | | some /lx/p/ printf changes
* Removal of race conditions. Inspired by Charles Hannum'sniklas1997-04-171-52/+50
| | | | | | | <mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too.
* Some minor KNFniklas1997-03-051-21/+20
|
* Clarify precedense with parenthesisniklas1996-08-121-2/+2
|
* Another VITAL VM patch. Boundary condition not solid, which last commitniklas1996-08-121-2/+2
| | | | triggered.
* Off by one error, caused rmfree panics on rebootniklas1996-08-051-2/+2
|
* Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.niklas1996-08-021-3/+252
|
* thread changesderaadt1996-05-281-26/+17
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-11/+11
|
* Make swap accounting actually work...tholo1996-02-191-0/+8
|
* initial import of NetBSD treederaadt1995-10-181-0/+1033