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
Paul Saab
ps at FreeBSD.org
Wed Nov 2 13:18:08 PST 2005
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
More information about the cvs-all
mailing list