CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/31 19:07:34
Modified files:
sys/kern : kern_resource.c
Log message:
Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX.
Use limfree() instead of decrementing the reference counter directly.
ok kettenis@
