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_addr.c
Age
Commit message (
Expand
)
Author
2022-02-21
interting -> inserting
Jonathan Gray
2021-03-20
Sync some comments in order to reduce the difference with NetBSD.
Martin Pieuchot
2020-09-22
Spell inline correctly.
Martin Pieuchot
2020-09-13
Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.
Martin Pieuchot
2018-05-16
Avoid overflow in constraint computation; ok kettenis@ tb@
Otto Moerbeek
2018-04-17
- Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in
Otto Moerbeek
2018-04-10
Fix stop condition for linear search by taking into account the search
Otto Moerbeek
2017-01-23
Move static function to the bottom of the file, to the only user
Patrick Wildt
2017-01-17
Remove uaddr_hint allocator
Stefan Kempf
2016-09-16
fix spelling of RBT_NEXT in a comment
David Gwynne
2016-09-16
move uaddr_free_rbtree from RB macros to RBT functions
David Gwynne
2016-09-16
move the uvm_map_addr RB tree from RB macros to the RBT functions
David Gwynne
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-02
Mask out lower bits of randomly selected address
Stefan Kempf
2016-07-30
Add a few checks for potential integer overflow and underflow related to the
Mark Kettenis
2016-06-02
print the size when an unavailable address is returned. it is useful.
Ted Unangst
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2015-07-17
Release the kernel lock while tearing down the uvm map in the reaper. Speeds
Mark Kettenis
2015-03-30
Extend uvm_map_hint() to get an address range as extra arguments, and make
Miod Vallat
2015-03-30
#if 0 various unused definitions.
Miod Vallat
2014-12-23
convert nointr pool_init argument to pr_waitok
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-13
bzero -> memset
Ted Unangst
2014-06-10
KNF
Mark Kettenis
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-02-04
reduce the length of some pool names. ok deraadt guenther mpi
Ted Unangst
2012-07-18
comment typo; s/lineair/linear/
Matthew Dempsky
2012-06-06
Fix address-space randomization that was accidentally disabled in
Matthew Dempsky
2012-04-11
vmmap: speed up allocations
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