head	1.4;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.34.1.10.1
	RELENG_6_4:1.2.34.1.0.10
	RELENG_6_4_BP:1.2.34.1
	RELENG_6_3_0_RELEASE:1.2.34.1
	RELENG_6_3:1.2.34.1.0.8
	RELENG_6_3_BP:1.2.34.1
	RELENG_6_2_0_RELEASE:1.2.34.1
	RELENG_6_2:1.2.34.1.0.6
	RELENG_6_2_BP:1.2.34.1
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.36
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2.34.1
	RELENG_6_1:1.2.34.1.0.4
	RELENG_6_1_BP:1.2.34.1
	RELENG_6_0_0_RELEASE:1.2.34.1
	RELENG_6_0:1.2.34.1.0.2
	RELENG_6_0_BP:1.2.34.1
	RELENG_6:1.2.0.34
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.32
	RELENG_5_4_BP:1.2
	RELENG_4_11_0_RELEASE:1.2
	RELENG_4_11:1.2.0.30
	RELENG_4_11_BP:1.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.28
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.26
	RELENG_5_BP:1.2
	RELENG_4_10_0_RELEASE:1.2
	RELENG_4_10:1.2.0.24
	RELENG_4_10_BP:1.2
	RELENG_5_2_1_RELEASE:1.2
	RELENG_5_2_0_RELEASE:1.2
	RELENG_5_2:1.2.0.22
	RELENG_5_2_BP:1.2
	RELENG_4_9_0_RELEASE:1.2
	RELENG_4_9:1.2.0.20
	RELENG_4_9_BP:1.2
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.18
	RELENG_5_1_BP:1.2
	RELENG_4_8_0_RELEASE:1.2
	RELENG_4_8:1.2.0.16
	RELENG_4_8_BP:1.2
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.14
	RELENG_5_0_BP:1.2
	RELENG_4_7_0_RELEASE:1.2
	RELENG_4_7:1.2.0.12
	RELENG_4_7_BP:1.2
	RELENG_4_6_2_RELEASE:1.2
	RELENG_4_6_1_RELEASE:1.2
	RELENG_4_6_0_RELEASE:1.2
	RELENG_4_6:1.2.0.10
	RELENG_4_6_BP:1.2
	RELENG_4_5_0_RELEASE:1.2
	RELENG_4_5:1.2.0.8
	RELENG_4_5_BP:1.2
	RELENG_4_4_0_RELEASE:1.2
	RELENG_4_4:1.2.0.6
	RELENG_4_4_BP:1.2
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2
	RELENG_4_3_0_RELEASE:1.2
	RELENG_4_3:1.2.0.4
	RELENG_4_3_BP:1.2
	RELENG_4_2_0_RELEASE:1.2
	RELENG_4_1_1_RELEASE:1.2
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.2
	RELENG_4_BP:1.2;
locks; strict;
comment	@# @;


1.4
date	2006.05.11.22.25.21;	author jhb;	state dead;
branches;
next	1.3;

1.3
date	2005.07.13.20.50.17;	author jhb;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.15.19.40.08;	author bde;	state Exp;
branches
	1.2.2.1
	1.2.34.1;
next	1.1;

1.1
date	99.12.14.22.35.31;	author gallatin;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.07.25.14;	author svnexp;	state Exp;
branches;
next	;

1.2.34.1
date	2005.07.18.19.54.49;	author jhb;	state Exp;
branches
	1.2.34.1.10.1;
next	1.2.34.2;

1.2.34.2
date	2012.11.17.07.42.18;	author svnexp;	state Exp;
branches;
next	;

1.2.34.1.10.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.4
log
@First pass at removing Alpha kernel support.
@
text
@# $FreeBSD: src/sys/alpha/osf1/Makefile,v 1.3 2005/07/13 20:50:17 jhb Exp $

# Makefile for syscall tables.

all:
	@@echo "make sysent only"

sysent:  osf1_sysent.c osf1_syscall.h osf1_proto.h

osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \
    syscalls.master syscalls.conf
	-mv -f osf1_sysent.c osf1_sysent.c.bak
	-mv -f osf1_syscall.h osf1_syscall.h.bak
	-mv -f osf1_proto.h osf1_proto.h.bak
	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
@


1.3
log
@Add a 'sysent' target that depends on the various files built from
syscalls.master for the master list and the Alpha/OSF1 compat ABI to be
consistent with all the other compat ABIs where 'make sysent' already
works.

MFC after:	3 days
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Don't clobber the sources when plain "make" is run.  Just print a message
as in all other Makefiles that create syscall files.

Fixed some style bugs.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/alpha/osf1/Makefile,v 1.1 1999/12/14 22:35:31 gallatin Exp $
d6 3
a8 1
	@@echo "make osf1_sysent.c only"
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/alpha/osf1/Makefile 56054 2000-01-15 19:40:08Z bde $
@


1.2.34.1
log
@MFC: Add 'sysent' target.

Approved by:	re (kensmith)
@
text
@d1 1
a1 1
# $FreeBSD$
d6 1
a6 3
	@@echo "make sysent only"

sysent:  osf1_sysent.c osf1_syscall.h osf1_proto.h
@


1.2.34.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/alpha/osf1/Makefile 148136 2005-07-18 19:54:49Z jhb $
@


1.2.34.1.10.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Finally add the Alpha OSF/1 compat code.  I will add it to the
sys/modules Makefile after completing a buildworld.

History:

The bulk of this code was obtained from NetBSD approximately one year
ago (I have taken care to preserve the original NetBSD copyrights and
I thank the authors for their work.) At that time, the OSF/1 code was
what was left over from their initial bootstrapping off of OSF/1 and
did not provide support for executing shared binaries.

I have independently added support for shared libraries, and support
for some of the more obscure system calls.  This code has been
available for testing and comment since January of 1999 and running on
production machines here at Duke since April.

Known working applications include:

- Netscape (all versions I've tried)
- Mathematica 3.0.2
- Splus 3.4
- ArcInfo 7.1
- Matlab (version unknown)
- SimOS
- Atom instrumented binaries (built on a real OSF/1 system)

Applications which are known not to work:

- All applications linking to libmach
- Adobe Acrobat  (uses libmach)

This has been tested with applications running against shared
libraries from OSF/1 (aka Tru64) 4.0D and 4.0F.

Reviewed by: marcel, obrien
BDE-lint by: obrien
Agreed in principal to by: msmith
@
text
@d1 1
a1 2
# $FreeBSD$
# Makefile for syscall tables
d3 4
a6 1
all: osf1_sysent.c
@

