Date: Thu, 2 Sep 1999 13:59:50 -0700 (PDT) From: Luoqi Chen <luoqi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c vm86.c src/sys/i386/include sysarch.h vm86.h Message-ID: <199909022059.NAA73289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
luoqi 1999/09/02 13:59:50 PDT Modified files: sys/i386/i386 sys_machdep.c vm86.c sys/i386/include sysarch.h vm86.h Log: Some reorganization of sysarch() interface: 1. Move definitions of struct i386_*_args to the header file sysarch.h, since they are part of the sysarch API. struct i386_get_ldt_args and i386_set_ldt_args were identical, therefore make them into one struct i386_ldt_args. Libc should use these definitions as well. 2. Return a more sensible EOPNOTSUPP for unknown operations. Reviewed by: marcel Revision Changes Path 1.44 +11 -32 src/sys/i386/i386/sys_machdep.c 1.29 +2 -1 src/sys/i386/i386/vm86.c 1.12 +18 -1 src/sys/i386/include/sysarch.h 1.13 +1 -6 src/sys/i386/include/vm86.h 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?199909022059.NAA73289>