]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add an experimental Memory-Disk driver. This driver will allocate
[FreeBSD/FreeBSD.git] / sys / vm /
1999-09-21 dillon cleanup madvise code, add a few more sanity checks.
1999-09-21 dillon Final commit to remove vnode->v_lastr. vm_fault...
1999-09-20 dillon Fix bug in pipe code relating to writes of mmap...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-17 dillon Remove inappropriate VOP_FSYNC from vm_object_page_...
1999-09-17 dillon Add 'lastr' field to vm_map_entry in preparation...
1999-09-17 dillon The vnode pager (used when you do file-backed mmaps...
1999-09-17 dillon Fix a number of spl bugs related to reserving and...
1999-09-17 dillon Add required BUF_KERNPROC to flushchainbuf() to...
1999-09-17 dillonReviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-26 phkSimplify the handling of VCHR and VBLK vnodes using...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-24 greenWhen the SYSINIT() was removed, it was replaced with...
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 bdeUse devtoname to print dev_t's instead of casting them...
1999-08-23 phkConvert DEVFS hooks in (most) drivers to make_dev().
1999-08-23 alcCorrect the inconsistent formatting in struct vm_map.
1999-08-23 alcstruct vm_map:
1999-08-22 alcRemove two unused variable declarations.
1999-08-20 alcvm_page_alloc and contigmalloc1:
1999-08-19 peterUpdate for run queue code.
1999-08-18 mjacobFix breakage - an extra brace got inserted where DIAGNO...
1999-08-17 greenUnbreak the nfs KLD_MODULE. It needs a bit more of...
1999-08-17 alcvm_page_free_toq:
1999-08-17 alcCorrect an accidental omission of one "vm_page_undirty...
1999-08-17 alcvm_page_free_toq:
1999-08-17 alcAdd the (inline) function vm_page_undirty for clearing...
1999-08-17 alcvm_pageout_clean:
1999-08-16 alcvm_map_lock*:
1999-08-15 alcRemove the declarations for "vm_map_t io_map". It...
1999-08-15 alcRemove the declarations for "vm_map_t u_map". It's...
1999-08-15 alccontigmalloc1 (currently) depends on PQ_FREE and PQ_CAC...
1999-08-15 mjacobAdd back in old definitions if we're compiling for...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 alcDon't create a "struct vpgqueues" for PQ_NONE.
1999-08-13 alcvm_map_madvise:
1999-08-13 phkThe bdevsw() and cdevsw() are now identical, so kill...
1999-08-12 alcMake the default page coloring parameters match a ...
1999-08-12 alcvm_object_madvise:
1999-08-12 alcvm_object_madvise:
1999-08-11 alccontigmalloc1:
1999-08-10 peterAdd a contigfree() as a corollary to contigmalloc(...
1999-08-10 alcvm_map_madvise:
1999-08-09 phkMerge the cons.c and cons.h to the best of my ability...
1999-08-08 phkDecommision miscfs/specfs/specdev.h. Most of it goes...
1999-08-01 alcMove the memory access behavior information provided...
1999-07-31 alcChange the type of vpgqueues::lcnt from "int *" to...
1999-07-31 alcvm_page_queue_init:
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-22 alcReduce the number of "magic constants" used for page...
1999-07-21 alcFix the following problem:
1999-07-20 greenMake a dev2budev() function, and use it. This refixes...
1999-07-20 alcConvert a "page not busy" warning to an assertion.
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-17 phkAdd a field to struct swdevt to avoid a bogus udev2dev...
1999-07-17 phkI have not one single time remembered the name of this...
1999-07-16 alcRemove vm_object::last_read. It is used by the old...
1999-07-11 alcCleanup OBJ_ONEMAPPING management.
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 alcChange the data type used to represent page color in...
1999-07-10 alcRemove unused function prototypes.
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-07 acheadd unused argument to udev2dev() to make kernel compiled
1999-07-07 msmithReinstate the previous fix for the broken export of...
1999-07-07 greenBack out previous commit. It was wrong, and caused...
1999-07-06 msmithswdevt should contain a udev_t not a devt. This result...
1999-07-05 mckayReformat previous fix to remove an uglier than average...
1999-07-04 mckusickThe buffer queue mechanism has been reformulated. ...
1999-07-01 peterFix some int/long printf problems for the Alpha
1999-07-01 peterSlight reorganization of kernel thread/process creation...
1999-06-27 peterKirk missed a required BUF_KERNPROC(). Even though...
1999-06-27 peterMinor tweaks to make sure (new) prerequisites for ...
1999-06-26 peterThere isn't much point waking up a daemon that hasn...
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 alcRemove (1) "extern" declarations for variables that...
1999-06-20 alcRemove vm_object::cache_count and vm_object::wired_coun...
1999-06-20 alcSet cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PA...
1999-06-19 alcRemove some unused function and variable declarations.
1999-06-17 alcvm_map_growstack uses vmspace::vm_ssize as though it...
1999-06-17 alcvm_map_insert sometimes extends an existing vm_map...
1999-06-17 alcMove vm_map_stack and vm_map_growstack after the definition
1999-06-17 alcRemove some unused declarations and duplicate initializ...
1999-06-12 alcvm_map_protect:
1999-06-08 dtAdd a function kmem_alloc_nofault() - same as kmem_allo...
1999-06-05 alcvm_mmap:
1999-06-01 phkShorten a detour around dev_t to get a udev_t created.
1999-05-31 phkSimplify cdevsw registration.
1999-05-30 phkThis commit should be a extensive NO-OP:
1999-05-30 alcAddendum to 1.155. Verify the existence of the object...
next