]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Correct i/o addresses for dgb & dgm
[FreeBSD/FreeBSD.git] / sys / vm /
1999-02-12 dillon Fix non-fatal bug in vm_map_insert() which improper...
1999-02-11 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-09 dillon Addendum to vm_map coalesce optimization. Also...
1999-02-08 dillon Revamp vm_object_[q]collapse(). Despite the comple...
1999-02-08 dillon General cleanup. Remove #if 0's and remove useless...
1999-02-08 dillon Rip out PQ_ZERO queue. PQ_ZERO functionality is...
1999-02-08 dillon Backed out vm_map coalesce optimization - it result...
1999-02-07 dillon Remove MAP_ENTRY_IS_A_MAP 'share' maps. These...
1999-02-07 dillon Remove L1 cache coloring optimization ( leave L2...
1999-02-07 peterThis commit was generated by cvs2svn to compensate...
1999-02-07 dillon When shadowing objects, adjust the page coloring...
1999-02-06 dillon Add hysteresis to the 'swap_pager_getswapspace...
1999-02-05 dillon The elf loader sets the permissions on bss to VM_PR...
1999-02-04 dillon Fix bug in a KASSERT I introduced in vm_page_qcolla...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 dillonSubmitted by: Alan Cox
1999-02-01 dillon This patch eliminates a pointless test from appeari...
1999-01-31 julianSubmitted by: Alan Cox <alc@cs.rice.edu>
1999-01-28 dillon Fix warnings in preparation for adding -Wall -Wcast...
1999-01-27 dillon Remove unintended trigraph sequences in comments...
1999-01-26 julianMostly remove the VM_STACK OPTION.
1999-01-26 julianEnable Linux threads support by default.
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-24 dillon Undo last commit - not a bug, just duplicate code...
1999-01-24 dillon Change all manual settings of vm_page_t->dirty...
1999-01-24 dillon vm_map_split() used to dirty the page manually...
1999-01-24 dillon Add vm_page_dirty() inline with PQ_CACHE sanity...
1999-01-24 dillon vm_pager_put_pages() is passed an rcval array to...
1999-01-24 dillon Clear PG_MAPPED as well as PG_WRITEABLE when a...
1999-01-24 dillon Added warning printf ( needs INVARIANTS ) when...
1999-01-24 dillon It is possible for a page in the cache to be busy...
1999-01-24 dillon Add invariants to vm_page_busy() and vm_page_wakeup...
1999-01-24 dillon Clear PG_WRITEABLE in vm_page_cache(). This may...
1999-01-24 dillon Depreciate vm_object_pmap_copy() - nobody uses...
1999-01-24 dillon Get rid of unused old_m in vm_fault. Add INVARIANT...
1999-01-23 dillon Reenable John Dyson's low-memory VM_WAIT code for...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 dillon Mainly changes to support the new swapper. The...
1999-01-21 dillon Move many of the vm_pager_*() functions from...
1999-01-21 dillon Move many of the vm_pager_*() functions from vm_pa...
1999-01-21 dillon Reorganized some of the low memory testing code...
1999-01-21 dillon The TAILQ hashq has been turned into a singly-linke...
1999-01-21 dillon The hash table used to be a table of doubly-link...
1999-01-21 dillon The vm_object structure is now somewhat smaller...
1999-01-21 dillon object->id was badly implemented. It has simply...
1999-01-21 dillon Objects associated with raw devices are no longer...
1999-01-21 dillon General cleanup related to the new pager. We no...
1999-01-21 dillon Potential bug fix, do not just clear PG_BUSY.....
1999-01-21 dillon Removed low-memory blockages at fork. This is...
1999-01-21 dillon Mainly cleanup. Removed some inappropriate low...
1999-01-21 dillon The default_pager's interaction with the swap_pager...
1999-01-21 dillon This is a rather large commit that encompasses...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 eivindKNFize, by bde.
1999-01-08 eivindSplit DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIA...
1999-01-07 julianChanges to the LINUX_THREADS support to only allocate...
1999-01-06 julianAdd (but don't activate) code for a special VM option...
1999-01-02 bdeIfdefed conditionally used simplock variables.
1998-12-29 dtDon't free swap in swap_pager_getpages(): this code...
1998-12-23 dillon Update comments to routines in vm_page.c, most...
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-19 julianFix two bogons created by 'patch(1)' in my last commit.
1998-12-19 julianReviewed by: Luoqi Chen, Jordan Hubbard
1998-12-09 dtDon't disable mmap with large file offset.
1998-12-07 archieThe "easy" fixes for compiling the kernel -Wunused...
1998-12-04 archieExamine all occurrences of sprintf(), strcat(), and...
1998-12-04 rvbIn vnode_pager_input_old, set auio.uio_procp = curproc
1998-12-02 julianThis commit was generated by cvs2svn to compensate...
1998-11-25 dgAdd missing splvm protection around unqueue call. Witho...
1998-11-19 bdeFixed a null pointer panic in spc_free(). swap_pager_p...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-11 dgClosed a small race condition between wiring/unwiring...
1998-11-10 peteradd #include <sys/kernel.h> where it's needed by MALLOC...
1998-11-08 dfr* Fix a couple of places in the device pager where...
1998-11-05 dgImplemented zero-copy TCP/IP extensions via sendfile...
1998-10-31 peterAdd John Dyson's SYSCTL descriptions, and an export...
1998-10-31 peterUse TAILQ macros for clean/dirty block list processing...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-28 dgFixed wrong comments in and about vm_page_deactivate().
1998-10-28 dgAdded a second argument, "activate" to the vm_page_unwi...
1998-10-27 dgAdded needed splvm() protection around object page...
1998-10-25 bdeDon't follow null bdevsw pointers. The `major(dev...
1998-10-25 phkNitpicking and dusting performed on a train. Removes...
next