summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1999-07-06 16:36:15 +0000
committerperry <perry@NetBSD.org>1999-07-06 16:36:15 +0000
commiteeebdec53eadddf91374f34b32350f7ffe4d07a1 (patch)
tree3740809be475239ea62efd41c7b6194527a6a9ea /sys/dev/raidframe
parent76875808ab41e090195353a3feb2d02133f49bd5 (diff)
Clean up this mess a lot. I believe we still have the following
issues (at least): 1) sbrk is defined as returning char *, which violates XPG 2) I'm not clear on what happens if you try to sbrk() on a negative incr that is less than the page size. I'm guessing "nothing", but we should document this behavior. 3) XPG says some interesting things about whether new pages are guaranteed zeroed. We say nothing about this. We should document our behavior. 4) It isn't clear if *we* guarantee that malloc and sbrk can be mixed in our API (I've documented that it isn't universally portable.) We really should clean these up, too.
Diffstat (limited to 'sys/dev/raidframe')
0 files changed, 0 insertions, 0 deletions