]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Consistently use vop_stdpathconf() for default pathconf values.
[FreeBSD/FreeBSD.git] / sys / vm /
2017-07-09 kibFix loop termination in vm_map_find_min().
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-01 alcModify vm_map_growstack() to protect itself from the...
2017-06-30 alcClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-28 kibTreat the addr argument for mmap(2) request without...
2017-06-25 kibFor now, allow mprotect(2) over the guards to succeed...
2017-06-25 kibCorrectly handle small MAP_STACK requests.
2017-06-25 kibRemove stale part of the comment.
2017-06-25 kibStyle.
2017-06-24 alcIncrease the pageout cluster size to 32 pages.
2017-06-24 kibImplement address space guards.
2017-06-24 kibDo not try to unmark MAP_ENTRY_IN_TRANSITION marked...
2017-06-21 kibCall pmap_copy() only for map entries which have the...
2017-06-21 kibAssert that the protection of a new map entry is a...
2017-06-21 alcEliminate an unused macro.
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-19 kibIgnore the P_SYSTEM process flag, and do not request
2017-06-17 alcPages that are passed to swap_pager_putpages() should...
2017-06-15 kibSome minor improvements to vnode_pager_generic_putpages().
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 glebiusWhen we are in UMA_STARTUP use startup_alloc() for...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-08 jhbFix an off-by-one error in the VM page array on some...
2017-06-06 alcStarting in r118390, swaponsomething() began to reserve...
2017-06-06 alcWhen the function blist_fill() was added to the kernel...
2017-06-05 alcThe variable "breakout" is used like a Boolean, so...
2017-06-05 alcHalve the memory being internally allocated by the...
2017-06-01 glebiusAs old prophecy says, some day UMA_DEBUG printfs shall...
2017-06-01 glebiusSimplify boot pages management in UMA.
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-27 alcAfter r118390, the variable "dmmax" was neither the...
2017-05-27 alcIn r118390, the swap pager's approach to striping swap...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-23 kibCommit the 64-bit inode project.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-10 sjgMerge bmake-20170510
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 mmMFV r317781:
2017-05-02 kibEmulate pre-r317061 ABI.
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-17 glebius- Remove 'struct vmmeter' from 'struct pcpu', leaving...
2017-04-17 glebiusAll these files need sys/vmmeter.h, but now they got...
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-10 markjBusy the map in vm_map_protect().
2017-04-10 markjConsistently use for-loops in vm_map_protect().
2017-04-10 markjAdd some bounds assertions to the vm_map_entry clip...
2017-04-05 kibExtract calculation of ioflags from the vm_pager_putpag...
2017-04-05 kibSome style fixes for vnode_pager_generic_putpages(...
2017-04-05 kibUse int instead of boolean_t for flags argument type in
2017-04-04 jhbAssert that the align parameter to uma_zcreate() is...
2017-03-30 dchaginAdd kern_mincore() helper for micore() syscall.
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-20 mmMFV r315633, 315635:
2017-03-19 alcTwo changes to vm_fault_populate():
2017-03-19 kibFix off-by-one in the vm_fault_populate() code.
2017-03-16 delphijThe adj_free and max_free values of new_entry will...
2017-03-15 alcRelax the locking requirements for vm_object_page_noreu...
2017-03-14 kibUse atop() instead of OFF_TO_IDX() for convertion of...
2017-03-14 delphijImplement INHERIT_ZERO for minherit(2).
2017-03-13 markjUpdate a comment to reflect reality.
2017-03-12 kibFollow-up to r313690.
2017-03-11 avguma: fix pages <-> items conversions at several places
2017-03-11 avguma: eliminate uk_slabsize field
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-02-28 impRenumber copyright clause 4
2017-02-28 dimMerge ^/head r314270 through r314419.
2017-02-25 avgcall vm_lowmem hook in uma_reclaim_worker
2017-02-25 dimMerge ^/head r314178 through r314269.
2017-02-24 kibProperly handle possible underflow in vm_fault_prefault().
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-14 avgtry to fix RACCT_RSS accounting
2017-02-14 bzUse %s __func__ to print the actual function name ...
2017-02-13 kibRework r313352.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-13 kibRemove MPSAFE and ARGUSED annotations, ANSI-fy syscall...
2017-02-12 kibConsistently handle negative or wrapping offsets in...
2017-02-11 kibChange type of the prot parameter for kern_vm_mmap...
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 ngieMFhead@r313360
2017-02-06 traszAdd kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync...
2017-02-05 dimMerge ^/head r313055 through r313300.
2017-02-05 ngieMFhead@r313266
2017-02-04 kibStyle, use tab after #define.
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
next