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

Edwin Groothuis edwin at FreeBSD.org
Tue Jul 8 23:51:48 UTC 2008


edwin       2008-07-08 23:51:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             link_elf.c link_elf_obj.c 
  Log:
  SVN rev 180374 on 2008-07-08 23:51:38Z by edwin
  
  Improve the output of kldload(8) to show which module can't be loaded.
  
  Was:            kldload: Unsupported file type
  Is now:         kldload: /boot/modules/test.ko: Unsupported file type
  
  PR:             kern/121276
  Submitted by:   Edwin Groothuis <edwin at mavetju.org>
  Approved by:    bde (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.98      +14 -11    src/sys/kern/link_elf.c
  1.101     +12 -9     src/sys/kern/link_elf_obj.c


More information about the cvs-src mailing list