dyoung 64311e1f9d Introduce a couple of new constants, VMEM_ADDR_MIN (the least possible
address in a vmem(9) arena, 0) and VMEM_ADDR_MAX (the maximum possible
address, currently 0xFFFFFFFF).  Modify several boundary conditions so
that a vmem(9) arena can allocate ranges including VMEM_ADDR_MAX.
Update documentation and tests.

These changes pass the tests in sys/kern/subr_vmem.c.  To compile the
and run the test program, run "cd sys/kern/ && gcc -DVMEM_SANITY -o
subr_vmem ./subr_vmem.c && ./subr_vmem".
2011-08-23 22:00:57 +00:00
..
2011-08-18 02:26:38 +00:00
2011-08-18 02:19:20 +00:00
2011-08-23 16:16:43 +00:00
2011-08-22 00:33:16 +00:00
2011-08-23 12:55:50 +00:00
2011-08-12 22:09:36 +00:00
2011-08-21 14:20:34 +00:00
2011-08-14 12:37:09 +00:00