]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
sh: Use dirent.d_type in pathname generation.
[FreeBSD/FreeBSD.git] / sys / vm /
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...
2011-07-10 Konstantin BelousovExtract the code to translate VM error into errno,...
2011-07-10 Konstantin BelousovStyle.
2011-07-09 Konstantin BelousovAdd a facility to disable processing page faults. When...
2011-07-06 Edward Tomasz Napi... All the racct_*() calls need to happen with the proc...
2011-07-06 Attilio RaoHandle a race between device_pager and devsw in a more...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-07-04 Attilio RaoMFC
2011-07-02 Alan CoxInitialize marker pages as held rather than fictitious...
2011-06-30 Attilio RaoMFC
2011-06-29 Alan CoxAdd a new option, OBJPR_NOTMAPPED, to vm_object_page_re...
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-24 Attilio RaoMFC
2011-06-23 Alan CoxRevert to using the page queues lock in vm_page_clear_d...
2011-06-21 Attilio RaoMFC
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 Alan CoxPrecisely document the synchronization rules for the...
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 Attilio RaoMFC
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 Konstantin BelousovAssert that page is VPO_BUSY or page owner object is...
2011-06-11 Konstantin BelousovFix a bug in r222586. Lock the page owner object around...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-02 Attilio RaoMFC
2011-06-01 Konstantin BelousovIn the VOP_PUTPAGES() implementations, change the defau...
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-28 Doug BartonUpgrade to 9.6-ESV-R4-P1, which address the following...
2011-05-22 Attilio RaoMFC
next