3830 SIGQUEUE_MAX's limit of 32 is too low
commit5e989a96186a37eb528fb7bb4d28a150874ec799
authorDavid Höppner <0xffea@gmail.com>
Mon, 24 Jun 2013 12:51:44 +0000 (24 12:51 +0000)
committerRichard Lowe <richlowe@richlowe.net>
Fri, 27 Sep 2013 15:24:30 +0000 (27 11:24 -0400)
treeb14e350ba6c6f641c97c0015997076bf4d67f28f
parentb9476f453004695da12eaaff383ed9005e7a47c4
3830 SIGQUEUE_MAX's limit of 32 is too low
Reviewed by: Cedric Blancher <cedric.blancher@gmail.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Irek Szczesniak <iszczesniak@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
13 files changed:
usr/src/man/man5/resource_controls.5
usr/src/pkg/manifests/system-test-ostest.mf
usr/src/test/os-tests/runfiles/delphix.run
usr/src/test/os-tests/runfiles/openindiana.run
usr/src/test/os-tests/tests/Makefile
usr/src/test/os-tests/tests/sigqueue/Makefile [new file with mode: 0644]
usr/src/test/os-tests/tests/sigqueue/sigqueue_queue_size.c [new file with mode: 0644]
usr/src/test/test-runner/cmd/run.py
usr/src/uts/common/os/rctl_proc.c
usr/src/uts/common/os/sig.c
usr/src/uts/common/sys/signal.h
usr/src/uts/common/syscall/sigqueue.c
usr/src/uts/common/syscall/sysconfig.c