From owner-cvs-all Wed Aug 25 4:19:14 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 4FF2115099; Wed, 25 Aug 1999 04:19:08 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32059; Wed, 25 Aug 1999 04:17:38 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199908251117.EAA32059@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 25 Aug 1999 04:17:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/08/25 04:17:37 PDT Modified files: sys/i386/linux syscalls.master 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. Lastly, make line-continuation and indentation more uniform. Revision Changes Path 1.23 +87 -86 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message