]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r49795,
[FreeBSD/FreeBSD.git] / sys / vm /
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...
1999-05-28 alcAvoid the creation of unnecessary shadow objects.
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-18 alcvm_map_insert:
1999-05-17 alcAdd the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL...
1999-05-16 alcRemove prototypes for functions that don't exist anymor...
1999-05-15 dtFix confusion of size of transfer with size of the...
1999-05-14 alcSimplify vm_map_find/insert's interface: remove the...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-13 bdeCasting handles from void * to uintptr_t on the way...
1999-05-13 luoqiDevice pager's handle is dev_t not udev_t.
1999-05-12 phkFix a udev_t/dev_t mismatch which prevent paging from...
1999-05-11 phkDivorce "dev_t" from the "major|minor" bitmap, which...
1999-05-09 phkNo point in swapdev being a static global when used...
1999-05-08 phkI got tired of seeing all the cdevsw[major(foo)] all...
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-07 phkIntroduce two functions: physread() and physwrite...
1999-05-06 peterAdd brackets to silence egcs and help clarity.
1999-05-06 phkremove b_proc from struct buf, it's (now) unused.
1999-05-06 luoqiDon't ignore mmap() address hint below the text section.
1999-05-03 billfAdd sysctl descriptions to many SYSCTL_XXXs
1999-05-02 alcThe VFS/BIO subsystem contained a number of hacks in...
1999-05-02 markmThis commit was generated by cvs2svn to compensate...
1999-05-02 dfrThis commit was generated by cvs2svn to compensate...
1999-05-02 obrienThis commit was generated by cvs2svn to compensate...
1999-04-28 dts/static foo_devsw_installed = 0;/static int foo_devsw_...
1999-04-27 phkSuser() simplification:
1999-04-23 dtMake pmap_collect() an official pmap interface.
1999-04-19 peterunifdef -DVM_STACK - it's been on for a while for x86...
1999-04-13 peterMove the declaration of faultin() from the vm headers...
1999-04-11 eivindStaticize
1999-04-10 dtConvert usage of vm_page_bits() to the new convention...
1999-04-10 eivindLock vnode correctly for VOP_OPEN.
1999-04-07 msmithThis commit was generated by cvs2svn to compensate...
next