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

Periodically synchronize kernel state #141

Closed
wants to merge 7 commits into from

Commits on Jun 3, 2021

  1. Add sync-interval configuration value.

    Ossama Othman committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    15f4bb3 View commit details
    Browse the repository at this point in the history
  2. Set up periodic kernel sync.

    Ossama Othman committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    019e5b2 View commit details
    Browse the repository at this point in the history
  3. Makefile: Update copyright year.

    Ossama Othman committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    72bba32 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. configure: Increase sync interval to 60 seconds.

    Ossama Othman committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4f1b183 View commit details
    Browse the repository at this point in the history
  2. src: Only enable sync if interval is non-zero.

    Ossama Othman committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    69b1e6e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. src: Use argp_failure() for bad values.

    Ossama Othman committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    524c202 View commit details
    Browse the repository at this point in the history
  2. src: Automatically choose base in strtol() call.

    Ossama Othman committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f0e36c0 View commit details
    Browse the repository at this point in the history