Ok here is the mvme88k userland, minus a few important pieces.
authorrahnds <rahnds@openbsd.org>
Tue, 25 Mar 1997 17:06:34 +0000 (17:06 +0000)
committerrahnds <rahnds@openbsd.org>
Tue, 25 Mar 1997 17:06:34 +0000 (17:06 +0000)
commit7f7ae0fd385af19d2c0439d121453b7fd9e658d1
treeb0b681268678323dfc5bf8e3a7cdbf94b3e819af
parent20cc22326e1688920271d097887fac9ed5efc618
Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++
do not work.
If anyone wants to step forward and take over the mvme88k port please do.
It was dumped on me when the original developer, Nivas, left his previous
job and started a new one.

I am trying to get the port in a shape that someone could take over.
61 files changed:
etc/etc.mvme88k/MAKEDEV [new file with mode: 0644]
etc/etc.mvme88k/Makefile.inc [new file with mode: 0644]
etc/etc.mvme88k/disktab [new file with mode: 0644]
etc/etc.mvme88k/fstab.nfs [new file with mode: 0644]
etc/etc.mvme88k/ttys [new file with mode: 0644]
lib/Makefile
lib/csu/mvme88k/Makefile [new file with mode: 0644]
lib/csu/mvme88k/crt0.c [new file with mode: 0644]
lib/libc/arch/mvme88k/DEFS.h [new file with mode: 0644]
lib/libc/arch/mvme88k/Makefile.inc [new file with mode: 0644]
lib/libc/arch/mvme88k/SYS.h [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/Makefile.inc [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/_setjmp.S [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fabs.S [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/flt_rounds.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpgetmask.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpgetround.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpgetsticky.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpsetmask.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpsetround.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/fpsetsticky.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/frexp.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/infinity.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/isinf.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/isnan.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/ldexp.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/modf.c [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/setjmp.S [new file with mode: 0644]
lib/libc/arch/mvme88k/gen/sigsetjmp.S [new file with mode: 0644]
lib/libc/arch/mvme88k/net/Makefile.inc [new file with mode: 0644]
lib/libc/arch/mvme88k/net/htonl.S [new file with mode: 0644]
lib/libc/arch/mvme88k/net/htons.S [new file with mode: 0644]
lib/libc/arch/mvme88k/net/ntohl.S [new file with mode: 0644]
lib/libc/arch/mvme88k/net/ntohs.S [new file with mode: 0644]
lib/libc/arch/mvme88k/string/Makefile.inc [new file with mode: 0644]
lib/libc/arch/mvme88k/string/strchr.c [new file with mode: 0644]
lib/libc/arch/mvme88k/string/strrchr.c [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/Ovfork.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/brk.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/cerror.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/exect.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/fork.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/pipe.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/ptrace.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/reboot.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/sbrk.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/setlogin.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/sigpending.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/sigprocmask.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/sigreturn.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/sigsuspend.S [new file with mode: 0644]
lib/libc/arch/mvme88k/sys/syscall.S [new file with mode: 0644]
lib/libc/rpc/xdr_float.c
lib/libc/stdlib/strtod.c
lib/libkvm/kvm_mvme88k.c [new file with mode: 0644]
lib/libm/Makefile
sys/arch/mvme88k/compile/.cvsignore
sys/arch/mvme88k/include/asm.h
sys/arch/mvme88k/include/profile.h
sys/ddb/db_run.c
usr.bin/xlint/lint1/param.h