cvs commit: src/sys/kern link_aout.c link_elf.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 13 14:02:50 PST 2003


dillon      2003/11/13 14:02:42 PST

DragonFly src repository

  Modified files:
    sys/kern             link_aout.c link_elf.c 
  Log:
  Refuse to load dependancies from the root filesystem during early boot when
  the root filesystem hasn't been mounted yet.  This prevents a panic when
  the boot loader does not properly load module dependancies.
  
  Revision  Changes    Path
  1.9       +6 -0      src/sys/kern/link_aout.c
  1.9       +5 -0      src/sys/kern/link_elf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/link_aout.c.diff?r1=1.8&r2=1.9&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/link_elf.c.diff?r1=1.8&r2=1.9&f=h





More information about the Commits mailing list