]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
This commit was generated by cvs2svn to compensate for changes in r41220,
[FreeBSD/FreeBSD.git] / sys / vm /
1998-11-18 John PolstraThis commit was generated by cvs2svn to compensate...
1998-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-11-11 David GreenmanClosed a small race condition between wiring/unwiring...
1998-11-10 Peter Wemmadd #include <sys/kernel.h> where it's needed by MALLOC...
1998-11-08 Doug Rabson* Fix a couple of places in the device pager where...
1998-11-05 David GreenmanImplemented zero-copy TCP/IP extensions via sendfile...
1998-10-31 Peter WemmAdd John Dyson's SYSCTL descriptions, and an export...
1998-10-31 Peter WemmUse TAILQ macros for clean/dirty block list processing...
1998-10-28 David GreenmanFixed wrong comments in and about vm_page_deactivate().
1998-10-28 David GreenmanAdded a second argument, "activate" to the vm_page_unwi...
1998-10-27 David GreenmanAdded needed splvm() protection around object page...
1998-10-25 Bruce EvansDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 Poul-Henning KampNitpicking and dusting performed on a train. Removes...
1998-10-23 David GreenmanOops, revert part of last fix. vm_pager_dealloc() can...
1998-10-23 David GreenmanFixed two bugs in recent commit: in vm_object_terminate...
1998-10-22 David GreenmanMake the VM system handle the case where a terminating...
1998-10-22 David GreenmanConvert fake page allocs to use the zone allocator...
1998-10-21 David GreenmanSet m->object to NULL in dev_pager_getfake().
1998-10-21 David GreenmanNuked PG_TABLED flag. Replaced with m->object != NULL.
1998-10-21 David GreenmanAdd a diagnostic printf for freeing a wired page. This...
1998-10-13 David GreenmanFixed two potentially serious classes of bugs:
1998-10-09 John PolstraFix a panic on SMP systems, caused by sleeping while...
1998-10-01 John PolstraFix a bug in which a page index was used where a byte...
1998-09-29 Andrzej BialeckiMake #define NO_SWAPPING a normal kernel config option.
1998-09-28 Robert V. BaronJohn Dyson approved of this solution; make vnode_pager_...
1998-09-28 David GreenmanBe more selctive about when we clear p->valid.
1998-09-20 Bruce EvansRemoved unused file.
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-09 Mark MurrayThis commit was generated by cvs2svn to compensate...
1998-09-06 John PolstraThis commit was generated by cvs2svn to compensate...
1998-09-05 Bruce EvansInstantiate `nfs_mount_type' in a standard file so...
1998-09-04 Doug RabsonCosmetic changes to the PAGE_XXX macros to make them...
1998-09-01 Garrett WollmanSeparate wakeup conditions for page I/O count (pg_busy...
1998-08-25 Luoqi ChenFix a rounding problem that causes vnode pager to fail...
1998-08-24 Doug RabsonChange various syscalls to use size_t arguments instead...
1998-08-23 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-08-22 Stephen McKayCorrect/clarify some comments.
1998-08-13 Doug RabsonProtect all modifications to paging_in_progress with...
1998-08-06 Doug RabsonProtect all modifications to paging_in_progress with...
1998-08-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-07-28 Bruce EvansFixed two spl nesting bugs. They caused (at least...
1998-07-26 Doug RabsonNotify pmap when a page is freed on the alpha to allow...
1998-07-22 David GreenmanImproved pager input failure message.
1998-07-22 Poul-Henning KampThere is a comment in vm_param.h which doesn't belong...
1998-07-15 Bruce EvansCast pointers to [u]intptr_t instead of to [unsigned...
1998-07-15 Bruce EvansCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-14 Bruce EvansPrint pointers using %p instead of attempting to print...
1998-07-14 Bruce EvansPrint pointers using %p instead of attempting to print...
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-11 Bruce EvansFixed printf format errors.
1998-07-10 Alexander LangerRemoved no longer valid comment about swb_block being...
1998-07-10 Alexander LangerRemoved unnecessary test from if/else construct.
1998-07-08 Dmitrij TejblumThis commit was generated by cvs2svn to compensate...
1998-07-05 Doug RabsonDon't truncate the return value of mmap to sizeof(int).
1998-07-04 Julian ElischerThere is no such thing any more as "struct bdevsw".
1998-07-04 Julian ElischerVOP_STRATEGY grows an (struct vnode *) argument
1998-06-30 John-Mark Gurneydocument some VM paging options for cache sizes:
1998-06-25 Poul-Henning KampRemove bdevsw_add(), change the only two users to use...
1998-06-21 Bruce EvansRemoved unused includes.
1998-06-21 Bruce EvansRemoved unused includes.
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-07 Doug RabsonThis commit fixes various 64bit portability problems...
1998-06-05 David GreenmanChanged the log() of "Out of mbuf clusters - increase...
1998-06-02 John DysonCleanup and remove some dead code from the initialization.
1998-06-02 John DysonCorrect sleep priority.
1998-05-24 John DysonSupport a 16K first level cache for 512K 2nd level...
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-21 John DysonMake flushing dirty pages work correctly on filesystems...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Peter WemmMake the previous commit compile..
1998-05-18 Guido van RooijPlug hole reported on Bugtraq: do not allow mmap with...
1998-05-16 John DysonAn important fix for proper inheritance of backing...
1998-05-04 John DysonFix the shm panic. I mistakenly used the shadow_count...
1998-05-04 John DysonWork around some VM bugs, the worst being an overly...
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 John DysonAnother minor cleanup of the split code. Make sure...
1998-05-02 Peter WemmSeatbelts for vm_page_bits() in case a file offset...
1998-05-01 John DysonFix minor bug with new over used swap fix.
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-29 John DysonAdd a needed prototype, and fix a panic problem with...
1998-04-29 John DysonTighten up management of memory and swap space during...
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-28 John DysonFix a pseudo-swap leak problem. This mitigates "leaks...
1998-04-25 John DysonCorrect copyright.
1998-04-15 Bruce EvansSupport compiling with `gcc -ansi'.
1998-03-30 Poul-Henning KampEradicate the variable "time" from the kernel, using...
1998-03-28 Bruce EvansMoved some #includes from <sys/param.h> nearer to where...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-16 John DysonSome VM improvements, including elimination of alot...
1998-03-12 Guido van RooijFix for mmap of char devices bug as described in OpenBS...
1998-03-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-09 Mike SmithComplement diagnostic messages about missing per-FS...
1998-03-09 John BirrellThis commit was generated by cvs2svn to compensate...
next