| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Backed out previous commit. Don't depend on namespace pollution in | bde | 2000-12-02 | 1 | -0/+1 |
* | remove unneded sys/ucred.h includes | alfred | 2000-11-30 | 1 | -1/+0 |
* | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | phk | 2000-10-29 | 1 | -1/+0 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -0/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Convert the vm_pager_strategy() interface to take a struct bio instead of | phk | 2000-05-03 | 1 | -4/+4 |
* | Move and staticize the bufchain functions so they become local to the | phk | 2000-05-01 | 1 | -133/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -5/+5 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -12/+11 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -2/+3 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Add required BUF_KERNPROC to flushchainbuf() to disassociate the | dillon | 1999-09-17 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Reformat previous fix to remove an uglier than average goto. | mckay | 1999-07-05 | 1 | -9/+11 |
* | The buffer queue mechanism has been reformulated. Instead of having | mckusick | 1999-07-04 | 1 | -1/+3 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -2/+3 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -9/+12 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -4/+2 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -1/+4 |
* | Staticize | eivind | 1999-04-11 | 1 | -2/+2 |
* | Submitted by: Matt Dillon <dillon@freebsd.org> | julian | 1999-03-14 | 1 | -1/+155 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -8/+8 |
* | Move many of the vm_pager_*() functions from vm_pager.c to inlines in | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -42/+67 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 1 | -1/+2 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -3/+3 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+4 |
* | Some VM improvements, including elimination of alot of Sig-11 | dyson | 1998-03-16 | 1 | -1/+75 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -4/+4 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Add better support for larger I/O clusters, including larger physical | dyson | 1998-01-24 | 1 | -4/+2 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -23/+1 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+4 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -4/+1 |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 1 | -7/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation | dyson | 1996-11-30 | 1 | -13/+20 |
* | Addition of page coloring support. Various levels of coloring are afforded. | dyson | 1996-09-08 | 1 | -1/+3 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -4/+4 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -2/+1 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -4/+3 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -3/+3 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+5 |