ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 28 Apr 2019 09:25:11 +0000 (11:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 28 Apr 2019 09:25:11 +0000 (11:25 +0200)
commit93f0b39a0712f3247349f1590757484ca18e725e
tree77702402cb3af3a2355f3fb390c4e13cefff8832
parent57e1b0ad5ebd77705841fbcd01a79f2552fbab8e
ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE

function                                             old     new   delta
limits_tbl                                           104     120     +16
ulimit_opt_string                                     44      50      +6
limit_chars                                           14      16      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 24/0)               Total: 24 bytes
   text    data     bss     dec     hex filename
 981996     485    7296  989777   f1a51 busybox_old
 982065     485    7296  989846   f1a96 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/shell_common.c