Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2001 05:39:15 -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 genassym.c locore.s machdep.c src/sys/ia64/include bootinfo.h src/sys/conf Makefile.ia64
Message-ID:  <200109131239.f8DCdFC69786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2001/09/13 05:39:15 PDT

  Modified files:
    sys/ia64/ia64        clock.c genassym.c locore.s machdep.c 
    sys/ia64/include     bootinfo.h 
    sys/conf             Makefile.ia64 
  Log:
  * Enable dynamically linked kernel. This involves adding a self-relocator
    to locore to process the @fptr relocations in the dynamic executable.
  * Don't initialise the timer until *after* we install the timecounter to
    avoid a race between timecounter initialisation and hardclock.
  * Tidy up bootinfo somewhat including adding sanity checks for when the
    kernel is loaded without a recognisable bootinfo.
  
  Revision  Changes    Path
  1.9       +4 -3      src/sys/ia64/ia64/clock.c
  1.15      +13 -1     src/sys/ia64/ia64/genassym.c
  1.10      +133 -1    src/sys/ia64/ia64/locore.s
  1.46      +16 -71    src/sys/ia64/ia64/machdep.c
  1.3       +6 -2      src/sys/ia64/include/bootinfo.h
  1.34      +2 -2      src/sys/conf/Makefile.ia64


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?200109131239.f8DCdFC69786>