cvs commit: src/sys/alpha/alpha machdep.c src/sys/amd64/amd64
machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c
src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep.c
src/sys/sparc64/sparc64 machdep.c
Juli Mallett
jmallett at FreeBSD.org
Tue Jul 1 12:17:56 PDT 2003
* John Baldwin <jhb at FreeBSD.org> [ Date: 2003-07-01 ]
[ w.r.t. RE: cvs commit: src/sys/alpha/alpha machdep.c src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep
>
> On 28-Jun-2003 David Xu wrote:
> > davidxu 2003/06/27 23:34:08 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/alpha/alpha machdep.c
> > sys/amd64/amd64 machdep.c
> > sys/i386/i386 machdep.c
> > sys/ia64/ia64 machdep.c
> > sys/pc98/i386 machdep.c
> > sys/powerpc/powerpc machdep.c
> > sys/sparc64/sparc64 machdep.c
> > Log:
> > Add a machine depended function thread_siginfo, SA signal code
> > will use the function to construct a siginfo structure and use
> > the result to export to userland.
> >
> > Reviewed by: julian
>
> Perhaps call this cpu_thread_siginfo() to match the cpu_* naming
> convention for other MD functions?
Even then, it's overkill. A single MI-interface for an MD routine
that will fill in MD-only parts of a siginfo, or even just return the
MD parts (I think there's exactly one) for use by higher level would
be nice.
--
juli mallett. email: jmallett at freebsd.org; efnet: juli; aim: bsdflata;
i have lost my way home early - i don't care cause i won't stay there.
More information about the cvs-src
mailing list