diff options
author | 2001-08-11 10:57:22 +0000 | |
---|---|---|
committer | 2001-08-11 10:57:22 +0000 | |
commit | b1990b045113a9861314b04707bfa64ba1a79ebf (patch) | |
tree | 2bfcf4ac308cdf375172c0c84f486ed8d0415abf /sys/uvm/uvm_io.c | |
parent | Check socket >= 0. We should also be going through the list of cloned (diff) | |
download | wireguard-openbsd-b1990b045113a9861314b04707bfa64ba1a79ebf.tar.xz wireguard-openbsd-b1990b045113a9861314b04707bfa64ba1a79ebf.zip |
Various random fixes from NetBSD.
Including support for zeroing pages in the idle loop (not enabled yet).
Diffstat (limited to 'sys/uvm/uvm_io.c')
-rw-r--r-- | sys/uvm/uvm_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_io.c b/sys/uvm/uvm_io.c index d739d7557e1..78d20788a57 100644 --- a/sys/uvm/uvm_io.c +++ b/sys/uvm/uvm_io.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_io.c,v 1.5 2001/01/29 02:07:45 niklas Exp $ */ -/* $NetBSD: uvm_io.c,v 1.8 1999/03/25 18:48:51 mrg Exp $ */ +/* $OpenBSD: uvm_io.c,v 1.6 2001/08/11 10:57:22 art Exp $ */ +/* $NetBSD: uvm_io.c,v 1.10 2000/06/02 12:02:44 pk Exp $ */ /* * |