]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_map.c
Implement a (soft) stack guard page for auto-growing stack mappings.
[FreeBSD/FreeBSD.git] / sys / vm / vm_map.c
2010-11-14 kibImplement a (soft) stack guard page for auto-growing...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-07 alcIn case the stack size reaches its limit and its growth...
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 jhb- Make 'vm_refcnt' volatile so that compilers won't...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-04 alcIf vm_map_find() is asked to allocate a superpage-align...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 alcMake refinements to r212824. In particular, don't...
2010-09-18 kibAdopt the deferring of object deallocation for the...
2010-09-16 jkimMerge ACPICA 20100915.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-04 kibIntroduce a helper function vm_page_find_least(). Use...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-26 alcPush down page queues lock acquisition in pmap_enter_ob...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-02 alcCorrect an error of omission in r206819. If VMFS_TLB_A...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-18 jmalletto) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE...
2010-04-12 impmerge from head, part 9 of many
2010-04-12 impmerge from head, part 8 of many
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-03 alcMake _vm_map_init() the one place where the vm map...
2010-04-03 alcRe-enable the call to pmap_release() by vmspace_dofree...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-02-28 rajMerge DTC-d75b33af.
2010-01-29 kibThe MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags...
2010-01-06 impMerge from head at r201628.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-26 alcReplace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PRO...
2009-11-18 alcSimplify both the invocation and the implementation...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-11-02 alcAvoid pointless calls to pmap_protect().
2009-10-27 kibWhen protection of wired read-only mapping is changed...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-02 gonzo- MFC
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-10-01 kibMove the annotation for vm_map_startup() immediately...
2009-09-17 desMerge from head
2009-09-17 desMerge from head up to r188941 (last revision before...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-08-04 gonzo- MFC @196061
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-12 kibWhen VM_MAP_WIRE_HOLESOK is not specified and vm_map_wi...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 kibWhen forking a vm space that has wired map entries...
2009-07-03 gonzo- MFC
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-23 kibImplement global and per-uid accounting of the anonymou...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-12 gonzo- Merge from HEAD
2009-06-09 alcEliminate an unnecessary restriction on the vm object...
2009-06-07 alcEliminate unnecessary obfuscation when testing a page...
2009-06-02 jkimMFV: ACPICA 20090521
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
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-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-06 gonzoMerge from HEAD
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 alcAllow valid pages to be mapped for read access when...
2009-04-13 gonzo- Merge from HEAD
2009-04-10 kibWhen vm_map_wire(9) is allowed to skip holes in the...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
next