From owner-cvs-sys Sat Jan 10 02:16:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA17899 for cvs-sys-outgoing; Sat, 10 Jan 1998 02:16:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA17484; Sat, 10 Jan 1998 02:13:43 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA05389; Sat, 10 Jan 1998 02:13:17 -0800 (PST) Date: Sat, 10 Jan 1998 02:13:17 -0800 (PST) Message-Id: <199801101013.CAA05389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include alpha_cpu.h ansi.h cpu.h endian.h frame.h intr.h limits.h param.h signal.h types.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 02:13:17 PST Added files: sys/alpha/include alpha_cpu.h ansi.h cpu.h endian.h frame.h intr.h limits.h param.h signal.h types.h Log: These are a few of the alpha machine dependent header files - the first referenced by the build of user-space libraries. These files were obtained from NetBSD (with ansi.h being modified to reflect the FreeBSD off_t and pid_t implementation).