summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
AgeCommit message (Expand)Author
1994-12-10Introduce vm_object_prefer(), which interrogates the PMAP layer in searchpk
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-21Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,cgd
1994-04-20undo a mistaken deletion. at least i found it...cgd
1994-04-15cancel some of my stupidity, thanks to charles.cgd
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-15do not clean fictitious pages. from WS (sent a long time ago...)cgd
1994-01-08Make some functions static.mycroft
1994-01-08Yet more prototypes.mycroft
1994-01-07Kill third arg to thread_sleep(). It's always false and isn't used anyway.mycroft
1994-01-07Add some explicit return types, and make vm_object_print #ifdef DDB | DEBUG.mycroft
1993-12-20bring changes down from magnumcgd
1993-12-17Canonicalize all #includes.mycroft
1993-09-23Add `#ifdef DIAGNOSTIC' around check for dirty pages in persistent objects.mycroft
1993-09-13Wrap iprintf, vm_object_print, vm_map_print to allow passing a printf function.brezak
1993-08-07deal with ddb bogositiescgd
1993-07-28Committing in src/sys/vmpk
1993-07-22Cleanup pretty printers for maps and objects.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-04-09From: andrew@werple.apana.org.au (Andrew Herbert)cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd