diff options
author | 2011-07-06 19:50:38 +0000 | |
---|---|---|
committer | 2011-07-06 19:50:38 +0000 | |
commit | 90ee2fe00cacb0788d40dd0721f23f6d7219d808 (patch) | |
tree | 56d17cb453bf6b5deae41b057a02d8039ea8322e /lib/libc/stdio/vfprintf.c | |
parent | Add a regression test for file descriptor passing with UNIX sockets. (diff) | |
download | wireguard-openbsd-90ee2fe00cacb0788d40dd0721f23f6d7219d808.tar.xz wireguard-openbsd-90ee2fe00cacb0788d40dd0721f23f6d7219d808.zip |
uvm changes for buffer cache improvements.
1) Make the pagedaemon aware of the memory ranges and size of allocations
where memory is being requested, and pass this information on to
bufbackoff(), which will later (not yet) be used to ensure that the
buffer cache gets out of the way in the right area of memory.
Note that this commit does not yet make it *do* that - as currently
the buffer cache is all in dma-able memory and it will simply back
off.
2) Add uvm_pagerealloc_multi - to be used by the buffer cache code
for reallocating pages to particular regions.
much of this work by ariane, with smatterings of me, art,and oga
ok oga@, thib@, ariane@, deraadt@
Diffstat (limited to 'lib/libc/stdio/vfprintf.c')
0 files changed, 0 insertions, 0 deletions