Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Die! | 2001-06-27 | 1 | -1267/+0 | |
| | |||||
* | Get rid of VHOLD, replace with buf_replacevnode. | 2001-02-28 | 1 | -6/+3 | |
| | |||||
* | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | 1999-05-22 | 1 | -37/+26 | |
| | | | | others. syscall commit pending. | ||||
* | typo in comment | 1999-02-08 | 1 | -2/+2 | |
| | |||||
* | clean up DIAGNOSTIC | 1998-12-30 | 1 | -5/+7 | |
| | |||||
* | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | 1998-03-01 | 1 | -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 interaction | 1997-12-02 | 1 | -2/+2 | |
| | | | | with soft updates code. | ||||
* | tabify | 1997-07-25 | 1 | -7/+6 | |
| | | | | some /lx/p/ printf changes | ||||
* | Removal of race conditions. Inspired by Charles Hannum's | 1997-04-17 | 1 | -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 KNF | 1997-03-05 | 1 | -21/+20 | |
| | |||||
* | Clarify precedense with parenthesis | 1996-08-12 | 1 | -2/+2 | |
| | |||||
* | Another VITAL VM patch. Boundary condition not solid, which last commit | 1996-08-12 | 1 | -2/+2 | |
| | | | | triggered. | ||||
* | Off by one error, caused rmfree panics on reboot | 1996-08-05 | 1 | -2/+2 | |
| | |||||
* | Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup. | 1996-08-02 | 1 | -3/+252 | |
| | |||||
* | thread changes | 1996-05-28 | 1 | -26/+17 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -11/+11 | |
| | |||||
* | Make swap accounting actually work... | 1996-02-19 | 1 | -0/+8 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1033 | |