summaryrefslogtreecommitdiff
path: root/sys/vm/vm_fault.c
AgeCommit message (Collapse)Author
1997-04-17Removal of race conditions. Inspired by Charles Hannum'sNiklas 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.
1996-11-23curproc is never NULL when this code is executedkstailey
1996-08-02Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup.Niklas Hallqvist
1996-05-23count pagein faults; netbsd pr#1397Theo de Raadt
1996-03-03From NetBSD: merge with 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt