Age | Commit message (Expand) | Author |
2013-02-07 | make sure the page daemon considers BUFPAGES_INACT when deciding | Bob Beck |
2013-01-29 | 7 &&'ed elements in a single KASSERT involving complex tests is just painful | Bob Beck |
2013-01-21 | Stop hiding when this is failing - make this as obvious as it is | Bob Beck |
2013-01-16 | in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map | Theo de Raadt |
2013-01-16 | oops, one IO_NODELOCKED left behind in the a.out coredumper | Theo de Raadt |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2012-12-10 | Always back the buffer cache off on any page daemon wakeup. This avoids | Bob Beck |
2012-11-10 | Number of swap pages in use must be smaller than tha total number of swap | Mark Kettenis |
2012-11-07 | Fix the buffer cache. | Bob Beck |
2012-10-18 | Wiring map entries with VM_PROT_NONE only waists RAM and bears no | Gerhard Roth |
2012-09-20 | Now that none of our installation media runs off the swap area, don't bother | Miod Vallat |
2012-07-21 | Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED to | Matthew Dempsky |
2012-07-18 | comment typo; s/lineair/linear/ | Matthew Dempsky |
2012-07-12 | Three cases that should be failures, not successes when checking for avail | Mike Larkin |
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin |
2012-07-11 | add a check for the total size of swap, abort if too small. | Mike Larkin |
2012-07-11 | add uvm_swap_check_range to scan for contig free space at end of swap. | Mike Larkin |
2012-06-14 | Remove uvm_km_kmem_grow printf. | Ariane van der Steldt |
2012-06-14 | whitespace cleanup | Jasper Lievisse Adriaanse |
2012-06-14 | fix typo in comment | Jasper Lievisse Adriaanse |
2012-06-06 | Fix address-space randomization that was accidentally disabled in | Matthew Dempsky |
2012-06-03 | Make sure uvm_map_extract() entesr mappings at an address that doesn't | Mark Kettenis |
2012-06-01 | Correct handling of mlock()/munlock() with len==0 to return success | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-19 | Backout misplaced optimization in vmmap. | Ariane van der Steldt |
2012-04-17 | uvmspace_exec: Remove disfunctional "optimization". | Ariane van der Steldt |
2012-04-12 | Remove dead UBC code | Ariane van der Steldt |
2012-04-12 | uvm: keep track of maxrss | Ariane van der Steldt |
2012-04-11 | vmmap: speed up allocations | Ariane van der Steldt |
2012-04-10 | Return EINVAL on 0-byte mmap invocation. | Ariane van der Steldt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-15 | Fix vmmap SMALL_KERNEL introduced bug. | Ariane van der Steldt |
2012-03-15 | Reduce installmedia pressure from new vmmap. | Ariane van der Steldt |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-01-05 | Prevent integer wrap-around in pmemrange. | Ariane van der Steldt |
2011-12-03 | Be sure not to access the vm_page array out of bounds in uvm_pmr_freepages(). | Miod Vallat |
2011-11-24 | Fix spelling and remove question | Philip Guenthe |
2011-11-08 | In ddb `show page', print the address of the vm_page_md substruct if | Miod Vallat |
2011-07-09 | More syscalls.master cleanup: | Matthew Dempsky |
2011-07-08 | Move uvm_pmr_alloc_pig to kern/subr_hibernate.c | Ariane van der Steldt |
2011-07-08 | Move uvm_pmr_zero_everything() to subr_hibernate. | Ariane van der Steldt |
2011-07-08 | Expose pmemrange internal functions via pmemrange.h. | Ariane van der Steldt |
2011-07-08 | some machines don't boot with the previous uvm reserve enforcement diff. | Ted Unangst |
2011-07-07 | Move the uvm reserve enforcement from uvm_pagealloc to pmemrange. | Owain Ainsworth |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2011-07-06 | uvm changes for buffer cache improvements. | Bob Beck |
2011-07-05 | Don't derefence the item past the end of the array to figure out if | Ariane van der Steldt |
2011-07-05 | msync has some code that is based on *old* bsd behaviour where | Owain Ainsworth |
2011-07-05 | allow option KVA_GUARDPAGES to compile. | David Hill |