| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -15/+3 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -2/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -92/+38 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up the | dg | 1995-04-25 | 1 | -2/+2 |
* | Fix completely bogus comment. | dg | 1995-03-11 | 1 | -3/+3 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -3/+3 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -62/+63 |
* | Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and | dg | 1994-12-23 | 1 | -1/+3 |
* | Don't ever clear B_BUSY on a pbuf (or any other flag for that matter). | dg | 1994-12-19 | 1 | -3/+4 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -2/+2 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 1 | -2/+1 |
* | Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that | dg | 1994-08-07 | 1 | -2/+1 |
* | Provide support for upcoming merged VM/buffer cache, and fixed a few bugs | dg | 1994-08-07 | 1 | -5/+5 |
* | Incorporated post 1.1.5 work from John Dyson. This includes performance | dg | 1994-08-06 | 1 | -9/+111 |