Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner | |
others. syscall commit pending. | |||
1999-02-08 | typo in comment | Artur Grabowski | |
1998-12-30 | clean up DIAGNOSTIC | Artur Grabowski | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<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. | |||
1997-12-02 | Protect some more vnode operation with splbio. Needed for correct interaction | Constantine Sapuntzakis | |
with soft updates code. | |||
1997-07-25 | tabify | Michael Shalayeff | |
some /lx/p/ printf changes | |||
1997-04-17 | Removal of race conditions. Inspired by Charles Hannum's | Niklas Hallqvist | |
<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. | |||
1997-03-05 | Some minor KNF | Niklas Hallqvist | |
1996-08-12 | Clarify precedense with parenthesis | Niklas Hallqvist | |
1996-08-12 | Another VITAL VM patch. Boundary condition not solid, which last commit | Niklas Hallqvist | |
triggered. | |||
1996-08-05 | Off by one error, caused rmfree panics on reboot | Niklas Hallqvist | |
1996-08-02 | Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup. | Niklas Hallqvist | |
1996-05-28 | thread changes | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-02-19 | Make swap accounting actually work... | Thorsten Lockert | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |