Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 02:12:27 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern imgact_elf.c
Message-ID:  <200601100212.k0A2CRfE099451@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2006-01-10 02:12:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    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 <creep@desk.pl>
  
  Revision   Changes    Path
  1.155.2.1  +9 -1      src/sys/kern/imgact_elf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601100212.k0A2CRfE099451>