rustix icon indicating copy to clipboard operation
rustix copied to clipboard

Rework namespace functions and types

Open rusty-snake opened this issue 7 months ago • 0 comments

Successor of #1402

  • Add set_namespace function.
  • Deprecate move_into_link_name_space and move_into_thread_name_spaces functions.
  • Add NamespaceType.
  • Deprecate ThreadNameSpaceType and LinkNameSpaceType.
  • Add nsfs ioctls.
  • Add NoArgGetter ioctl pattern.

Not yet in the PR:

  • NS_GET_PID_FROM_PIDNS
  • NS_GET_TGID_FROM_PIDNS
  • NS_GET_PID_IN_PIDNS
  • NS_GET_TGID_IN_PIDNS
  • Merged: https://github.com/rust-lang/libc/pull/4436
  • Released: libc 0.2.174

rusty-snake avatar Apr 06 '25 09:04 rusty-snake