]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Don't encode model id twice.
[FreeBSD/FreeBSD.git] / sys / vm /
2009-09-27 Simon L. B. NielsenDo not allow mmap with the MAP_FIXED argument to map...
2009-09-20 Konstantin BelousovOld (a.out) rtld attempts to mmap zero-length region...
2009-09-11 Jung-uk KimMFV: r196804
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-01 Konstantin BelousovReintroduce the r196640, after fixing the problem with...
2009-08-29 Konstantin BelousovReverse r196640 and r196644 for now.
2009-08-29 Konstantin BelousovRemove the altkstacks, instead instantiate threads...
2009-08-29 John BaldwinMark the fake pages constructed by the OBJT_SG pager...
2009-08-28 John BaldwinExtend the device pager to support different memory...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-24 John BaldwinRemove debugging that crept in with previous commit.
2009-07-24 John BaldwinAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-19 Alan CoxChange the handling of fictitious pages by pmap_page_se...
2009-07-18 Alan CoxAn addendum to r195649, "Add support to the virtual...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-14 John Baldwin- Change mmap() to fail requests with EINVAL that pass...
2009-07-12 Alan CoxAdd support to the virtual memory system for configurin...
2009-07-12 Konstantin BelousovWhen VM_MAP_WIRE_HOLESOK is not specified and vm_map_wi...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-07-03 Konstantin BelousovWhen forking a vm space that has wired map entries...
2009-06-28 Konstantin BelousovEliminiate code duplication by calling vm_object_destroy()
2009-06-26 Alan CoxThis change is the next step in implementing the cache...
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-25 Konstantin BelousovChange the type of uio_resid member of struct uio from...
2009-06-24 Konstantin BelousovInitialize the uip to silence gcc warning that seems...
2009-06-24 Alan CoxThe bits set in a page's dirty mask are a subset of...
2009-06-23 Konstantin BelousovImplement global and per-uid accounting of the anonymou...
2009-06-22 Alan CoxValidate the page in one place, dev_pager_getpages...
2009-06-21 Alan CoxImplement a mechanism within vm_phys_alloc_contig(...
2009-06-21 Alan CoxStrive for greater consistency among the places that...
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-18 Andrew ThompsonTrack the kernel mapping of a physical page by a new...
2009-06-18 Alan CoxAdd support for UMA_SLAB_KERNEL to page_free(). (While...
2009-06-17 Alan CoxEliminate unnecessary forward declarations.
2009-06-17 Alan CoxRefactor contigmalloc() into two functions: a simple...
2009-06-17 Alan CoxPass the size of the mapping to contigmapping() as...
2009-06-17 Alan CoxMake the maintenance of a page's valid bits by contigma...
2009-06-14 Alan CoxLong, long ago in r27464 special case code for mapping...
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-13 Alan CoxEliminate an unnecessary clearing of a page's dirty...
2009-06-09 Alan CoxEliminate an unnecessary restriction on the vm object...
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-07 Alan CoxEliminate unnecessary obfuscation when testing a page...
2009-06-06 Alan CoxEliminate an unneeded forward declaration. (This shoul...
2009-06-06 Alan CoxIf vm_pager_get_pages() returns VM_PAGER_OK, then there...
2009-06-05 Jung-uk KimImport ACPICA 20090521.
2009-06-05 Alan Coxvm_thread_swapin() needn't validate any pages. The...
2009-06-05 Alan CoxSimplify contigfree().
2009-06-05 Robert WatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-03 Jung-uk KimResync with head.
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-02 Alan CoxCorrect a boundary case error in the management of...
2009-06-01 John BaldwinAdd an extension to the character device interface...
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 Alan CoxEliminate a stale comment and the two remaining uses...
2009-05-30 Alan CoxAdd assertions in two places where a page's valid or...
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-28 Alan CoxChange vm_object_page_remove() such that it clears...
2009-05-28 Alan CoxRevise vm_pageout_scan()'s handling of partially dirty...
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-19 Kip Macy- back out direct map hack
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-17 Alan CoxEliminate a pointless call to pmap_clear_reference...
2009-05-16 Kip Macyapply band-aid to x86_64 systems with more physical...
2009-05-15 Alan CoxEliminate unnecessary clearing of the page's dirty...
2009-05-13 Alan CoxEliminate page queues locking from bufdone_finish(...
2009-05-12 Alan CoxEliminate gratuitous clearing of the page's dirty mask.
2009-05-09 Alan CoxFix a race involving vnode_pager_input_smlfs(). Specif...
2009-05-09 Xin LIUpdate to less v429.
2009-05-07 Alan CoxEliminate an incorrect comment.
2009-05-04 Alan CoxEliminate vnode_pager_input_smlfs()'s pointless call...
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-28 Konstantin BelousovUse the acquired reference to the vmspace instead of...
2009-04-28 Konstantin BelousovFix typo.
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
2009-04-26 Alan CoxEliminate an errant comment.
2009-04-26 Alan CoxEliminate an archaic band-aid. The immediately precedi...
2009-04-25 Alan CoxEliminate unnecessary calls to pmap_clear_modify()...
2009-04-23 Konstantin BelousovDo not call vm_page_lookup() from the ddb routine,...
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-19 Konstantin BelousovIn both pageout oom handler and vm_daemon, acquire...
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 Alan CoxCalling pmap_clear_modify() after calling pmap_remove_w...
2009-04-19 Alan CoxAllow valid pages to be mapped for read access when...
2009-04-14 Edwin GroothuisMFV of tzdata2009f
2009-04-13 Edwin GroothuisMFV of tzdata2009e
2009-04-11 Alan CoxRemove execute permission from the memory allocated...
2009-04-11 Alan CoxPreviously, when vm_page_free_toq() was performed on...
2009-04-10 Konstantin BelousovWhen vm_map_wire(9) is allowed to skip holes in the...
next