]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Import a slightly newer libc++, with some bugs fixed that were found by running
[FreeBSD/FreeBSD.git] / sys / vm /
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 John BaldwinAdd KTR_VFS traces to track modifications to a vnode...
2012-03-02 Alan CoxEliminate stale incorrect ARGSUSED comments.
2012-02-29 Alan CoxSimplify kmem_alloc() by eliminating code that existed...
2012-02-25 Alan CoxSimplify vm_mmap()'s control flow.
2012-02-25 Alan CoxSimplify vmspace_fork()'s control flow by copying immut...
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-24 Konstantin BelousovPlace the if() at the right location, to activate the...
2012-02-23 Konstantin BelousovAccount the writeable shared mappings backed by file...
2012-02-22 Konstantin BelousovRemove wrong comment.
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-16 Alan CoxWhen vm_mmap() is used to map a vm object into a kernel...
2012-02-11 Konstantin BelousovClose a race due to dropping of the map lock between...
2012-02-10 Ed SchoutenRemove direct access to si_name.
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-01 Alexander MotinFix NULL dereference panic on attempt to turn off ...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-27 Kip Macyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-17 Nathan WhitehornRevert r212360 now that PowerPC can handle large sparse...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-10 Konstantin BelousovChange the type of the paging_in_progress refcounter...
2012-01-04 Konstantin BelousovDo not restart the scan in vm_object_page_clean() on...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-28 Alan CoxOptimize vm_object_split()'s handling of reservations.
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-23 Konstantin BelousovOptimize the common case of msyncing the whole file...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-16 Konstantin BelousovMove kstack_cache_entry into the private header, and...
2011-12-14 Eitan Adler- The previous commit (r228449) accidentally moved...
2011-12-13 Eitan AdlerDocument a large number of currently undocumented sysct...
2011-12-12 Konstantin BelousovFix printf.
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-05 Alan CoxIntroduce vm_reserv_alloc_contig() and teach vm_page_al...
2011-11-30 Konstantin BelousovRename vm_page_set_valid() to vm_page_set_valid_range().
2011-11-29 Konstantin BelousovHide the internals of vm_page_lock(9) from the loadable...
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-21 Attilio RaoIntroduce the same mutex-wise fix in r227758 for sx...
2011-11-20 Attilio RaoIntroduce macro stubs in the mutex implementation that...
2011-11-17 Alan CoxEliminate end-of-line white space.
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-16 Alan CoxRefactor the code that performs physically contiguous...
2011-11-15 Konstantin BelousovUpdate the device pager interface, while keeping the...
2011-11-15 Konstantin BelousovRemove the condition that is always true.
2011-11-07 Ed SchoutenMark all SYSCTL_NODEs static that have no corresponding...
2011-11-06 Alan CoxWake up the page daemon in vm_page_alloc_freelist(...
2011-11-05 Konstantin BelousovRemove redundand definitions. The chunk was missed...
2011-11-05 Konstantin BelousovProvide typedefs for the type of bit mask for the page...
2011-11-04 Alan CoxSimplify the implementation of the failure case in...
2011-11-04 John BaldwinAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-02 Alan CoxAdd support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to...
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-30 Alan CoxEliminate vm_phys_bootstrap_alloc(). It was a failed...
2011-10-28 Alan CoxUse "u_long" instead of "unsigned long".
2011-10-27 Alan CoxTidy up the comment at the head of vm_page_alloc, and...
2011-10-27 Alan CoxEliminate vestiges of page coloring in VM_ALLOC_NOOBJ...
2011-10-27 Alan Coxcontigmalloc(9) and contigfree(9) are now implemented...
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-25 Alan CoxSpeed up vm_page_cache() and vm_page_remove() by checki...
2011-10-22 Attilio RaoVN_NRESERVLEVEL is used in this file but opt_vm is...
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-15 Konstantin BelousovControl the execution permission of the readable segmen...
2011-10-14 John BaldwinFix a typo in a comment.
2011-10-13 Marcel MoolenaarIn sys_obreak() and when compiling for amd64 or ia64...
2011-10-12 Gleb SmirnoffMake memguard(9) capable to guard uma(9) allocations.
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-29 Konstantin BelousovStyle nit.
2011-09-28 Konstantin BelousovFix grammar.
2011-09-28 Konstantin BelousovUse the trick of performing the atomic operation on...
2011-09-28 Konstantin BelousovUse the explicitly-sized types for the dirty and valid...
2011-09-16 Kip MacyIn order to maximize the re-usability of kernel code...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-06 Konstantin BelousovSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-22 Konstantin BelousovUpdate some comments in swap_pager.c.
2011-08-22 Konstantin BelousovApply the limit to avoid the overflows in the radix...
2011-08-11 Robert WatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Konstantin Belousov- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-08-07 Alan CoxFix an error in kmem_alloc_attr(). Unless "tries"...
2011-08-01 Konstantin BelousovImplement the linprocfs swaps file, providing informati...
2011-07-30 Konstantin BelousovFix a race in the device pager allocation. If another...
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
next