From owner-cvs-all Tue Oct 24 12:54:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC5B537B479; Tue, 24 Oct 2000 12:54:38 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47177; Tue, 24 Oct 2000 12:54:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200010241954.MAA47177@freefall.freebsd.org> From: Doug Rabson Date: Tue, 24 Oct 2000 12:54:38 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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