cvs commit: src/sys/machine/vkernel/i386 cpu_regs.c src/sys/machine/vkernel/platform init.c machintr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jan 11 02:13:58 PST 2007
dillon 2007/01/11 02:08:25 PST
DragonFly src repository
Modified files:
sys/machine/vkernel/i386 cpu_regs.c
sys/machine/vkernel/platform init.c machintr.c
Log:
Properly block SIGALARM and disable interrupts (i.e. signals) in init
so clock reloads occuring prior to the installation of the clock interrupt
(i.e. itimer) do not cause the program to abort.
Revision Changes Path
1.8 +1 -1 src/sys/machine/vkernel/i386/cpu_regs.c
1.21 +1 -0 src/sys/machine/vkernel/platform/init.c
1.9 +1 -1 src/sys/machine/vkernel/platform/machintr.c
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/i386/cpu_regs.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/init.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/machintr.c.diff?r1=1.8&r2=1.9&f=u
More information about the Commits
mailing list