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

Update to latest crates, add aarch to build targets, misc cleanups #18

Merged
merged 14 commits into from
Aug 13, 2023

Commits on Sep 6, 2022

  1. [1/2] update deps, CursiveRunnable, wip use new fsnotify crate api/si…

    …mplify watcher
    mach-kernel authored and David Stancu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    55b6033 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. [2/2] working with new notify crate, cut out some cruft. probably sho…

    …uld validate the plist post reload and handle deletes which do not happen now
    mach-kernel authored and David Stancu committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f6cac67 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. no need to requeue in channel

    mach-kernel authored and David Stancu committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    85964b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. no longer poll for invalid domains, only poll user if root. need to f…

    …igure out how to cleanly separate xpc-sys fns from libc stuff being brought in by bindgen, as it can possibly conflict with the libc crate
    mach-kernel authored and David Stancu committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    786de22 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. plist: fix global/system/admin etc ambiguity

    sysinfo panel uses horizontal layout now
    sudo for anything involving either a system/admin daemon, or for something that we do not have a plist for
    
    it also looks like procinfo is broken, and i have no idea why
    mach-kernel committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    cd179fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fdeb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    6fc3601 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    9c1140b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786f860 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    29a5b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b5922 View commit details
    Browse the repository at this point in the history
  3. only replace list items if necessary, derive hash for a bunch of enums

    clearscreen instead of cursive clear before pager yields better results
    mach-kernel committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6733155 View commit details
    Browse the repository at this point in the history
  4. fmt

    mach-kernel committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    bbded88 View commit details
    Browse the repository at this point in the history
  5. fix xpc-sys bump

    mach-kernel committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7ce1549 View commit details
    Browse the repository at this point in the history