summaryrefslogtreecommitdiff
path: root/sys/vm/vm_page.c
AgeCommit message (Expand)Author
1995-04-10kernel_pmap --> pmap_kernel()mycroft
1995-03-27change needed for atari; recycle some code for the i386 that was in Litecgd
1995-01-09fix vm_page_startup's return type, kill an odd 'register'cgd
1994-12-01Garbage collect unneeded variable.mycroft
1994-12-01Allow vm_page_array to have holes in it so systems that usegwr
1994-10-30redo that last change, correctly. (suggested by mycroft.)cgd
1994-10-29change some strategic casts to (*long) from (*int).cgd
1994-09-07vm_object_page_clean() expects to be able to use vm_page_deactivate() on amycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-27clean up slightly; change RCS ID's to be minimally intrusivecgd
1994-05-23new VM code, from 4.4-Litecgd
1994-04-29Add some DIAGNOSTIC code to detect trying to free a page that is being faultedmycroft
1994-04-15convert vm system to use new queues. I'll never write code w/queues again.cgd
1994-03-17don't be so agressive w/renaming, clean for consistency, types in one place.cgd
1994-01-08More cleanup and prototyping.mycroft
1994-01-07No need to clear these bits, since we just bzero()d the silly thing.mycroft
1993-12-20bring changes down from magnumcgd
1993-12-17Canonicalize all #includes.mycroft
1993-11-10make absent absentcgd
1993-08-27Machine independant changes to VM for handling non-contiguous memory.brezak
1993-06-30Paul Kranenburg's VM deadlock patches (from patchkit 00147, parts 3 & 4).andrew
1993-05-20add rcs ids and clean up headerscgd
1993-05-07fix free page count determinationcgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd