]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Revert r228786. We'll need to work around the warnings in another way.
[FreeBSD/FreeBSD.git] / sys / vm /
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 kibMove kstack_cache_entry into the private header, and...
2011-12-14 eadler- The previous commit (r228449) accidentally moved...
2011-12-13 eadlerDocument a large number of currently undocumented sysct...
2011-12-12 kibFix printf.
2011-12-05 alcIntroduce vm_reserv_alloc_contig() and teach vm_page_al...
2011-11-30 kibRename vm_page_set_valid() to vm_page_set_valid_range().
2011-11-29 kibHide the internals of vm_page_lock(9) from the loadable...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-21 attilioIntroduce the same mutex-wise fix in r227758 for sx...
2011-11-20 attilioIntroduce macro stubs in the mutex implementation that...
2011-11-17 alcEliminate end-of-line white space.
2011-11-16 alcRefactor the code that performs physically contiguous...
2011-11-15 kibUpdate the device pager interface, while keeping the...
2011-11-15 kibRemove the condition that is always true.
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-06 alcWake up the page daemon in vm_page_alloc_freelist(...
2011-11-05 kibRemove redundand definitions. The chunk was missed...
2011-11-05 kibProvide typedefs for the type of bit mask for the page...
2011-11-04 alcSimplify the implementation of the failure case in...
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-02 alcAdd support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to...
2011-10-30 alcEliminate vm_phys_bootstrap_alloc(). It was a failed...
2011-10-28 alcUse "u_long" instead of "unsigned long".
2011-10-27 alcTidy up the comment at the head of vm_page_alloc, and...
2011-10-27 alcEliminate vestiges of page coloring in VM_ALLOC_NOOBJ...
2011-10-27 alccontigmalloc(9) and contigfree(9) are now implemented...
2011-10-25 alcSpeed up vm_page_cache() and vm_page_remove() by checki...
2011-10-22 attilioVN_NRESERVLEVEL is used in this file but opt_vm is...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-14 jhbFix a typo in a comment.
2011-10-13 marcelIn sys_obreak() and when compiling for amd64 or ia64...
2011-10-12 glebiusMake memguard(9) capable to guard uma(9) allocations.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-29 kibStyle nit.
2011-09-28 kibFix grammar.
2011-09-28 kibUse the trick of performing the atomic operation on...
2011-09-28 kibUse the explicitly-sized types for the dirty and valid...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-06 kibSplit the vm_page flags PG_WRITEABLE and PG_REFERENCED...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-22 kibUpdate some comments in swap_pager.c.
2011-08-22 kibApply the limit to avoid the overflows in the radix...
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-09 kib- Move the PG_UNMANAGED flag from m->flags to m->oflags...
2011-08-07 alcFix an error in kmem_alloc_attr(). Unless "tries"...
2011-08-01 kibImplement the linprocfs swaps file, providing informati...
2011-07-30 kibFix a race in the device pager allocation. If another...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-10 kibExtract the code to translate VM error into errno,...
2011-07-10 kibStyle.
2011-07-09 kibAdd a facility to disable processing page faults. When...
2011-07-06 traszAll the racct_*() calls need to happen with the proc...
2011-07-06 attilioHandle a race between device_pager and devsw in a more...
2011-07-02 alcInitialize marker pages as held rather than fictitious...
2011-06-29 alcAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-23 alcRevert to using the page queues lock in vm_page_clear_d...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 alcPrecisely document the synchronization rules for the...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 kibAssert that page is VPO_BUSY or page owner object is...
2011-06-11 kibFix a bug in r222586. Lock the page owner object around...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 attilioMFC
2011-06-01 kibIn the VOP_PUTPAGES() implementations, change the defau...
2011-05-29 hrsMerge from head@222434.
2011-05-22 attilioMFC
2011-05-22 alcCorrect an error in r222163. Unless UMA_MD_SMALL_ALLOC...
2011-05-21 alc1. Prior to r214782, UMA did not support multipage...
2011-05-21 attilioMFC
2011-05-20 alcFix spelling errors.
2011-05-20 attilioMFC
2011-05-20 alcEliminate a redundant #include. ("vm/vm_param.h" alrea...
2011-05-13 attilioMFC
2011-05-13 mdfMove the ZERO_REGION_SIZE to a machine-dependent file...
2011-05-13 mdfUsa a globally visible region of zeros for both /dev...
2011-05-09 attilioMFC
2011-05-09 mlaierAnother long standing vm bug found at Isilon:
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-26 obrienReap old SPL comments.
2011-04-23 kibFix two bugs in r218670.
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-06 jhbFix several places to ignore processes that are not...
2011-04-06 traszIn vm_daemon(), do not skip processes stopped with...
2011-04-06 traszAdd RACCT_RSS.
next