]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_map.c
Add elf image flag to disable stack gap.
[FreeBSD/FreeBSD.git] / sys / vm / vm_map.c
2019-11-17 kibAdd elf image flag to disable stack gap.
2019-11-17 dougmThe loop in vm_map_protect that verifies that all trans...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-13 dougmDefine wrapper functions vm_map_entry_{succ,pred} to...
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-09 dougmFor vm_map, #defining DIAGNOSTIC to turn on full assert...
2019-11-07 philImport libxo-1.3.0:
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-15 jeff(4/6) Protect page valid with the busy lock.
2019-10-14 dougmCorrect a transcription error that broke GENERIC introd...
2019-10-14 dougmMove the definition of _vm_map_assert_consistent so...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 kibImprove MD page fault handlers.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-17 dougmRemove dead code from vm_map_unlink_entry made dead...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-04 kibmadvise(MADV_FREE): Quick fix to time rewind.
2019-09-03 kevansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 kibAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-25 dougmvm_map_simplify_entry considers merging an entry with...
2019-08-24 kibMake stack grow use the same gap as stack create.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-18 kibChange locking requirements for VOP_UNSET_TEXT().
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 kibFix stack grow for init.
2019-07-28 asomersMFHead @r350386
2019-07-19 dougmDefine vm_map_entry_in_transition to handle an in-trans...
2019-07-04 dougmMove an assignment, drop a label, and change gotos...
2019-07-04 dougmReplace a 'goto' with an 'else' in vm_map_wire_locked.
2019-07-04 dougmChange boolean_t variables in vm_map_unwire and vm_map_...
2019-07-04 dougmDrop a temp variable from vm_map_insert, with no effect...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 dougmEliminate a goto and a label in vm_map_wire_locked...
2019-06-30 dougmRemove a call to vm_map_simplify_entry from _vm_map_cli...
2019-06-28 mmMFV r349454:
2019-06-28 dougmIf vm_map_protect fails with KERN_RESOURCE_SHORTAGE...
2019-06-27 asomersMFHead @349476
2019-06-26 dougmRevert r349393, which leads to an assertion failure...
2019-06-25 dougmEliminate some uses of the prev and next fields of...
2019-06-25 dougmvm_map_protect may return an INVALID_ARGUMENT or PROTEC...
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-15 dougmCritical comments were lost in r349203. This patch...
2019-06-14 dougmAvoid using the prev field of vm_map_entry_t in two...
2019-06-13 dougmCreate a function for creating objects to back map...
2019-06-11 dougmTo test to see if a free space is big enough compare...
2019-06-10 dougmThe computations of vm_map_splay_split and vm_map_splay...
2019-06-10 jhbRemove an overly-aggressive assertion.
2019-06-06 asomersMFHead @348740
2019-06-05 kibIn vm_map_entry_set_vnode_text(), tolerate tmpfs mappin...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-23 dougmFix typo from r348128: _func__ -> __func__
2019-05-22 dougmCleanups made necessary by r348115, or reactions to it:
2019-05-22 dougmPassing a parameter to vm_map_entry_resize_free that...
2019-05-20 mmMFV r347989:
2019-05-13 asomersMFHead @347527
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-08 manudts: Import files from Linux 5.1
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-01 kibFix another race between vm_map_protect() and vm_map_wi...
2019-04-23 cyMFV r346563:
2019-04-22 markjDisable vm map consistency checking by default on INVAR...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-05 kibFix mis-merge.
2019-04-04 asomersMFHead@r345880
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 kibEliminate adj_free field from vm_map_entry.
2019-03-29 asomersMFHead@r345677
2019-03-25 mmMFV r345495:
2019-03-23 kibASLR: check for max_addr after applying randomization...
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-20 kibAdd kernel support for Intel userspace protection keys...
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 kibMake anon clustering more compatible.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
next