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

misc node:process fixes #14621

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

misc node:process fixes #14621

wants to merge 26 commits into from

Commits on Oct 16, 2024

  1. add tests already passing

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f34bf7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c154559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6cd955 View commit details
    Browse the repository at this point in the history
  4. fix process-chdir.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3271b2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa4244b View commit details
    Browse the repository at this point in the history
  6. fix process-cpuusage.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    358eb10 View commit details
    Browse the repository at this point in the history
  7. fix process-hrtime.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fbe9b91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15ddb36 View commit details
    Browse the repository at this point in the history
  9. fix process-release.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2d49f62 View commit details
    Browse the repository at this point in the history
  10. fix process-uid-gid.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    76147da View commit details
    Browse the repository at this point in the history
  11. fix process-setgroups.test.js

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    842c713 View commit details
    Browse the repository at this point in the history
  12. fix regressions

    nektro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    54e6744 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb293d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    d4828a1 View commit details
    Browse the repository at this point in the history
  2. another one without asterisks

    nektro committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a985b07 View commit details
    Browse the repository at this point in the history
  3. change these to 32

    nektro committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    77e8a35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69815c View commit details
    Browse the repository at this point in the history
  5. reorder test to separate cases

    nektro committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4b82b8 View commit details
    Browse the repository at this point in the history
  6. dont overflow array access

    nektro committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c588751 View commit details
    Browse the repository at this point in the history
  7. rework id validation

    nektro committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de82b4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc4a0e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c59cb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. add constrainedMemory impl

    nektro committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fdcf59d View commit details
    Browse the repository at this point in the history
  2. add availableMemory impl

    nektro committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    63780d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    234ba97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea9de6 View commit details
    Browse the repository at this point in the history