Date: Wed, 25 Aug 1999 04:19:04 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> 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 Message-ID: <199908251119.EAA32253@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908251119.EAA32253>