summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_addr.c
AgeCommit message (Expand)Author
2022-02-21interting -> insertingJonathan Gray
2021-03-20Sync some comments in order to reduce the difference with NetBSD.Martin Pieuchot
2020-09-22Spell inline correctly.Martin Pieuchot
2020-09-13Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.Martin Pieuchot
2018-05-16Avoid 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 inOtto Moerbeek
2018-04-10Fix stop condition for linear search by taking into account the searchOtto Moerbeek
2017-01-23Move static function to the bottom of the file, to the only userPatrick Wildt
2017-01-17Remove uaddr_hint allocatorStefan Kempf
2016-09-16fix spelling of RBT_NEXT in a commentDavid Gwynne
2016-09-16move uaddr_free_rbtree from RB macros to RBT functionsDavid Gwynne
2016-09-16move the uvm_map_addr RB tree from RB macros to the RBT functionsDavid Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-02Mask out lower bits of randomly selected addressStefan Kempf
2016-07-30Add a few checks for potential integer overflow and underflow related to theMark Kettenis
2016-06-02print the size when an unavailable address is returned. it is useful.Ted Unangst
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2015-07-17Release the kernel lock while tearing down the uvm map in the reaper. SpeedsMark Kettenis
2015-03-30Extend uvm_map_hint() to get an address range as extra arguments, and makeMiod Vallat
2015-03-30#if 0 various unused definitions.Miod Vallat
2014-12-23convert nointr pool_init argument to pr_waitokTed Unangst
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-13bzero -> memsetTed Unangst
2014-06-10KNFMark Kettenis
2014-04-13compress code by turning four line comments into one line comments.Ted Unangst
2014-02-04reduce the length of some pool names. ok deraadt guenther mpiTed Unangst
2012-07-18comment typo; s/lineair/linear/Matthew Dempsky
2012-06-06Fix address-space randomization that was accidentally disabled inMatthew Dempsky
2012-04-11vmmap: speed up allocationsAriane van der Steldt
2012-03-15Reduce installmedia pressure from new vmmap.Ariane van der Steldt
2012-03-09New vmmap implementation.Ariane van der Steldt