index
:
vigil.git
master
Vigil init system for Antrill distro and other purposes.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
/
src
Age
Commit message (
Collapse
)
Author
11 days
Fmt & fixed compile error
HEAD
master
namilsk
2026-03-14
Added graceful shutdown
namilsk
2026-03-07
Autofmt, updated `TODO.md`
namilsk
2026-03-06
implemented `SIGUSER/SIGINT/SIGTERM` handlers, graceful shutdown, logging to ↵
namilsk
file
2026-03-06
Some minor edits
namilsk
2026-02-15
Fixed error with `pids.retain` in services/units.rs
namilsk
2026-02-14
refactor `services.rs`
namilsk
2026-02-02
Fixed `.unwrap()` call in units.rs, fixed all clippy warnings, refactor ↵
namilsk
child exit-status check
2026-02-02
Added exit-code check before restarting service
namilsk
2026-02-02
Implemented mainloop functions (e.g. restarting services), autofmt all
namilsk
2026-01-31
Started writing service-utils and adding docstrings
namilsk
2026-01-12
Updated `main.rs`
namilsk
2026-01-12
Rewrited `SIGCHLD handler & updated nix-shell for usage with `musl` target
namilsk
2026-01-12
create unitparser module, add notes on future implementation
tuturuu
2026-01-11
Fixed functions with similar name
namilsk
2026-01-11
Implemented `SIGCHLD` & again fixed naming
namilsk
2026-01-10
Fixed some security issues, `.wait()?` call for `udev`. Fixed one ↵
namilsk
panic-possibility and started implementing killing zombie-processes funtional
2026-01-10
Fixed some security issues, `.wait()?` call for `udev`. Fixed one ↵
namilsk
panic-possibility and started implementing killing zombie-processes funtional
2026-01-09
Implemetned kernel modules, locales and timezones settings.
namilsk
2026-01-08
Implementing main functions of init, check TODO.md
namilsk
2026-01-04
Removed unused code and written devplan in TODO.md
namilsk
2026-01-02
Refactored code and implemented it in main()
namilsk
2025-12-31
Added logs annotation to `README.md`
namilsk
2025-12-31
Added `README.md`
namilsk
2025-12-31
Started work on vigil init system
namilsk