Date: Tue, 14 Dec 1999 14:35:37 -0800 (PST) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 Makefile exec_ecoff.h imgact_osf1.c osf1.h osf1_ioctl.c osf1_misc.c osf1_mount.c osf1_signal.c osf1_signal.h osf1_sysvec.c osf1_util.h syscalls.conf syscalls.master src/sys/modules/osf1 Makefile osf1.8 osf1.sh Message-ID: <199912142235.OAA19083@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 1999/12/14 14:35:36 PST
Added files:
sys/alpha/osf1 Makefile exec_ecoff.h imgact_osf1.c
osf1.h osf1_ioctl.c osf1_misc.c
osf1_mount.c osf1_signal.c osf1_signal.h
osf1_sysvec.c osf1_util.h syscalls.conf
syscalls.master
sys/modules/osf1 Makefile osf1.8 osf1.sh
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912142235.OAA19083>
