]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Quick fix for breakage of read clustering on non-IDE drives. Read
[FreeBSD/FreeBSD.git] / sys / vm /
1998-08-13 dfrProtect all modifications to paging_in_progress with...
1998-08-06 dfrProtect all modifications to paging_in_progress with...
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-07-28 bdeFixed two spl nesting bugs. They caused (at least...
1998-07-26 dfrNotify pmap when a page is freed on the alpha to allow...
1998-07-22 dgImproved pager input failure message.
1998-07-22 phkThere is a comment in vm_param.h which doesn't belong...
1998-07-15 bdeCast pointers to [u]intptr_t instead of to [unsigned...
1998-07-15 bdeCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-14 bdePrint pointers using %p instead of attempting to print...
1998-07-14 bdePrint pointers using %p instead of attempting to print...
1998-07-11 bdeFixed printf format errors.
1998-07-11 bdeFixed printf format errors.
1998-07-11 bdeFixed printf format errors.
1998-07-10 alexRemoved no longer valid comment about swb_block being...
1998-07-10 alexRemoved unnecessary test from if/else construct.
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-05 dfrDon't truncate the return value of mmap to sizeof(int).
1998-07-04 julianThere is no such thing any more as "struct bdevsw".
1998-07-04 julianVOP_STRATEGY grows an (struct vnode *) argument
1998-06-30 jmgdocument some VM paging options for cache sizes:
1998-06-25 phkRemove bdevsw_add(), change the only two users to use...
1998-06-21 bdeRemoved unused includes.
1998-06-21 bdeRemoved unused includes.
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-07 dfrThis commit fixes various 64bit portability problems...
1998-06-05 dgChanged the log() of "Out of mbuf clusters - increase...
1998-06-02 dysonCleanup and remove some dead code from the initialization.
1998-06-02 dysonCorrect sleep priority.
1998-05-24 dysonSupport a 16K first level cache for 512K 2nd level...
1998-05-21 dysonMake flushing dirty pages work correctly on filesystems...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 peterMake the previous commit compile..
1998-05-18 guidoPlug hole reported on Bugtraq: do not allow mmap with...
1998-05-16 dysonAn important fix for proper inheritance of backing...
1998-05-04 dysonFix the shm panic. I mistakenly used the shadow_count...
1998-05-04 dysonWork around some VM bugs, the worst being an overly...
1998-05-03 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 dysonAnother minor cleanup of the split code. Make sure...
1998-05-02 peterSeatbelts for vm_page_bits() in case a file offset...
1998-05-01 dysonFix minor bug with new over used swap fix.
1998-04-29 andreasThis commit was generated by cvs2svn to compensate...
1998-04-29 dysonAdd a needed prototype, and fix a panic problem with...
1998-04-29 dysonTighten up management of memory and swap space during...
1998-04-28 acheThis commit was generated by cvs2svn to compensate...
1998-04-28 dysonFix a pseudo-swap leak problem. This mitigates "leaks...
1998-04-25 dysonCorrect copyright.
1998-04-15 bdeSupport compiling with `gcc -ansi'.
1998-03-30 phkEradicate the variable "time" from the kernel, using...
1998-03-28 bdeMoved some #includes from <sys/param.h> nearer to where...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-21 peterThis commit was generated by cvs2svn to compensate...
1998-03-16 dysonSome VM improvements, including elimination of alot...
1998-03-12 guidoFix for mmap of char devices bug as described in OpenBS...
1998-03-11 jbThis commit was generated by cvs2svn to compensate...
1998-03-10 peterThis commit was generated by cvs2svn to compensate...
1998-03-10 jbThis commit was generated by cvs2svn to compensate...
1998-03-10 peterThis commit was generated by cvs2svn to compensate...
1998-03-09 msmithComplement diagnostic messages about missing per-FS...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-09 jbThis commit was generated by cvs2svn to compensate...
1998-03-08 dysonQuell unneeded pageout daemon activity.
1998-03-08 dysonRemove a very ill advised vm_page_protect. This was...
1998-03-08 dysonSome cruft left over from my megacommit. A page rotati...
1998-03-08 dysonSeveral minor fixes:
1998-03-07 dysonThis mega-commit is meant to fix numerous interrelated...
1998-03-07 jbThis commit was generated by cvs2svn to compensate...
1998-03-07 dysonMake vm_fault much cleaner by removing the evil macro...
1998-03-07 jdpThis commit was generated by cvs2svn to compensate...
1998-03-07 jdpThis commit was generated by cvs2svn to compensate...
1998-03-04 dufaultReviewed by: msmith, bde long ago
1998-03-01 jdpThis commit was generated by cvs2svn to compensate...
1998-03-01 jdpThis commit was generated by cvs2svn to compensate...
1998-03-01 dyson1) Use a more consistent page wait methodology.
1998-02-28 steveThis commit was generated by cvs2svn to compensate...
1998-02-26 msmithIn the author's words:
1998-02-25 dysonFix page prezeroing for SMP, and fix some potential...
1998-02-24 dysonCorrect some severe VM tuning problems for small system...
1998-02-23 dysonSignificantly improve the efficiency of the swap pager...
1998-02-23 dysonTry to dynamically size the VM_KMEM_SIZE (but is still...
1998-02-20 bdeRemoved unused #includes.
1998-02-19 msmithMove the 'sw' device off block major #1, which is now...
1998-02-09 eivindStaticize.
1998-02-08 dysonFix an argument to vn_lock. It appears that alot of...
1998-02-06 eivindBack out DIAGNOSTIC changes.
1998-02-05 dyson1) Start using a cleaner and more consistant page alloc...
1998-02-04 eivindTurn DIAGNOSTIC into a new-style option.
1998-02-03 bdeAdded #include of <sys/queue.h> so that this file is...
1998-02-03 dysonThis fix should help the panic problems in -current...
1998-02-02 cwtThis commit was generated by cvs2svn to compensate...
1998-02-01 bdeForward declare more structs that are used in prototype...
1998-02-01 dysonFix a performance problem caused by an earlier commit.
next