Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2007 18:24:44 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/ia32 ia32_sysvec.c src/sys/kern imgact_elf.c kern_descrip.c kern_exec.c kern_resource.c src/sys/sys sysent.h
Message-ID:  <200705231824.l4NIOir9035170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-05-23 18:24:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/linux32    linux32_sysvec.c 
    sys/compat/ia32      ia32_sysvec.c 
    sys/kern             imgact_elf.c kern_descrip.c kern_exec.c 
                         kern_resource.c 
    sys/sys              sysent.h 
  Log:
  MFC: Rework the support used by ABIs to override resource limits so that
  a 64-bit process exec'd by a 32-bit process doesn't end up with 32-bit
  limits.
  
  This doesn't break the ABI as neither of the 32-bit ABIs (COMPAT_LINUX32
  and COMPAT_IA32) are buildable as modules on 6.x/amd64 and none of the
  other ABIs use this hook.
  
  Revision    Changes    Path
  1.7.2.5     +28 -35    src/sys/amd64/linux32/linux32_sysvec.c
  1.20.2.1    +28 -31    src/sys/compat/ia32/ia32_sysvec.c
  1.162.2.4   +1 -1      src/sys/kern/imgact_elf.c
  1.279.2.11  +2 -4      src/sys/kern/kern_descrip.c
  1.275.2.7   +0 -9      src/sys/kern/kern_exec.c
  1.148.2.2   +4 -6      src/sys/kern/kern_resource.c
  1.45.2.2    +2 -1      src/sys/sys/sysent.h



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