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

add p_name field in kinfo_proc struct on OpenBSD #3126

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

semarie
Copy link
Contributor

@semarie semarie commented Feb 22, 2023

pthread_get_name_np() and pthread_set_name_np() are now using a kernel storage and could be viewed from outside the process.

Reference: openbsd/src@cef5a14

pthread_get_name_np() and pthread_set_name_np() are now using a kernel storage 
and could be viewed from outside the process.

Reference: openbsd/src@cef5a14
@rustbot
Copy link
Collaborator

rustbot commented Feb 22, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Thanks! @bors r+

@bors
Copy link
Contributor

bors commented Feb 22, 2023

📌 Commit 37c024d has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 22, 2023

⌛ Testing commit 37c024d with merge f536356...

@bors
Copy link
Contributor

bors commented Feb 22, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing f536356 to master...

@bors bors merged commit f536356 into rust-lang:master Feb 22, 2023
@semarie semarie deleted the openbsd-thrname branch February 22, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants