Date: Sun, 18 Feb 2001 20:15:59 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/alpha/include cpu.h src/sys/i386/i386 trap.c src/sys/i386/include cpu.h src/sys/kern kern_clock.c src/sys/sys proc.h Message-ID: <200102190415.f1J4Fx044984@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2001/02/18 20:15:59 PST
Modified files:
sys/alpha/alpha trap.c
sys/alpha/include cpu.h
sys/i386/i386 trap.c
sys/i386/include cpu.h
sys/kern kern_clock.c
sys/sys proc.h
Log:
Changed the aston() family to operate on a specified process instead of
always on curproc. This is needed to implement signal delivery properly
(see a future log message for kern_sig.c).
Debogotified the definition of aston(). aston() was defined in terms
of signotify() (perhaps because only the latter already operated on
a specified process), but aston() is the primitive.
Similar changes are needed in the ia64 versions of cpu.h and trap.c.
I didn't make them because the ia64 is missing the prerequisite changes
to make astpending and need_resched per-process and those changes are
too large to make without testing.
Revision Changes Path
1.48 +3 -3 src/sys/alpha/alpha/trap.c
1.26 +2 -2 src/sys/alpha/include/cpu.h
1.176 +3 -3 src/sys/i386/i386/trap.c
1.60 +2 -2 src/sys/i386/include/cpu.h
1.122 +3 -3 src/sys/kern/kern_clock.c
1.150 +12 -8 src/sys/sys/proc.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?200102190415.f1J4Fx044984>
