|
|
Subscribe / Log in / New account

New system calls: pidfd_open() and close_range()

New system calls: pidfd_open() and close_range()

[Kernel] Posted May 23, 2019 14:17 UTC (Thu) by corbet

The linux-kernel mailing list has recently seen more than the usual amount of traffic proposing new system calls. LWN is endeavoring to catch up with that stream, starting with a couple of proposals for the management of file descriptors. pidfd_open() is a new way to create a "pidfd" file descriptor that refers to a process in the system, while close_range() is an efficient way to close many open descriptors with a single call.

Full Story (comments: 89)


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds