]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Get rid of unused field. This will also be deleted
[FreeBSD/FreeBSD.git] / sys / vm /
2009-07-24 jhbRemove debugging that crept in with previous commit.
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-19 alcChange the handling of fictitious pages by pmap_page_se...
2009-07-18 alcAn addendum to r195649, "Add support to the virtual...
2009-07-14 jhb- Change mmap() to fail requests with EINVAL that pass...
2009-07-12 alcAdd support to the virtual memory system for configurin...
2009-07-12 kibWhen VM_MAP_WIRE_HOLESOK is not specified and vm_map_wi...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 kibWhen forking a vm space that has wired map entries...
2009-06-28 kibEliminiate code duplication by calling vm_object_destroy()
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 kibChange the type of uio_resid member of struct uio from...
2009-06-24 kibInitialize the uip to silence gcc warning that seems...
2009-06-24 alcThe bits set in a page's dirty mask are a subset of...
2009-06-23 kibImplement global and per-uid accounting of the anonymou...
2009-06-22 alcValidate the page in one place, dev_pager_getpages...
2009-06-21 alcImplement a mechanism within vm_phys_alloc_contig(...
2009-06-21 alcStrive for greater consistency among the places that...
2009-06-18 thompsaTrack the kernel mapping of a physical page by a new...
2009-06-18 alcAdd support for UMA_SLAB_KERNEL to page_free(). (While...
2009-06-17 alcEliminate unnecessary forward declarations.
2009-06-17 alcRefactor contigmalloc() into two functions: a simple...
2009-06-17 alcPass the size of the mapping to contigmapping() as...
2009-06-17 alcMake the maintenance of a page's valid bits by contigma...
2009-06-14 alcLong, long ago in r27464 special case code for mapping...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 alcEliminate an unnecessary clearing of a page's dirty...
2009-06-09 alcEliminate an unnecessary restriction on the vm object...
2009-06-07 alcEliminate unnecessary obfuscation when testing a page...
2009-06-06 alcEliminate an unneeded forward declaration. (This shoul...
2009-06-06 alcIf vm_pager_get_pages() returns VM_PAGER_OK, then there...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 alcvm_thread_swapin() needn't validate any pages. The...
2009-06-05 alcSimplify contigfree().
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-03 jkimResync with head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 alcCorrect a boundary case error in the management of...
2009-06-01 jhbAdd an extension to the character device interface...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 alcEliminate a stale comment and the two remaining uses...
2009-05-30 alcAdd assertions in two places where a page's valid or...
2009-05-28 alcChange vm_object_page_remove() such that it clears...
2009-05-28 alcRevise vm_pageout_scan()'s handling of partially dirty...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-19 kmacy- back out direct map hack
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-17 alcEliminate a pointless call to pmap_clear_reference...
2009-05-16 kmacyapply band-aid to x86_64 systems with more physical...
2009-05-15 alcEliminate unnecessary clearing of the page's dirty...
2009-05-13 alcEliminate page queues locking from bufdone_finish(...
2009-05-12 alcEliminate gratuitous clearing of the page's dirty mask.
2009-05-09 alcFix a race involving vnode_pager_input_smlfs(). Specif...
2009-05-07 alcEliminate an incorrect comment.
2009-05-04 alcEliminate vnode_pager_input_smlfs()'s pointless call...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-28 kibUse the acquired reference to the vmspace instead of...
2009-04-28 kibFix typo.
2009-04-26 alcEliminate an errant comment.
2009-04-26 alcEliminate an archaic band-aid. The immediately precedi...
2009-04-25 alcEliminate unnecessary calls to pmap_clear_modify()...
2009-04-23 kibDo not call vm_page_lookup() from the ddb routine,...
2009-04-19 kibIn both pageout oom handler and vm_daemon, acquire...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 alcCalling pmap_clear_modify() after calling pmap_remove_w...
2009-04-19 alcAllow valid pages to be mapped for read access when...
2009-04-11 alcRemove execute permission from the memory allocated...
2009-04-11 alcPreviously, when vm_page_free_toq() was performed on...
2009-04-10 kibWhen vm_map_wire(9) is allowed to skip holes in the...
2009-04-04 alcRetire VM_PROT_READ_IS_EXEC. It was intended to be...
2009-04-01 alcEliminate dead code.
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-09 jhbAdjust some variables (mostly related to the buffer...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-25 alcPrior to r188331 a map entry's last read offset was...
2009-02-24 kibRevert the addition of the freelist argument for the...
2009-02-24 kibAdd the assertion macros for the map locks. Use them...
2009-02-24 kibUpdate the comment after the r188334.
2009-02-24 rdivackyChange the functions to ANSI in those cases where it...
2009-02-23 rwatsonPut debug.vm_lowmem sysctl under DIAGNOSTIC.
2009-02-23 rwatsonAdd a debugging sysctl, debug.vm_lowmem, that when...
2009-02-21 alcReduce the scope of the page queues lock in vm_object_p...
2009-02-20 alcEliminate stale comments.
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-09 kibComment out the assertion from r188321. It is not valid...
2009-02-09 alcAvoid some cases of unnecessary page queues locking...
2009-02-08 alcEliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT...
2009-02-08 kibRemove no longer valid comment.
2009-02-08 kibImprove comments, correct English.
2009-02-08 kibDo not call vm_object_deallocate() from vm_map_delete...
2009-02-08 kibIn vm_map_sync(), do not call vm_object_sync() while...
2009-02-08 kibDo not sleep for vnode lock while holding map lock...
2009-02-08 kibAdd the comments to vm_map_simplify_entry() and vmspace...
2009-02-08 kibLock the new map in vmspace_fork(). The newly allocated...
2009-02-08 kibAssert that vnode is exclusively locked when its vm...
next