| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -4/+1 |
* | VFS interior redecoration. | phk | 1997-10-26 | 1 | -8/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | init_main.c subr_autoconf.c: | gibbs | 1997-09-21 | 1 | -46/+15 |
* | Re-institute a bugfix in allocation of anonymous buffer memory. | dyson | 1997-09-21 | 1 | -7/+36 |
* | The patch is needed in order to not throw away unmodified | phk | 1997-09-10 | 1 | -4/+7 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-07 | 1 | -3/+3 |
* | Back out some incorrect changes that was worse than the original bug. | dyson | 1997-08-26 | 1 | -5/+5 |
* | Some corrections to the anonymous page managment. | dyson | 1997-08-21 | 1 | -5/+5 |
* | Modify the scheduling policy to take into account disk I/O waits | dyson | 1997-08-09 | 1 | -1/+5 |
* | Fix a problem with the VN device. Specifically, the VN device can | dyson | 1997-06-15 | 1 | -38/+234 |
* | Fixed livelock in getnewbuf(). | bde | 1997-06-13 | 1 | -3/+5 |
* | Don't throw NFS B_DELWRI buffers back to the vm system in brelse. | dfr | 1997-06-06 | 1 | -3/+11 |
* | Fix some performance problems with the NFS mmap fixes. | dfr | 1997-06-03 | 1 | -2/+6 |
* | The previous fix didn't work properly for small block size filesystems, | dfr | 1997-05-30 | 1 | -20/+39 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 1 | -50/+102 |
* | Add a DDB command `show buffer', to display a struct buf. It's impossible | joerg | 1997-05-10 | 1 | -1/+30 |
* | Improve the buffer cache memory policy by moving pages over to the | dyson | 1997-04-13 | 1 | -13/+12 |
* | Removed potentially harmful garbage <vm/lock.h> and fixed bogus | bde | 1997-04-01 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Removed redundant spl0()'s from kernel processes. They were work-arounds | bde | 1997-01-15 | 1 | -1/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Clean-up of the new buffer kva allocation code. Also, there was an | dyson | 1996-12-05 | 1 | -2/+2 |
* | Fix a problem with the new buffer_map management code. Additionally, | dyson | 1996-12-01 | 1 | -14/+24 |
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | dyson | 1996-11-30 | 1 | -20/+80 |
* | Potentially fix a problem, whereby MSDOSFS can request buffers | dyson | 1996-11-28 | 1 | -1/+4 |
* | Improve the caching of small files like directories, while not | dyson | 1996-11-17 | 1 | -2/+2 |
* | Fix a problem that could cause msync (or many other things) to deadlock. | dyson | 1996-10-17 | 1 | -44/+40 |
* | Fix 4 problems: | dyson | 1996-10-06 | 1 | -10/+19 |
* | Fix an spl window, a page manipulation at interrupt time that was | dyson | 1996-09-20 | 1 | -28/+84 |
* | Add needed spl protection, and some minor cleanups in vfs_vmio_release. | dyson | 1996-09-18 | 1 | -8/+14 |
* | Clean up some more problems with freeing busy or wired pages. The | dyson | 1996-09-14 | 1 | -6/+12 |
* | A modification that allows the driver strategy to modify the | dyson | 1996-09-13 | 1 | -2/+3 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -3/+3 |
* | Add bowrite. | gibbs | 1996-09-06 | 1 | -2/+17 |
* | Even though this looks like it, this is not a complex code change. | dyson | 1996-08-21 | 1 | -2/+17 |
* | Add separate kmalloc classes for BIO buffers and Ktrace info. | phk | 1996-08-04 | 1 | -4/+4 |
* | Fixed a major bug that caused various pmap related panics, hangs, and reboots. | dg | 1996-06-30 | 1 | -2/+2 |
* | The Great PC98 Merge. | asami | 1996-06-14 | 1 | -1/+8 |
* | Keep brelse from freeing busy pages. | dyson | 1996-05-31 | 1 | -2/+2 |
* | Make sure that we don't place a busy or held page onto the PQ_CACHE queue. | dyson | 1996-05-24 | 1 | -2/+5 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -12/+9 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -10/+8 |
* | Correct handling of dirty pages in I/O buffers. The case where pages | dyson | 1996-03-09 | 1 | -3/+9 |
* | Fix the buffer queue problem differently. The previous fix could panic | dyson | 1996-03-03 | 1 | -6/+2 |
* | 1) Fix a bug that a buffer is removed from a queue, but the | dyson | 1996-03-02 | 1 | -25/+121 |
* | Enable VMIO for non-VDIR metadata and block device. | dyson | 1996-03-02 | 1 | -2/+2 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -153/+166 |
* | Print out the queue index if it's found to be inconsistent. | dg | 1996-01-06 | 1 | -4/+7 |