Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In extent_alloc_subregion1, be sure that the region returned don't run | 2001-05-08 | 1 | -1/+8 | ||
| | | | | past the end of the subregion; art@ok, deraadt@ok. | |||||
* | do not call extent_print() unless DDB || DIAGNOSTIC | 2001-01-17 | 1 | -1/+3 | ||
| | ||||||
* | update from netbsd: | 2001-01-15 | 1 | -73/+124 | ||
| | | | | several fixes with regards to boundary cases and other fixes | |||||
* | Off by one in a validity check | 2000-09-20 | 1 | -2/+2 | ||
| | ||||||
* | prevent overflow in a diagnostic check; art@ ok | 2000-03-15 | 1 | -2/+2 | ||
| | ||||||
* | Add another argument to extent_alloc_subregion to allow specifing an offset | 2000-02-15 | 1 | -8/+9 | ||
| | | | | | | to the alignment. rename the function to extent_alloc_subregion1 and add compatibility macros. From NetBSD. | |||||
* | Always check that the start of our candidate region is within the | 1999-02-17 | 1 | -1/+8 | ||
| | | | | bounds of "substart" and "subend". | |||||
* | Adhere better to DIAGNOSTIC and DDB options | 1999-01-11 | 1 | -2/+7 | ||
| | ||||||
* | Fix a serious bug in extent_alloc_subregion where the subregion start | 1998-10-01 | 1 | -1/+20 | ||
| | | | | was ignored. This fix some problems in the pcmcia framework. | |||||
* | Add command to print out extents. This helps in debugging PnP stuff, | 1998-02-25 | 1 | -3/+9 | ||
| | | | | and "it's just plain cool". | |||||
* | Add some more extent stuff, in preperation of PnP. Huh? Did I | 1997-07-12 | 1 | -1/+62 | ||
| | | | | | | | | 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... ;-) | |||||
* | Import extent manager from NetBSD | 1996-12-09 | 1 | -61/+908 | ||
| | ||||||
* | tiny extent manager by shawn | 1996-08-07 | 1 | -0/+100 | ||