| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Turn NSWAPDEV into a new-style option. | eivind | 1998-01-25 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -4/+2 |
* | VM level code cleanups. | dyson | 1998-01-22 | 14 | -410/+284 |
* | Allow gdb to work again. | dyson | 1998-01-21 | 1 | -4/+6 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 9 | -239/+277 |
* | Fix some vnode management problems, and better mgmt of vnode free list. | dyson | 1998-01-12 | 6 | -55/+170 |
* | Turn off the VTEXT flag when an object is no longer referenced, so | dyson | 1998-01-07 | 1 | -2/+6 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 7 | -190/+245 |
* | caddr_t --> void * | alex | 1997-12-31 | 2 | -16/+16 |
* | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | dyson | 1997-12-29 | 1 | -2/+1 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 7 | -221/+79 |
* | The ioopt code is still buggy, but wasn't fully disabled. | dyson | 1997-12-25 | 1 | -2/+3 |
* | Support running with inadequate swap space. Additionally, the code | dyson | 1997-12-24 | 2 | -8/+16 |
* | Improve my copyright. | dyson | 1997-12-22 | 1 | -9/+2 |
* | Change bogus usage of btoc to atop. The incorrect usage of btoc was | dyson | 1997-12-19 | 1 | -13/+12 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 6 | -24/+359 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Fix a recursive kernel_map lock problem in vm_zone allocator. | dyson | 1997-12-15 | 1 | -19/+23 |
* | Slight improvement to the vm_zone stats output. Also, some other superficial | dyson | 1997-12-14 | 2 | -5/+11 |
* | After one of my analysis passes to evaluate methods for SMP TLB mgmt, I | dyson | 1997-12-14 | 1 | -1/+2 |
* | Fix the prototype for swapout_procs(); | dyson | 1997-12-11 | 1 | -2/+3 |
* | Support an optional, sysctl enabled feature of idle process swapout. This | dyson | 1997-12-06 | 4 | -33/+91 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 2 | -4/+4 |
* | Add new (very useful) tunable for pageout daemon. The flag changes | dyson | 1997-12-05 | 1 | -18/+20 |
* | Support applications that need to resist or deny use of swap space. | dyson | 1997-12-04 | 1 | -2/+26 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 2 | -4/+4 |
* | Removed all traces of P_IDLEPROC. It was tested but never set. | bde | 1997-11-24 | 1 | -3/+1 |
* | Don't #define max() to get a version that works with vm_ooffset's. | bde | 1997-11-24 | 1 | -4/+2 |
* | Removed unused #include of <sys/malloc.h>. This file now uses only | bde | 1997-11-18 | 1 | -2/+1 |