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

daemon: add ability to use syscall based reboot #250

Merged
merged 11 commits into from
Aug 11, 2023

Commits on Jul 6, 2023

  1. daemon: add ability to use syscall based reboot

    Reboot in the daemon is currently relying on userspace having a
    shutdown command. This may not always be the case, as Pebble is
    used in a wide variety of environments.
    
    Add a SetSyscallReboot() function to the daemon to allow the daemon
    to be initialised with a syscall based reboot implementation.
    flotter committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8ec6cdb View commit details
    Browse the repository at this point in the history
  2. Review Changes canonical#1

    flotter committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    108d9ed View commit details
    Browse the repository at this point in the history
  3. Review Changes #2

    flotter committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    693100a View commit details
    Browse the repository at this point in the history
  4. Review Changes #3

    flotter committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    88ae852 View commit details
    Browse the repository at this point in the history
  5. Review Changes #4

    flotter committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0703279 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Review Changes #5

    flotter committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f99d1c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    49fd76a View commit details
    Browse the repository at this point in the history
  2. Review Changes #6

    flotter committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d629398 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Review Changes #7

    flotter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ec93b74 View commit details
    Browse the repository at this point in the history
  2. Review Changes #8

    flotter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    847ff6e View commit details
    Browse the repository at this point in the history
  3. Review Changes #9

    flotter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e88eb9d View commit details
    Browse the repository at this point in the history