| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rework vm_hold_{load,free}_pages to calculate an index once and use that. | dg | 1996-01-06 | 1 | -11/+13 |
* | Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. | wollman | 1996-01-05 | 1 | -1/+3 |
* | Fixed minor struct cred leak. Discovered while looking for the opposite | dg | 1996-01-04 | 1 | -5/+8 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -9/+11 |
* | Fix a problem that was caused by new (partial) support for merged cache | dyson | 1995-12-13 | 1 | -1/+5 |
* | This should have fixed some conditions that could cause the | dyson | 1995-12-12 | 1 | -4/+4 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -86/+149 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+5 |
* | A major sweep over the sysctl stuff. | phk | 1995-12-04 | 1 | -1/+16 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -1/+2 |
* | Finished (?) cleaning up sysinit stuff. | bde | 1995-12-02 | 1 | -9/+3 |
* | General fixes to the vfs clustring code: | dyson | 1995-11-19 | 1 | -16/+9 |
* | Added a missing splx(s). | dyson | 1995-11-18 | 1 | -2/+4 |
* | Greatly simplify the msync code. Eliminate complications in vm_pageout | dyson | 1995-11-05 | 1 | -2/+2 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -9/+1 |
* | If we clear the B_CACHE flag because a buffer isn't composed fully of | dyson | 1995-10-19 | 1 | -3/+3 |
* | Remove prototype definitions from <sys/systm.h>. | swallace | 1995-10-08 | 1 | -1/+2 |
* | Two critical bugfixes: | dg | 1995-10-01 | 1 | -61/+61 |
* | These changes fix a bug in the clustering code that I made worse when adding | dyson | 1995-09-23 | 1 | -4/+56 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -2/+2 |