index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_swap.c
Age
Commit message (
Expand
)
Author
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-17
convert a copystr to strlcpy.
Ted Unangst
2014-11-13
sizes for simple frees. new diff without the bug spotted by deraadt
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-08
Fix some potential integer overflows caused by converting a page number into
Mark Kettenis
2014-04-29
Replace 1 << PAGE_SHIFT with PAGE_SIZE.
Mark Kettenis
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2013-11-24
Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolled
Joel Sing
2013-11-21
remove the #define b_cylinder b_resid from bufs. i hated the
David Gwynne
2013-11-20
Update comments mentioning `resource maps' to mention `extents' instead.
Miod Vallat
2013-11-06
remove some abuse of bufqs where they were overloaded to store workq_tasks
David Gwynne
2013-11-05
new function uvm_hibswap() finds a the largest free zone in swap, which
Theo de Raadt
2013-11-04
If compiled for hibernate, reserve the last page of the primary swap
Theo de Raadt
2013-11-04
improve a panic message
Theo de Raadt
2013-11-02
fix some comments
Theo de Raadt
2013-11-02
No need to cast constants or simple variables to (daddr_t). Use
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-05-30
remove simple_locks from uvm code. ok beck deraadt
Ted Unangst
2013-05-03
fix mem leak in swapmount
Florian Obser
2013-04-17
Unbreak and cleanup diskless swap automount.
Florian Obser
2013-03-28
do not copy additional kernel memory into the swapent.se_path[]
Theo de Raadt
2012-09-20
Now that none of our installation media runs off the swap area, don't bother
Miod Vallat
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
[next]