summaryrefslogtreecommitdiff
path: root/sys/kern/subr_extent.c
AgeCommit message (Collapse)Author
1999-02-17Always check that the start of our candidate region is within theFederico G. Schwindt
bounds of "substart" and "subend".
1999-01-11Adhere better to DIAGNOSTIC and DDB optionsNiklas Hallqvist
1998-10-01Fix a serious bug in extent_alloc_subregion where the subregion startFederico G. Schwindt
was ignored. This fix some problems in the pcmcia framework.
1998-02-25Add command to print out extents. This helps in debugging PnP stuff,Tobias Weingartner
and "it's just plain cool".
1997-07-12Add some more extent stuff, in preperation of PnP. Huh? Did ITobias Weingartner
say PnP? Anyways, this stuff just adds the ability to register the extents on creation, etc, etc... Someone needs to add a DDB command "show extent", to make this really usefull... ;-)
1996-12-09Import extent manager from NetBSDNiklas Hallqvist
1996-08-07tiny extent manager by shawnTheo de Raadt