Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 5235 Build 5384: CI src build Jenkins
Event Timeline
Possible enhancements include being able to set this on a per-process basis, and allowing other than SIGTRAP, but this solves my immediate use case.
Add procctl(2) knob to enable trapping behavior only for subtree.
Treat ECAPMODE same as ENOTCAPABLE.
sys/kern/subr_syscall.c | ||
---|---|---|
182 | ksi.ksi_errno = error1;? |
Why this line, I don't think it is actually needed