Details
Details
Diff Detail
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
Comment Actions
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.
Comment Actions
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;? |