| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvs | cvs2svn | 1997-03-11 | 1 | -1/+1 |
* | Brought in fix from rev 1.94: make sure pages involved in I/O are not | David Greenman | 1996-06-30 | 1 | -2/+3 |
* | Brought in fixes from revs 1.80, 1.82 and 1.83, with slight retrofitting | David Greenman | 1996-01-07 | 1 | -19/+28 |
* | Add missing splx(s) - from rev 1.70. Note that this change is too late for | David Greenman | 1995-11-19 | 1 | -2/+4 |
* | Brought in changes from revs 1.64-1.65: fix several serious bugs. | David Greenman | 1995-10-01 | 1 | -49/+62 |
* | Brought in changes from revs 1.53 and 1.54: fixed panic caused by wrong | David Greenman | 1995-07-25 | 1 | -9/+17 |
* | Brought in changes from rev 1.52: added additional diagnostic info. | David Greenman | 1995-07-23 | 1 | -3/+3 |
* | Brought in changes from rev 1.51: add missing parens, simply allocbuf() | David Greenman | 1995-07-23 | 1 | -18/+16 |
* | Brought in changes from rev 1.50: Re-lookup buffer if the vnode isn't | David Greenman | 1995-07-22 | 1 | -4/+2 |
* | Brought in fixes from revs 1.48 and 1.49: Allow resizing of buffers and | David Greenman | 1995-07-20 | 1 | -20/+6 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -7/+7 |
* | Changes to fix the following bugs: | David Greenman | 1995-05-21 | 1 | -19/+118 |
* | Fix -Wformat warnings from LINT kernel. | Rodney W. Grimes | 1995-05-11 | 1 | -4/+7 |
* | Check for curproc != NULL before dereferencing it. | David Greenman | 1995-04-30 | 1 | -5/+6 |
* | Removed unused & empty bufstats() function. | David Greenman | 1995-04-16 | 1 | -6/+1 |
* | Killed gratuitous b_vp=NULL in bufinit. The entire buffer is already | David Greenman | 1995-04-16 | 1 | -2/+1 |
* | 1) Check for curproc != NULL in bread/bwrite. John convinced me that this | David Greenman | 1995-04-16 | 1 | -3/+10 |
* | Changes from John Dyson and myself: | David Greenman | 1995-04-09 | 1 | -141/+115 |
* | Removed some redundant 'vmio' checks. | David Greenman | 1995-03-27 | 1 | -4/+4 |
* | Removed third arg (vmio) to allocbuf() that was added with the original | David Greenman | 1995-03-26 | 1 | -8/+7 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -4/+2 |
* | Removed most of the special policy regarding the seperation of VMIO and | David Greenman | 1995-03-07 | 1 | -62/+13 |
* | Added some more of John's "anti-chatter" fixes - set the page activation | David Greenman | 1995-03-04 | 1 | -4/+11 |
* | Fixes from John Dyson to work around vnode lock hang. Basically, remove | David Greenman | 1995-03-03 | 1 | -8/+11 |
* | Various changes from John and myself that do the following: | David Greenman | 1995-03-01 | 1 | -6/+9 |
* | Fixed thrashing buffer problem. | David Greenman | 1995-02-25 | 1 | -2/+2 |
* | Added some code to make sure that buffers associated with directories and | David Greenman | 1995-02-22 | 1 | -41/+55 |
* | Only do object paging_in_progress wakeups if someone is waiting on this | David Greenman | 1995-02-22 | 1 | -12/+63 |
* | Only clear B_VMIO in brelse() - a bunch of special processing is required | David Greenman | 1995-02-18 | 1 | -7/+1 |
* | Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data in | David Greenman | 1995-02-03 | 1 | -2/+5 |
* | Fix problem with freeing busy pages reported by Nick Sayer. | David Greenman | 1995-01-26 | 1 | -4/+6 |
* | Fixed a variety of deadlock and panic bugs, removed the bypass code, and | David Greenman | 1995-01-24 | 1 | -217/+61 |
* | Restore original fix from ohki, not check m for NULL it is already done | Andrey A. Chernov | 1995-01-21 | 1 | -3/+3 |
* | Change if (m->valid == 0) to if (m && m->valid == 0) | Andrey A. Chernov | 1995-01-20 | 1 | -2/+2 |
* | Submitted by: ohki@gssm.otsuka.tsukuba.ac.jp | Bill Paul | 1995-01-20 | 1 | -3/+5 |
* | Attempt to close a hole using splhigh/splx. There still appears to be a | David Greenman | 1995-01-15 | 1 | -1/+6 |
* | MFS doesn't bother to associate a struct mount with the vnode...so work | David Greenman | 1995-01-11 | 1 | -18/+16 |
* | PG_FAKE is no longer used - so don't bother to clear it. | David Greenman | 1995-01-10 | 1 | -2/+1 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | David Greenman | 1995-01-10 | 1 | -7/+7 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -222/+1027 |
* | Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise. | David Greenman | 1994-10-23 | 1 | -3/+3 |
* | Removed references to bclnlist which we don't use/support/need. | David Greenman | 1994-10-18 | 1 | -2/+1 |
* | Stuff object into v_vmdata rather than pager. Not important which at | David Greenman | 1994-10-05 | 1 | -14/+9 |
* | Commented out anti-paging code as it was found to be the cause of a | David Greenman | 1994-10-04 | 1 | -3/+3 |
* | While in the real world, I had a bad case of being swapped out for a lot of | Poul-Henning Kamp | 1994-09-25 | 1 | -11/+12 |
* | Rather than exclude bounce buffers support with NOBOUNCE, include it | David Greenman | 1994-08-31 | 1 | -1/+3 |
* | Changed to reclaim memory from other buffers to eliminate memory | David Greenman | 1994-08-30 | 1 | -2/+37 |
* | Fix up some sloppy coding practices: | Garrett Wollman | 1994-08-18 | 1 | -1/+3 |
* | Run-time configuration of VFS update interval. Old UPDATE_INTERVAL | Garrett Wollman | 1994-08-08 | 1 | -5/+1 |
* | Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that | David Greenman | 1994-08-07 | 1 | -3/+1 |