summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_addr.c
AgeCommit message (Expand)Author
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