summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_user.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-08-23 08:13:22 +0000
committerart <art@openbsd.org>1999-08-23 08:13:22 +0000
commit8a42ed706b29d98dfee46fb40c3c04be602d39df (patch)
tree1e9c1dd553005b4473fc122b361396be92daba4d /sys/uvm/uvm_user.c
parentvm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_t (diff)
downloadwireguard-openbsd-8a42ed706b29d98dfee46fb40c3c04be602d39df.tar.xz
wireguard-openbsd-8a42ed706b29d98dfee46fb40c3c04be602d39df.zip
sync with NetBSD from 1999.05.24 (there is a reason for this date)
Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions.
Diffstat (limited to 'sys/uvm/uvm_user.c')
-rw-r--r--sys/uvm/uvm_user.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/uvm/uvm_user.c b/sys/uvm/uvm_user.c
index 20684440ec6..4509395c704 100644
--- a/sys/uvm/uvm_user.c
+++ b/sys/uvm/uvm_user.c
@@ -1,11 +1,6 @@
-/* $OpenBSD: uvm_user.c,v 1.2 1999/02/26 05:32:08 art Exp $ */
/* $NetBSD: uvm_user.c,v 1.6 1998/10/11 23:18:21 chuck Exp $ */
/*
- * XXXCDC: "ROUGH DRAFT" QUALITY UVM PRE-RELEASE FILE!
- * >>>USE AT YOUR OWN RISK, WORK IS NOT FINISHED<<<
- */
-/*
*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
* All rights reserved.