]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
* Add the readline(3) API to libedit. The libedit versions of
[FreeBSD/FreeBSD.git] / sys / vm /
2011-04-05 David E. O'Brien* Add the readline(3) API to libedit. The libedit...
2011-04-03 Edwin GroothuisMFV of tzdata2011e:
2011-03-29 Martin MatuskaUpgrade of base gcc and libstdc++ to the last GPLv2...
2011-03-25 Konstantin BelousovHandle the corner case in vm_fault_quick_hold_pages().
2011-03-24 John BaldwinFix some locking nits with the p_state field of struct...
2011-03-21 Jeff Roberson - Merge changes to the base system to support OFED...
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-18 Edward Tomasz Napi... In vm_daemon(), when iterating over all processes in...
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-11 Alan CoxEliminate duplication of the fake page code and zone...
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-03-01 Rebecca CranChange the return type of vmspace_swap_count to a long...
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-24 Sergey KandaurovRemove sysctl vm.max_proc_mmap used to protect from...
2011-02-23 Rebecca CranCalculate and return the count in vmspace_swap_count...
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2011-02-18 Dimitry AndricMerge binutils 2.17.50 to head. This brings a number...
2011-02-17 Alan CoxRemove pmap fields that are either unused or not fully...
2011-02-15 Konstantin BelousovSince r218070 reenabled the call to vm_map_simplify_ent...
2011-02-13 Konstantin BelousovLock the vnode around clearing of VV_TEXT flag. Remove...
2011-02-12 Juli MallettUse CPU_FOREACH rather than expecting CPUs 0 through...
2011-02-12 Jung-uk KimMerge ACPICA 20110211.
2011-02-12 Alan CoxRetire VFS_BIO_DEBUG. Convert those checks that were...
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 Alan CoxUnless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit...
2011-02-04 Alan CoxSince the last parameter to vm_object_shadow() is a...
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-30 Alan CoxRelease the free page queues lock earlier in vm_page_al...
2011-01-29 Alan CoxReenable the call to vm_map_simplify_entry() from vm_ma...
2011-01-27 Matthew D FlemingExplicitly wire the user buffer rather than doing it...
2011-01-21 Sergey KandaurovMake MSGBUF_SIZE kernel option a loader tunable kern...
2011-01-18 Alan CoxMove the definition of M_VMPGDATA to the swap pager...
2011-01-17 Alan CoxExplicitly initialize the page's queue field to PQ_NONE...
2011-01-16 Alan CoxSort function prototypes.
2011-01-16 Alan CoxUpdate a lock annotation on the page structure.
2011-01-16 Alan CoxShift responsibility for synchronizing access to the...
2011-01-16 Alan CoxClean up the start of vm_page_alloc(). In particular...
2011-01-15 Konstantin BelousovFor consistency, use kernel_object instead of &kernel_o...
2011-01-15 Alan CoxFor some time now, the kernel and kmem objects have...
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-11 John BaldwinRemove unneeded includes of <sys/linker_set.h>. Other...
2011-01-09 Konstantin BelousovMove repeated MAXSLP definition from machine/vmparam...
2011-01-09 Alan CoxEliminate a redundant alignment directive on the page...
2011-01-08 Alan CoxEliminate the counting of vm_page_pa_tryrelock calls...
2011-01-03 Alan CoxRelease the page lock early in vm_pageout_clean()....
2011-01-01 Alan CoxMake a couple refinements to r216799 and r216810. ...
2011-01-01 Rebecca CranThere can be more than 0x20000000 swap meta blocks...
2010-12-29 Konstantin BelousovRemove OBJ_CLEANING flag. The vfs_setdirty_locked_objec...
2010-12-29 Alan CoxThere is no point in vm_contig_launder{,_page}() flushi...
2010-12-29 Konstantin BelousovMove the increment of vm object generation count into
2010-12-28 Alan CoxCorrect a typo in vm_fault_quick_hold_pages().
2010-12-27 Alan CoxMove vm_object_print()'s prototype to the expected...
2010-12-25 Alan CoxRetire vm_fault_quick(). It's no longer used.
2010-12-25 Alan CoxIntroduce and use a new VM interface for temporarily...
2010-12-20 Alan CoxIntroduce vm_fault_hold() and use it to (1) eliminate...
2010-12-17 Alan CoxImplement and use a single optimized function for unhol...
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-14 Alan CoxChange memguard_fudge() so that it can handle km_max...
2010-12-09 Dimitry AndricSync: merge r216133 through r216338 from ^/head.
2010-12-09 Max LaierFix a long standing (from the original 4.4BSD lite...
2010-12-09 Jayachandran C.Revert the vm/vm_page.c change in r216317.
2010-12-09 Jayachandran C.swi_vm() for mips.
2010-12-05 Marcel Moolenaarsvn+ssh://svn.freebsd.org/base/head@216199
2010-12-04 Edward Tomasz Napi... Fix comment intentation.
2010-12-04 Doug BartonUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 Simon L. B. NielsenMerge OpenSSL 0.9.8q into head.
2010-12-03 Warner LoshTo make minidumps work properly on mips for memory...
2010-12-02 Dimitry AndricSync: merge r215944 through r216132 from ^/head.
2010-12-02 Edward Tomasz Napi... Replace pointer to "struct uidinfo" with pointer to...
2010-12-01 Alan CoxCorrect an error in the allocation of the vm_page_dump...
2010-11-28 Juli MallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-28 Jayachandran C.Fix issue noted by alc while reviewing r215938:
2010-11-25 Dimitry AndricSync: merge r215709 through r215824 from ^/head.
2010-11-24 Konstantin BelousovAfter the sleep caused by encountering a busy page...
2010-11-22 Dimitry AndricSync: merge r215464 through r215708 from ^/head.
2010-11-22 Simon L. B. NielsenMerge OpenSSL 0.9.8p into head.
2010-11-21 Konstantin BelousovEliminate the mab, maf arrays and related variables.
2010-11-20 Alan CoxOptimize vm_object_terminate().
2010-11-20 Konstantin BelousovThe runlen returned from vm_pageout_flush() might be...
2010-11-19 Alan CoxReduce the amount of detail printed by vm_page_free_toq...
2010-11-19 Max LaierOff by one page in vm_reserv_reclaim_contig(): Also...
2010-11-18 Konstantin Belousovvm_pageout_flush() might cache the pages that finished...
2010-11-18 Konstantin BelousovOnly increment object generation count when inserting...
2010-11-16 Dimitry AndricSync: merge r215319 through r215395 from ^/head, so...
2010-11-14 Konstantin BelousovDo not use __FreeBSD_version prefix for the special...
2010-11-14 Dimitry AndricSync: merge r215273 through r215318 from ^/head.
2010-11-14 Konstantin BelousovUse symbolic names instead of hardcoding values for...
2010-11-14 Konstantin BelousovImplement a (soft) stack guard page for auto-growing...
2010-11-12 Martin MatuskaUpdate xz to release 5.0.0
2010-11-11 Dimitry AndricSync: merge r214895 through r215140 from ^/head.
2010-11-11 Ed SchoutenImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 Dag-Erling SmørgravUpgrade to OpenSSH 5.6p1.
2010-11-10 Alan CoxEnable reservation-based physical memory allocation...
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
next