sobomax     2006-01-10 00:52:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             imgact_elf.c 
  Log:
  MFC: allow execution of ET_DYN elf binaries (aka shared libraries) when
  emulating architectures that allow this (Linux so far).
  
  To preserve kernel modules ABI, unlike the version commited into the trunk,
  which adds new flag field into Brandinfo structure for this purpose, this
  one checks if brand field of Brandinfo matches ELFOSABI_LINUX.
  
  PR:             kern/87615
  Submitted by:   Marcin Koziej <[EMAIL PROTECTED]>
  
  Revision   Changes    Path
  1.162.2.2  +9 -1      src/sys/kern/imgact_elf.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to