Deleted Added
sdiff udiff text old ( 15533 ) new ( 17141 )
full compact
1/*-
2 * Copyright (c) 1989, 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software developed by the Computer Systems
6 * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
7 * BG 91-66 and contributed to Berkeley.
8 *

--- 34 unchanged lines hidden (view full) ---

43 * i386 machine dependent routines for kvm. Hopefully, the forthcoming
44 * vm code will one day obsolete this module.
45 */
46
47#include <sys/param.h>
48#include <sys/user.h>
49#include <sys/proc.h>
50#include <sys/stat.h>
51#include <stdlib.h>
52#include <unistd.h>
53#include <nlist.h>
54#include <kvm.h>
55
56#include <vm/vm.h>
57#include <vm/vm_param.h>
58
59#include <limits.h>

--- 77 unchanged lines hidden ---