index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_extent.c
Age
Commit message (
Expand
)
Author
2002-12-08
compile non-DIAGNOSTIC kernels
Theo de Raadt
2002-12-08
- Use LIST_ macros.
Artur Grabowski
2002-06-28
Use %b and print the bitmask of the flags in the debugging message for the ex...
Jason Wright
2002-06-11
splvm, not splimp.
Artur Grabowski
2002-03-21
Two patches from NetBSD:
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2001-08-06
Use pool to allocate extent region descriptors.
Artur Grabowski
2001-07-26
In extent_destroy, remove the extent from the list of
Artur Grabowski
2001-07-05
Get rid of the wrapper macros around extent_alloc*1
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-05-08
correct 1 printf.
Federico G. Schwindt
2001-05-08
In extent_alloc_subregion1, be sure that the region returned don't run
Federico G. Schwindt
2001-01-17
do not call extent_print() unless DDB || DIAGNOSTIC
Theo de Raadt
2001-01-15
update from netbsd:
Jason Wright
2000-09-20
Off by one in a validity check
Niklas Hallqvist
2000-03-15
prevent overflow in a diagnostic check; art@ ok
Michael Shalayeff
2000-02-15
Add another argument to extent_alloc_subregion to allow specifing an offset
Artur Grabowski
1999-02-17
Always check that the start of our candidate region is within the
Federico G. Schwindt
1999-01-11
Adhere better to DIAGNOSTIC and DDB options
Niklas Hallqvist
1998-10-01
Fix a serious bug in extent_alloc_subregion where the subregion start
Federico G. Schwindt
1998-02-25
Add command to print out extents. This helps in debugging PnP stuff,
Tobias Weingartner
1997-07-12
Add some more extent stuff, in preperation of PnP. Huh? Did I
Tobias Weingartner
1996-12-09
Import extent manager from NetBSD
Niklas Hallqvist
1996-08-07
tiny extent manager by shawn
Theo de Raadt