Date: Thu, 7 Aug 2003 00:52:39 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include ucontext.h Message-ID: <200308070752.h777qdhU055148@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/08/07 00:52:39 PDT FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c sys/ia64/include ucontext.h Log: Better define the flags in the mcontext_t and properly set the flags when we create contexts. The meaning of the flags are documented in <machine/ucontext.h>. I only list them here to help browsing the commit logs: _MC_FLAGS_ASYNC_CONTEXT _MC_FLAGS_HIGHFP_VALID _MC_FLAGS_KSE_SET_MBOX _MC_FLAGS_RETURN_VALID _MC_FLAGS_SCRATCH_VALID Yes, _MC_FLAGS_KSE_SET_MBOX is a hack and I'm proud of it :-) Revision Changes Path 1.148 +69 -33 src/sys/ia64/ia64/machdep.c 1.5 +52 -2 src/sys/ia64/include/ucontext.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308070752.h777qdhU055148>