Age | Commit message (Expand) | Author |
2009-01-20 | Variables were never used, never implemented. | Ariane van der Steldt |
2009-01-12 | Register aiodoned_proc, although it is not used anywhere yet; PR #6034 | Miod Vallat |
2008-11-24 | garbage collect uvm_errno2vmerror(); | Thordur I. Bjornsson |
2008-11-24 | init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap | Kurt Miller |
2008-11-10 | typo: be -> by in comment | Owain Ainsworth |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-10-24 | it is a good policy to clear the pointer after we free something | Theo de Raadt |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-18 | Revert the change to use pools for <= PAGE_SIZE allocations. It | Mark Kettenis |
2008-10-08 | Don't extend amaps beyond what their supposed maximum. This code path is | Artur Grabowski |
2008-10-06 | uvn_attach message is purely diagnostic, not needed | Theo de Raadt |
2008-10-01 | In uvm_pglistalloc(), do not fall through the success code if we could not find | Miod Vallat |
2008-09-29 | Use pools to do allocations for all sizes <= PAGE_SIZE. | Artur Grabowski |
2008-09-23 | Do not merge userland map entries. | Artur Grabowski |
2008-09-16 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-13 | fix potential use of uninitialized value | Charles Longeau |
2008-09-12 | less waste for amaps in the common case: | Otto Moerbeek |
2008-08-26 | Plug potential memory leak. | Mark Kettenis |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |
2008-07-25 | some splassert paranoia. | Artur Grabowski |
2008-07-18 | Add new uvm function called uvm_map_pie() which takes align as a | Kurt Miller |
2008-07-02 | Make the pagedaemon a bit happier. | Artur Grabowski |
2008-06-27 | uvm_pglistalloc() works by walking the physical address range it gets invoked | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | If we have one syscall that consumes large amounts of memory (like for | Artur Grabowski |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2008-06-02 | Round up the numbers of keys to allocate, so that the last 128 page area | Miod Vallat |
2008-05-05 | retire ltsleep(); The only refrence left too it is in an | Thordur I. Bjornsson |
2008-04-12 | Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea. | Miod Vallat |
2008-04-12 | When enabling swap encryption, pass the correct number of swap pages to | Miod Vallat |
2008-04-10 | Correctly amount swap usage for anons, from NetBSD via PR 5772. | Miod Vallat |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-03-02 | Include sigcode in core dumps. This makes it possible to backtrace | Mark Kettenis |
2008-02-27 | Don't dump duplicate data in stack segments of core dumps when the stack | Mark Kettenis |
2008-02-17 | Add back cast in ptoa() to prevent problems with integer overflow. | Mark Kettenis |
2008-01-09 | Make uvm_page_lookup_freelist() simpler and faster if VM_PHYSSEG_MAX is 1. | Miod Vallat |
2008-01-05 | Mark vadvise(2) as obsolete and remove its implementation, so instead of | Miod Vallat |
2008-01-04 | Only compile in uvm_page_physdump() if option DDB as it's not directly callable | Miod Vallat |
2007-12-18 | Turn the uvm_{lock/unlock}_fpageq() inlines into | Thordur I. Bjornsson |
2007-12-16 | Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems | Mark Kettenis |
2007-12-15 | export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsg | Theo de Raadt |
2007-12-11 | use a mutex for protection of the uvm_km list. ok art | Ted Unangst |
2007-11-29 | use a working mutex for the freepage list. ok art deraadt | Ted Unangst |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |