Skip to content

v0.10.0

Compare
Choose a tag to compare
@eminence eminence released this 23 Aug 04:03
· 355 commits to master since this release
9e85e3c

Breaking changes

  • Use u16 for kernel patch version number #137
  • Changed inodes to u64, fixed a test, and updated a doc string #132

New features

  • Derive Clone for all public structs and enums. #128
  • Get all processes with a custom root of /proc path #122
  • Create FDInfo from raw fd and pid #123
  • feat: create task by specify pid and tid #134
  • Add support for /proc/pid/ns #135

Bug fixes

  • When writing files, don't open the file for read #120
  • Pin hex to 0.4.2 to restore MSRV of 1.34 #129