| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 6 | -30/+36 |
* | Changed the log() of "Out of mbuf clusters - increase maxusers" to a | dg | 1998-06-05 | 1 | -2/+2 |
* | Cleanup and remove some dead code from the initialization. | dyson | 1998-06-02 | 1 | -15/+5 |
* | Correct sleep priority. | dyson | 1998-06-02 | 1 | -2/+2 |
* | Support a 16K first level cache for 512K 2nd level. Also, add support | dyson | 1998-05-24 | 1 | -2/+11 |
* | Make flushing dirty pages work correctly on filesystems that | dyson | 1998-05-21 | 2 | -7/+17 |
* | Make the previous commit compile.. | peter | 1998-05-19 | 1 | -1/+3 |
* | Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for | guido | 1998-05-18 | 1 | -6/+18 |
* | An important fix for proper inheritance of backing objects for | dyson | 1998-05-16 | 1 | -2/+15 |
* | Fix the shm panic. I mistakenly used the shadow_count to keep the object | dyson | 1998-05-04 | 2 | -4/+5 |
* | Work around some VM bugs, the worst being an overly aggressive | dyson | 1998-05-04 | 3 | -25/+39 |
* | Another minor cleanup of the split code. Make sure that pages are | dyson | 1998-05-02 | 1 | -2/+15 |
* | Seatbelts for vm_page_bits() in case a file offset is passed in rather than | peter | 1998-05-02 | 1 | -2/+3 |
* | Fix minor bug with new over used swap fix. | dyson | 1998-05-01 | 1 | -1/+2 |
* | Add a needed prototype, and fix a panic problem with the new | dyson | 1998-04-29 | 1 | -1/+4 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 5 | -127/+214 |
* | Fix a pseudo-swap leak problem. This mitigates "leaks" due to | dyson | 1998-04-28 | 1 | -14/+35 |
* | Correct copyright. | dyson | 1998-04-25 | 2 | -12/+5 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 3 | -14/+14 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 2 | -5/+5 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 5 | -33/+108 |
* | Fix for mmap of char devices bug as described in OpenBSD advisory of | guido | 1998-03-12 | 1 | -7/+36 |
* | Complement diagnostic messages about missing per-FS VOP page operations, | msmith | 1998-03-09 | 1 | -5/+14 |
* | Quell unneeded pageout daemon activity. | dyson | 1998-03-08 | 1 | -2/+2 |
* | Remove a very ill advised vm_page_protect. This was being called | dyson | 1998-03-08 | 1 | -2/+1 |
* | Some cruft left over from my megacommit. A page rotation optimization | dyson | 1998-03-08 | 1 | -7/+2 |
* | Several minor fixes: | dyson | 1998-03-08 | 1 | -4/+11 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 11 | -110/+141 |
* | Make vm_fault much cleaner by removing the evil macro inlines, and | dyson | 1998-03-07 | 1 | -220/+208 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -2/+2 |
* | 1) Use a more consistent page wait methodology. | dyson | 1998-03-01 | 8 | -120/+105 |
* | In the author's words: | msmith | 1998-02-26 | 2 | -28/+62 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 6 | -41/+48 |
* | Correct some severe VM tuning problems for small systems (<=16MB), and | dyson | 1998-02-24 | 1 | -7/+10 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 8 | -314/+306 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -2/+14 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -2/+1 |
* | Move the 'sw' device off block major #1, which is now occupied by 'wfd'. | msmith | 1998-02-19 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 8 | -34/+35 |
* | Fix an argument to vn_lock. It appears that alot of the vn_lock usage | dyson | 1998-02-08 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 15 | -43/+15 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 9 | -122/+155 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 15 | -15/+43 |
* | Added #include of <sys/queue.h> so that this file is more "self"-sufficent. | bde | 1998-02-03 | 1 | -1/+3 |
* | This fix should help the panic problems in -current. There | dyson | 1998-02-03 | 1 | -36/+65 |
* | Forward declare more structs that are used in prototypes here - don't | bde | 1998-02-01 | 1 | -1/+4 |
* | Fix a performance problem caused by an earlier commit. | dyson | 1998-02-01 | 1 | -2/+3 |
* | contigalloc doesn't place the allocated page(s) into an object, and | dyson | 1998-01-31 | 1 | -3/+5 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 10 | -103/+164 |