Age | Commit message (Expand) | Author |
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 | whitespace cleanup | Jasper Lievisse Adriaanse |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-04-17 | construct a better path to the swapdevice (as seen in pstat/swapctl output) | Theo de Raadt |
2011-04-04 | Disallow swapping to vnd's and return ENOTSUPP back | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-04 | Teach swapctl(2) about DUIDs. | Joel Sing |
2010-09-26 | remove static so things show up in ddb. | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-09-06 | cut swapping to file over from disksort to bufq fifo's and | Thordur I. Bjornsson |
2010-07-03 | Be sure to initialize b_bq member of struct buf not allocated through the | Miod Vallat |
2010-07-01 | Allow swapping to happen in the case where where we have more memory | Owain Ainsworth |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-04 | don't grab the lock just to read uvmexp.free. | Owain Ainsworth |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-05-08 | Remove static qualifier of functions that are not inline. | Ariane van der Steldt |
2009-03-23 | turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf(). | Owain Ainsworth |
2009-03-20 | While working on some stuff in uvm I've gotten REALLY sick of reading | Owain Ainsworth |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
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-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-02 | Round up the numbers of keys to allocate, so that the last 128 page area | Miod Vallat |
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 |
2007-12-18 | Turn the uvm_{lock/unlock}_fpageq() inlines into | Thordur I. Bjornsson |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-01 | wrong cast checking for VOP_BMAP return value; ok miod | Theo de Raadt |
2007-05-29 | Add a name argument to the RWLOCK_INITIALIZER macro. | Thordur I. Bjornsson |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-01-12 | Switch some lockmgr locks to rwlocks. | Artur Grabowski |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-07-31 | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n... | Michael Shalayeff |
2006-07-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod... | Michael Shalayeff |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |