]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Add a change missing in r271916.
[FreeBSD/FreeBSD.git] / sys / vm /
2014-09-17 Konstantin BelousovThe vm_mmap_cdev() explicitely converts absence of...
2014-09-16 John BaldwinPermit MAP_RENAME and MAP_NORESERVE for now. These...
2014-09-15 John BaldwinAdd stricter checking of some mmap() arguments:
2014-09-15 Alan CoxThree improvements to vnode_pager_generic_getpages():
2014-09-15 Gleb SmirnoffRemove redundant declaration. vnode.h should be include...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-15 Konstantin BelousovProvide the unique implementation for the VOP_GETPAGES...
2014-09-14 Alan CoxAvoid an exclusive acquisition of the object lock on...
2014-09-14 Konstantin BelousovFix mis-spelling of bits and types names in the vnode_p...
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-11 Alan CoxUpdate a stale comment.
2014-09-10 Gleb SmirnoffRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-10 Alan CoxFix a boundary case error in vm_reserv_alloc_contig...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-08 Alan CoxOops. vm_map_simplify_entry() is used by mac_proc_vm_r...
2014-09-08 Alan CoxMake two functions static and eliminate an unused ...
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-08-29 John BaldwinFix a typo.
2014-08-28 Steven HartlandRefactor ZFS ARC reclaim logic to be more VM cooperative
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-26 Alan CoxBack in the days when the kernel was single threaded...
2014-08-23 Alan CoxRelax one of the conditions for mapping a page on the...
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-15 Konstantin BelousovImplement 'fast path' for the vm page fault handler...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-14 Alan CoxAvoid pointless (but harmless) actions on unmanaged...
2014-08-13 Konstantin BelousovIf vm_page_grab() allocates a new page, the page is...
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-09 Konstantin BelousovAdapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of
2014-08-08 Konstantin BelousovChange pmap_enter(9) interface to take flags parameter...
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-06 Konstantin BelousovThe vm_pager_page_unswapped() pager op is only implemen...
2014-08-06 Konstantin BelousovAdd wrappers to assert that vm object is unlocked and...
2014-08-05 Roger Pau Monnévm_phys: improve robustness of fictitious ranges
2014-08-05 Xin LIMFV r269542:
2014-08-03 Alan CoxRetire pmap_change_wiring(). We have never used it...
2014-08-02 Alan CoxRewrite a loop in vm_map_wire() so that gcc doesn't...
2014-08-02 Alan CoxHandle wiring failures in vm_map_wire() with the new...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-26 Alan CoxWhen unwiring a region of an address space, do not...
2014-07-26 Xin LIMFV r269010:
2014-07-24 Konstantin BelousovCorrect assertion. The shadowing object cannot be...
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
2014-07-15 Xin LIMFV r268714:
2014-07-15 Xin LIMFV r268702:
2014-07-14 Konstantin BelousovThe OBJ_TMPFS flag of vm_object means that there is...
2014-07-09 Xin LIMFV r268455:
2014-07-09 Xin LIMFV r268454:
2014-07-09 Xin LIMFV r268453:
2014-07-09 Xin LIMFV r268452:
2014-07-09 Roger Pau Monnévm_phys: remove limitation on number of fictitious...
2014-07-08 Simon J. GerratyUpdate to bmake-20140620
2014-07-07 Marcel MoolenaarRemove ia64.
2014-07-06 Alan CoxIntroduce pmap_unwire(). It will replace pmap_change_w...
2014-07-01 Xin LIMFV r268122:
2014-07-01 Xin LIMFV r268121:
2014-07-01 Xin LIMFV r268119:
2014-07-01 Xin LIMFV r267570:
2014-07-01 Xin LIMFV r267569:
2014-07-01 Xin LIMFV r267568:
2014-07-01 Xin LIMFV r267567:
2014-07-01 Xin LIMFV r267566:
2014-07-01 Xin LIMFV r267565:
2014-06-28 Hans Petter SelaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 Glen BarberRevert r267961, r267973:
2014-06-27 Hans Petter SelaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos
2014-06-26 Rui PauloMFV illumos r266986:
2014-06-26 Alan CoxDelay the call to crhold() in vm_map_insert() until...
2014-06-26 Xin LIMFV r267843: update file/libmagic to 5.19.
2014-06-25 Alan CoxNow that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN...
next