]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
sfxge: remove full_packet_size from sfxge_tso_state
[FreeBSD/FreeBSD.git] / sys / vm /
2015-02-09 rpauloMerge xz 5.2.0.
2015-01-28 kibUpdate mtime for tmpfs files modified through memory...
2015-01-24 willAdd vm.panic_on_oom sysctl, which enables those who...
2015-01-24 rstonevmspace_release() may sleep if the last reference is...
2015-01-24 kibAvoid calling vmspace_free() while owning the process...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-16 alcRevamp the default page clustering strategy that is...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-12 kibRevert r263475: TDP_DEVMEMIO no longer needed, since...
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2014-12-31 dimMerge ^/head r274961 through r276475.
2014-12-31 alcEliminate a stale debug message. The per-CPU cache...
2014-12-31 dimMerge ^/head r274961 through r276472.
2014-12-31 alcThe physical memory allocator supports the use of disti...
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-22 glebiusAdd flag VM_ALLOC_NOWAIT for vm_page_grab() that preven...
2014-12-22 glebiusDo not clear flag that vm_page_alloc() doesn't support.
2014-12-22 glebiusDocument flags of vm_page allocation functions.
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 dimMerge ^/head r275478 through r275622.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-05 jhbAlways ignore the deprecated MAP_RENAME and MAP_NORESER...
2014-12-05 kibWhen the last reference on the vnode' vm object is...
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-01 dimMerge ^/head r275262 through r275363.
2014-11-30 kibProvide mutual exclusion between zone allocation/destru...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-24 glebiusWe already have "int i" in this scope.
2014-11-23 glebius\n at end of panicstr is redundant.
2014-11-23 glebiusMerge from projects/sendfile:
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 alcBy the time that vm_reserv_init() runs, vm_phys_segs...
2014-11-19 glebiusUse __func__ in KASSERTs, since the code is about to...
2014-11-19 glebiusIn vnode_pager_generic_getpages() vp->v_mount is derefe...
2014-11-18 glebiusCollapse three contiguous comment blocks into one....
2014-11-15 alcEnable the use of VM_PHYSSEG_SPARSE on amd64 and i386...
2014-11-14 glebiusEven better indent struct pagerops.
2014-11-14 glebiusConstantly indent struct pagerops.
2014-11-04 kibFix mis-spelling of bits and types names in the
2014-11-04 alcEliminate a stale, i386-specific comment.
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelIFC @r273338
2014-10-19 neelIFC @r273206
2014-10-18 jhbRetire the unimplemented MAP_RENAME and MAP_NORESERVE...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbReintegrate head@r273095
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-10 neelIFC @r272887
2014-10-10 kibMake MAP_NOSYNC handling in the vm_fault() read-locked...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 bryanvChange the UMA mutex into a rwlock
2014-10-05 bryanvRemove stray uma_mtx lock/unlock in zone_drain_wait()
2014-10-04 kibAdd kernel option KSTACK_USAGE_PROF to sample the stack...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-03 smhRefactor ZFS ARC reclaim checks and limits
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-09-27 neelIFC @r272185
2014-09-24 smhFix ticks wrap issue of lowmem test in vm_pageout_scan
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 kibvm_map_pmap_enter() and pmap_enter_object() are current...
2014-09-20 neelIFC @r271887
2014-09-17 kibThe vm_mmap_cdev() explicitely converts absence of...
2014-09-17 neelIFC @r271694
2014-09-16 jhbPermit MAP_RENAME and MAP_NORESERVE for now. These...
2014-09-15 jhbAdd stricter checking of some mmap() arguments:
2014-09-15 alcThree improvements to vnode_pager_generic_getpages():
2014-09-15 glebiusRemove redundant declaration. vnode.h should be include...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 kibProvide the unique implementation for the VOP_GETPAGES...
2014-09-14 alcAvoid an exclusive acquisition of the object lock on...
2014-09-14 kibFix mis-spelling of bits and types names in the vnode_p...
2014-09-11 alcUpdate a stale comment.
2014-09-10 glebiusRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-10 alcFix a boundary case error in vm_reserv_alloc_contig...
2014-09-08 alcOops. vm_map_simplify_entry() is used by mac_proc_vm_r...
2014-09-08 alcMake two functions static and eliminate an unused ...
next