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

os/StartProcess #4377

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open

os/StartProcess #4377

wants to merge 14 commits into from

Commits on Aug 22, 2024

  1. add signal stubs in runtime

    Signed-off-by: leongross <[email protected]>
    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b0d8477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abef873 View commit details
    Browse the repository at this point in the history
  3. renaming

    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6972705 View commit details
    Browse the repository at this point in the history
  4. os rework

    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fec9251 View commit details
    Browse the repository at this point in the history
  5. adjust build tags, un-export fork and execve, add signals for windows…

    … and macos
    
    Signed-off-by: leongross <[email protected]>
    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    43fce0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4a950 View commit details
    Browse the repository at this point in the history
  7. update wrapper comment

    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    84f211f View commit details
    Browse the repository at this point in the history
  8. exclude baremetal targets

    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1ae8699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ee2472 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    459b1e1 View commit details
    Browse the repository at this point in the history
  11. adjust baremetal build tags

    Signed-off-by: leongross <[email protected]>
    leongross committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ffa5a87 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. remove old comments

    leongross committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    404661d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. os/StartProcess: cleanup

    remove old comments, replace explicit syscall numbers with named
    variants, undo tempfile seed generation, remove old // +build tags,
    improve StartProcess documentation, remove custom syscall number
    definitions.
    
    Signed-off-by: leongross <[email protected]>
    leongross committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    79ecb29 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. os/exec: exclude aarch64

    aarch64 has no support for the fork ssycall. for now exclude it.
    
    Signed-off-by: leongross <[email protected]>
    leongross committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5dc63dc View commit details
    Browse the repository at this point in the history