Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2005 21:18:07 +0000 (UTC)
From:      Paul Saab <ps@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 kern_exec.c kern_resource.c src/sys/sys sysent.h
Message-ID:  <200511022118.jA2LI7nD015931@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-11-02 21:18:07 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux32_sysvec.c 
    sys/compat/ia32      ia32_sysvec.c 
    sys/kern             kern_exec.c kern_resource.c 
    sys/sys              sysent.h 
  Log:
  Calling setrlimit from 32bit apps could potentially increase certain
  limits beyond what should be capiable in a 32bit process, so we
  must fixup the limits.
  
  Reviewed by:    jhb
  
  Revision  Changes    Path
  1.12      +2 -3      src/sys/amd64/linux32/linux32_sysvec.c
  1.21      +2 -3      src/sys/compat/ia32/ia32_sysvec.c
  1.283     +1 -1      src/sys/kern/kern_exec.c
  1.150     +7 -0      src/sys/kern/kern_resource.c
  1.47      +2 -1      src/sys/sys/sysent.h



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