index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemctl: include unit ID in the property map
Frantisek Sumsal
2023-11-25
1
-0
/
+1
*
systemctl: distinguish reload and reexec
Christian Hesse
2023-11-22
1
-2
/
+4
*
systemctl: fix typo
Yu Watanabe
2023-11-21
1
-1
/
+1
*
systemctl-show: only show available memory if it was artifically limited
Florian Schmaus
2023-11-21
1
-3
/
+6
*
Merge pull request #29995 from keszybz/voidify-timestamp-getters
Lennart Poettering
2023-11-13
2
-2
/
+2
|
\
|
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
2
-2
/
+2
*
|
core: rename MemoryZswapCurrent -> MemoryZSwapCurrent
Yu Watanabe
2023-11-13
1
-1
/
+1
|
/
*
systemctl-show: merge subsequent swap printf() blocks
Florian Schmaus
2023-11-12
1
-5
/
+2
*
cgroup: add support for memory.zswap.current
Florian Schmaus
2023-11-12
1
-1
/
+10
*
cgroup: add support for memory.swap.current
Florian Schmaus
2023-11-11
1
-3
/
+12
*
cgroup: add support for memory.swap.peak
Florian Schmaus
2023-11-11
1
-0
/
+9
*
systemctl: grey out legend
Lennart Poettering
2023-11-07
1
-5
/
+13
*
cgroup: add support for memory.peak
Florian Schmaus
2023-11-06
1
-1
/
+9
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
2
-2
/
+2
*
parse-util: add parse_tristate() and use it everywhere
Lennart Poettering
2023-11-01
1
-8
/
+3
*
Merge pull request #29553 from keszybz/analyze-cat-config-tldr
Luca Boccassi
2023-10-25
1
-1
/
+1
|
\
|
*
analyze/cat-config: add switch to print only "interesting" parts of config files
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-1
/
+1
*
|
systemctl: fallback if logind doesn't support new flag
Luca Boccassi
2023-10-23
1
-0
/
+12
*
|
systemctl: automatically softreboot/kexec if set up on reboot
Luca Boccassi
2023-10-20
2
-5
/
+7
*
|
Merge pull request #29595 from YHNdnzj/systemctl-failed-system
Luca Boccassi
2023-10-19
4
-14
/
+41
|
\
\
|
*
|
systemctl: is-failed: check if system is degraded when no unit given
Mike Yuan
2023-10-18
2
-3
/
+27
|
*
|
systemctl: minor modernization
Mike Yuan
2023-10-18
3
-11
/
+14
*
|
|
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
1
-4
/
+1
|
/
/
*
/
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
2
-3
/
+3
|
/
*
Fix a typo in `systemctl-enable.c`
G2-Games
2023-10-06
1
-1
/
+1
*
systemctl-show: align "Cntrl PID" correctly
Mike Yuan
2023-10-05
1
-1
/
+1
*
systemctl-enable: warn if disabled/masked units has active triggering units
Mike Yuan
2023-09-27
1
-3
/
+14
*
systemctl-start: suppress the triggering unit warning when --no-warn
Mike Yuan
2023-09-27
1
-1
/
+1
*
systemctl: clean up check_triggering_units
Mike Yuan
2023-09-27
3
-22
/
+56
*
systemctl: make unit_is_masked always query manager
Mike Yuan
2023-09-27
3
-18
/
+19
*
systemctl: don't duplicate string needlessly
Mike Yuan
2023-09-27
1
-6
/
+7
*
systemctl: reflect that statically enabled units can be in .upholds/
Mike Yuan
2023-09-27
1
-1
/
+1
*
systemctl: link to all non-man-page files in help
Zbigniew Jędrzejewski-Szmek
2023-09-21
1
-5
/
+25
*
treewide: split commandline into command line
Joerg Behrmann
2023-09-20
1
-2
/
+2
*
io-util: introduce loop_write_full that takes a timeout
Mike Yuan
2023-09-07
1
-1
/
+1
*
systemctl: drop unnecessary else
Mike Yuan
2023-09-05
1
-2
/
+3
*
core,systemctl: refuse switching root if we're not in initrd
Mike Yuan
2023-09-02
1
-0
/
+4
*
core,systemctl: refuse switching root to current root properly
Mike Yuan
2023-09-02
1
-1
/
+8
*
systemctl-show: rename cleanup function
David Tardon
2023-08-17
1
-2
/
+2
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-12
/
+2
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-3
/
+4
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-11
/
+8
*
meson: move declaration of systemctl
Yu Watanabe
2023-07-31
1
-0
/
+24
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-1
/
+1
*
various: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-6
/
+3
*
systemctl: implement a new "whoami" verb, that just returns unit of caller/PID
Lennart Poettering
2023-07-04
4
-1
/
+80
*
systemctl: let's emphasize a bit that halt/poweroff/reboot/shutdown are compa...
Lennart Poettering
2023-06-15
2
-7
/
+21
*
systemctl: add "systemctl soft-reboot" command
Lennart Poettering
2023-06-02
6
-2
/
+11
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
2
-3
/
+3
*
label: Introduce LabelOps to do pre/post labelling operations
Daan De Meyer
2023-05-31
1
-1
/
+1
[next]