Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys adding subset of procctl support for FreeBSD. #2164

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devnexen
Copy link
Contributor

@devnexen devnexen commented Oct 7, 2023

  • Using the PROC_TRACE_CTL ability to enable/disable process tracing.
  • Using the PROC_PDEATHSIG_CTL ability to deliver a signal on parent process exit.

- Using the PROC_TRACE_CTL ability to enable/disable process tracing.
- Using the PROC_PDEATHSIG_CTL ability to deliver a signal on parent
  process exit.
@devnexen devnexen marked this pull request as ready for review October 7, 2023 21:56
Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why we are not binding the procctl(2)?

And this syscall is also available on DragonFlyBSD, we can use #[cfg(freebsdlike)] here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants