]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
opt in to flowtable on i386/amd64
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2009-02-08 kibDo not leak the MAP_ENTRY_IN_TRANSITION flag when copyi...
2009-02-08 kibStyle.
2009-02-07 pisoAdd SCTP NAT support.
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-25 jeff - Make the keg abstraction more complete. Permit...
2009-01-23 jhb- Mark all standalone INT/LONG/QUAD sysctl's MPSAFE...
2009-01-21 jhbNow that vfs_markatime() no longer requires an exclusiv...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-03 kibExtend the struct vm_page wire_count to u_int to avoid...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2009-01-01 alcResurrect shared map locks allowing greater concurrency...
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-31 alcUpdate or eliminate some stale comments.
2008-12-30 alcAvoid an unnecessary memory dereference in vm_map_entry...
2008-12-30 alcStyle change to vm_map_lookup(): Eliminate a macro...
2008-12-30 alcMove the implementation of the vm map's fast path on...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-21 rnolandFix printing of KASSERT message missed in r163604.
2008-12-19 samimport netbsd makefs tool
2008-12-04 kmacyensure that start of available memory is after allocate...
2008-12-03 kmacyIF_RELENG_7 185198:185562
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 samimport ath hal
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-16 kibInstead of forcing vn_start_write() to reset mp back...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-06 rajSupport kernel crash mini dumps on ARM architecture.
next