Date: Tue, 24 Oct 2000 12:54:38 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 clock.c exception.s genassym.c interrupt.c locore.s machdep.c src/sys/ia64/include atomic.h frame.h ia64_cpu.h mutex.h signal.h ucontext.h Message-ID: <200010241954.MAA47177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2000/10/24 12:54:38 PDT
Modified files:
sys/ia64/ia64 clock.c exception.s genassym.c
interrupt.c locore.s machdep.c
sys/ia64/include atomic.h frame.h ia64_cpu.h mutex.h
signal.h ucontext.h
Log:
* Various fixes to breakage introduced by the atomic and mutex reorgs.
* Fixes to the signal delivery code. Not quite right yet.
I would have preferred to wait until I have signal delivery actually
working but the current kernel in CVS doesn't build.
Revision Changes Path
1.7 +6 -9 src/sys/ia64/ia64/clock.c
1.11 +24 -11 src/sys/ia64/ia64/exception.s
1.7 +7 -1 src/sys/ia64/ia64/genassym.c
1.4 +2 -2 src/sys/ia64/ia64/interrupt.c
1.5 +8 -5 src/sys/ia64/ia64/locore.s
1.10 +68 -29 src/sys/ia64/ia64/machdep.c
1.4 +22 -10 src/sys/ia64/include/atomic.h
1.3 +4 -6 src/sys/ia64/include/frame.h
1.6 +5 -1 src/sys/ia64/include/ia64_cpu.h
1.6 +4 -4 src/sys/ia64/include/mutex.h
1.3 +3 -2 src/sys/ia64/include/signal.h
1.2 +2 -4 src/sys/ia64/include/ucontext.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?200010241954.MAA47177>
