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

John Baldwin jhb at FreeBSD.org
Wed May 23 18:24:44 UTC 2007


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


More information about the cvs-all mailing list