commit | 5b41535aac0c07135ff6a4c5c2ae115d1c20c0bc | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Mar 24 16:11:29 2010 +0100 |
committer | Jiri Slaby <jirislaby@gmail.com> | Fri Jul 16 09:48:48 2010 +0200 |
tree | f8db7ec9e07d33aa2af061b49895a0baebafd4cc | |
parent | 6a1d5e2c85d06da35cdfd93f1a27675bfdc3ad8c [diff] |
rlimits: redo do_setrlimit to more generic do_prlimit It now allows also reading of limits. I.e. all read and writes will later use this function. It takes two parameters, new and old limits which can be both NULL. If new is non-NULL, the value in it is set to rlimits. If old is non-NULL, current rlimits are stored there. If both are non-NULL, old are stored prior to setting the new ones, atomically. (Similar to sigaction.) Signed-off-by: Jiri Slaby <jslaby@suse.cz>