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