aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/range.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename cbstest.c to fbmtest.c (free block management test) and generalize it ...Gareth Rees2013-06-021-2/+3
* Use range objects in the cbs interface instead of base, limit pairs. the idea...Gareth Rees2013-05-311-0/+16
* Fix review comments from <https://info.ravenbrook.com/mail/2013/05/28/22-21-1...Gareth Rees2013-05-291-6/+4
* Ensure the emergency branch compiles and runs on lii6gc:Gareth Rees2013-05-231-0/+2
* New function rangeisaligned; add avert to other range functions.Gareth Rees2013-05-221-1/+10
* Follow rules in design/sig.Gareth Rees2013-05-211-2/+2
* Range design.Gareth Rees2013-05-211-0/+2
* Add function versions of range{base,limit,size} macros: these can be useful w...Gareth Rees2013-05-211-0/+12
* New module range handles common operations on address ranges.Gareth Rees2013-05-201-0/+112