Drop special handling of SIGSYS.
authorcheloha <cheloha@openbsd.org>
Fri, 24 Aug 2018 18:36:56 +0000 (18:36 +0000)
committercheloha <cheloha@openbsd.org>
Fri, 24 Aug 2018 18:36:56 +0000 (18:36 +0000)
commit9a190421759999d2a1042bf36272e46673356e33
treefc3c6044e5f6f4cdbb2e19a991729aa4ce861046
parent307759ee4c8d98d4647f86f8ff8b8f7b7fbf3a68
Drop special handling of SIGSYS.

Tolerance for up to 25 SIGSYS deliveries was added to init(8) soon after
the addition of sysctl(2) at CSRG, presumably to ease the transition to
the new ABI.

After 25 years of work the ABI transition is finally complete and we can
now safely remove this splint.

In general, we now have better practices and methods for helping userspace
across kernel ABI breaks.

ok deraadt@
sbin/init/init.c