diff options
author | 2001-11-06 13:36:52 +0000 | |
---|---|---|
committer | 2001-11-06 13:36:52 +0000 | |
commit | 9956d4a25eb366a54aabff59408c906841a66eca (patch) | |
tree | 7fdeb3057159a7c5a1a4d15c06d65a2cd9938a4f /sys/uvm/uvm_glue.c | |
parent | Use #defines for skip step values. From dgregor@net.ohio-state.edu. (diff) | |
download | wireguard-openbsd-9956d4a25eb366a54aabff59408c906841a66eca.tar.xz wireguard-openbsd-9956d4a25eb366a54aabff59408c906841a66eca.zip |
More sync to NetBSD.
- Use malloc/free instead of MALLOC/FREE for variable sized allocations.
- Move the memory inheritance code to sys/mman.h and rename from VM_* to MAP_*
- various cleanups and simplifications.
Diffstat (limited to 'sys/uvm/uvm_glue.c')
-rw-r--r-- | sys/uvm/uvm_glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index 71c28281e64..ba10fa92b50 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,5 +1,5 @@ -/* $OpenBSD: uvm_glue.c,v 1.22 2001/11/06 01:35:04 art Exp $ */ -/* $NetBSD: uvm_glue.c,v 1.38 2000/06/27 17:29:22 mrg Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.23 2001/11/06 13:36:52 art Exp $ */ +/* $NetBSD: uvm_glue.c,v 1.40 2000/08/21 02:29:32 thorpej Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. |