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

(rebase) Add support for /sys/devices/system/node and subfiles #632

Closed
wants to merge 6 commits into from

Commits on Mar 27, 2024

  1. sysfs: implement get_cpuset_mems() and define macros

    also implement functions called by get_cpuset_mems(),
     - cgfsng_get_cpuset_mems
     - readat_cpuset_mems
    
    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f19a423 View commit details
    Browse the repository at this point in the history
  2. sysfs: sys_write, sys_opendir and sys_access_legacy for node support

    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5614412 View commit details
    Browse the repository at this point in the history
  3. sysfs: sys_open_legacy and sys_open for node support

    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    85091d8 View commit details
    Browse the repository at this point in the history
  4. sysfs: sys_readdir and sys_readdir_legacy for node support

    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8244e15 View commit details
    Browse the repository at this point in the history
  5. sysfs: sys_getattr and sys_read for node support

    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9a03410 View commit details
    Browse the repository at this point in the history
  6. README.md: node support

    Signed-off-by: huteng.ht <[email protected]>
    huteng.ht authored and mihalicyn committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2dad236 View commit details
    Browse the repository at this point in the history