From owner-cvs-all Wed Aug 25 4:19:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D29815A03; Wed, 25 Aug 1999 04:19:21 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32253; Wed, 25 Aug 1999 04:19:04 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199908251119.EAA32253@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 25 Aug 1999 04:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_dummy.c linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/08/25 04:19:04 PDT Modified files: sys/i386/linux linux.h linux_dummy.c linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c Log: Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we always know if and when an unimplemented or obsoleted syscall is being used. Make the message more end-user friendly. And as long as we're here, rename some unimplemeted syscalls (linux_phys -> linux_umount2, linux_vm86 -> linux_vm86old, linux_new_vm86 -> linux_vm86). Change prototype for linux_newuname from `struct linux_newuname_t *' into `struct linux_new_utsname *'. This change is reflected in linux.h and linux_misc.c. Revision Changes Path 1.35 +10 -1 src/sys/i386/linux/linux.h 1.11 +33 -4 src/sys/i386/linux/linux_dummy.c 1.66 +14 -28 src/sys/i386/linux/linux_misc.c 1.24 +126 -8 src/sys/i386/linux/linux_proto.h 1.20 +31 -3 src/sys/i386/linux/linux_syscall.h 1.25 +33 -33 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message