summaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Expand)Author
1993-11-03change some flags back to bitfields, so it compiles.cgd
1993-11-03new device pager from mike hibler, hibler@lamp. this is in its 'virgin' statecgd
1993-10-19from Mark Tinguely (tinguely@plains.NoDak.edu): record when processes arecgd
1993-10-11get rid of a few ref's to buffer_mapcgd
1993-10-06generalize kernacc() to any protections in the function "kerncheckprot()",cgd
1993-10-06we need the buffer hack again, now that we have a real vfs_bio...cgd
1993-10-02allow an offset to *really* be passed in for mmap's on devices.cgd
1993-09-23Add `#ifdef DIAGNOSTIC' around check for dirty pages in persistent objects.mycroft
1993-09-15make allproc be volatile, and cast things accordingly.cgd
1993-09-13Wrap iprintf, vm_object_print, vm_map_print to allow passing a printf function.brezak
1993-09-04get rid of bogosities of the form "vm_maxsaddr + MAXSSIZ", and replacecgd
1993-09-04get rid of maxdmap, and seperate MAXDSIZ and MAXSSIZ in rlimit checking.cgd
1993-09-01fixs long broken 'dequeue' macro which would expand to 'dequeue_head' whichglass
1993-09-01#ifdef pc532 in same places as #ifdef i386deraadt
1993-08-30pagers are now options, not pseudo-devicesderaadt
1993-08-29Remove prototype for pmap_bootstrap()brezak
1993-08-29return some errors other than EIO from swstrategy()cgd
1993-08-27Machine independant changes to VM for handling non-contiguous memory.brezak
1993-08-19Moved vm_map_create()'s out-of-maps panic to a more appropriate place.andrew
1993-08-14Put `#ifdef notyet' around some code which is currently defunct.mycroft
1993-08-13Removed the user area protection gunk I painstakingly removed in revisionandrew
1993-08-07deal with ddb bogositiescgd
1993-08-07fix prettyprinting changes that caused the kernel to not link if youcgd
1993-08-03Remove a spurious `#' added two revisions ago.mycroft
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
1993-07-29Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc.jtc
1993-07-28incorporate changes from 0-9-base to 0-9-ALPHAcgd
1993-07-28Committing in src/sys/vmpk
1993-07-22Cleanup pretty printers for maps and objects.brezak
1993-07-19according to andrew, the bit with the comment:cgd
1993-07-18vm_protect() of the user area is no longer required for i386 machines; theandrew
1993-07-17Finish moving struct definitions outside of function declarations.mycroft
1993-07-17Finish moving struct definitions outside of function declarations.mycroft
1993-07-15fix a whole slew of off-by-one errorscgd
1993-07-15do the "right thing" with mmap protections, once and for all.cgd
1993-07-15get rid of any support for vm_fault_wire() returning a result.cgd
1993-07-15get rid of extraneous thread_wakeup()s, added at sef's prompting,cgd
1993-07-15get rid of bogus retrymalloc code (and it was bogus)...cgd
1993-07-07get rid of bogus protections chacking which conflicts w/guido'scgd
1993-07-07make the rlist code all go away. replace it with resource map code,cgd
1993-07-02got rid of (obviously) bogus assignment which followed free().cgd
1993-06-30Paul Kranenburg's VM deadlock patches (from patchkit 00147, parts 3 & 4).andrew
1993-06-29Oops. Get rid of the `#ifndef MYCROFT_IS_A_DORK'. B-)mycroft
1993-06-29Fix some off-by-one errors.mycroft
1993-06-29Disallow access to the user pages, where the kernel stack is stored. Thisandrew
1993-06-27ANSIfications. Added support for vm_fault_wire() returning a result; codeandrew
1993-06-27ANSIfications.andrew
1993-06-21fix behavior when VM_MAXUSER_ADDRESS == (-UPAGES * NBPG)cgd
1993-06-17Remove annonying printf when adding swap.brezak
1993-05-29fix syntax errors caused by *not* having any one of the pagers...cgd