Deleted Added
full compact
procfs_regs.c (73906) procfs_regs.c (74914)
1/*
2 * Copyright (c) 1993 Jan-Simon Pendry
3 * Copyright (c) 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Jan-Simon Pendry.
8 *

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

32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)procfs_regs.c 8.4 (Berkeley) 6/15/94
38 *
39 * From:
1/*
2 * Copyright (c) 1993 Jan-Simon Pendry
3 * Copyright (c) 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Jan-Simon Pendry.
8 *

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

32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)procfs_regs.c 8.4 (Berkeley) 6/15/94
38 *
39 * From:
40 * $FreeBSD: head/sys/fs/procfs/procfs_regs.c 73906 2001-03-07 02:07:56Z jhb $
40 * $FreeBSD: head/sys/fs/procfs/procfs_regs.c 74914 2001-03-28 09:17:56Z jhb $
41 */
42
43#include <sys/param.h>
44#include <sys/proc.h>
45#include <sys/vnode.h>
41 */
42
43#include <sys/param.h>
44#include <sys/proc.h>
45#include <sys/vnode.h>
46#include <sys/systm.h>
46#include <machine/reg.h>
47#include <miscfs/procfs/procfs.h>
48#include <vm/vm.h>
49#include <vm/vm_extern.h>
50
51int
52procfs_doregs(curp, p, pfs, uio)
53 struct proc *curp;

--- 50 unchanged lines hidden ---
47#include <machine/reg.h>
48#include <miscfs/procfs/procfs.h>
49#include <vm/vm.h>
50#include <vm/vm_extern.h>
51
52int
53procfs_doregs(curp, p, pfs, uio)
54 struct proc *curp;

--- 50 unchanged lines hidden ---