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: fix "applying zero offset to null pointer" UBSan error
Yu Watanabe
2024-05-15
1
-1
/
+1
*
logs-show: drop uid argument from add_matches_for_user_units()
Yu Watanabe
2024-05-10
1
-2
/
+1
*
systemctl-show: make show_memory_available cover memory_available itself
Mike Yuan
2024-05-08
1
-6
/
+4
*
systemctl: do not fall back to StartUnit automatically for sleep operations
Mike Yuan
2024-05-08
1
-1
/
+4
*
systemctl: fix log message when glob patterns passed to disable command and f...
Yu Watanabe
2024-05-01
1
-1
/
+2
*
systemctl: Implement --wait for kill command
Daan De Meyer
2024-05-01
2
-3
/
+25
*
systemctl: list-jobs: interchange 'waiting for' and 'blocking' in output
Rasmus Villemoes
2024-04-24
1
-2
/
+2
*
Merge pull request #32428 from poettering/sd-notify-reboot-param
Zbigniew Jędrzejewski-Szmek
2024-04-23
1
-7
/
+9
|
\
|
*
systemctl: set reboot argument for most forms of shutdown, not just plain reb...
Lennart Poettering
2024-04-23
1
-7
/
+9
*
|
systemctl: add forgotten --after/--before to --help text
Lennart Poettering
2024-04-23
1
-0
/
+2
*
|
systemctl: add forgotten --reboot-argument= to --help text
Lennart Poettering
2024-04-23
1
-0
/
+2
*
|
systemctl: add forgotten --message= to --help text
Lennart Poettering
2024-04-23
1
-0
/
+1
|
/
*
systemctl-start-unit: Subscribe() is unnecessary if we RefUnit explicitly
Mike Yuan
2024-04-19
1
-5
/
+1
*
systemctl: use FOREACH_ARRAY and FOREACH_ELEMENT more
Mike Yuan
2024-04-19
2
-12
/
+18
*
systemctl: show invocation ID in unit status output
Lennart Poettering
2024-04-18
1
-1
/
+7
*
systemctl: allow user to suppress output when no action scheduled (#32278)
MaxHearnden
2024-04-18
1
-1
/
+1
*
systemctl-logind: auto soft-reboot only if /run/nextroot/ is mountpoint
Mike Yuan
2024-04-07
1
-1
/
+5
*
gcrypt: dlopenify for libsystemd
Luca Boccassi
2024-04-03
1
-2
/
+1
*
systemctl,busctl: sort includes
Mike Yuan
2024-03-26
1
-1
/
+1
*
systemctl: allow connecting to capsule instances with --capsule=/-C
Lennart Poettering
2024-03-14
3
-6
/
+37
*
path-lookup: rename lookup_paths_free -> _done
Mike Yuan
2024-03-06
3
-4
/
+4
*
dynamically load compression libraries
Matteo Croce
2024-03-05
1
-3
/
+3
*
extract-word: modernize extract_many_words
Mike Yuan
2024-03-03
1
-1
/
+1
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
*
systemctl-show: use lookup_unit_by_pidref too
Mike Yuan
2024-02-24
1
-92
/
+2
*
systemctl: generalize GetUnitByPIDFD handling
Mike Yuan
2024-02-24
3
-143
/
+170
*
systemctl-util: use strv_free_and_replace at one more place
Mike Yuan
2024-02-24
1
-3
/
+1
*
Fallback from pidfd_open on permission errors too
Luca Boccassi
2024-02-24
1
-1
/
+1
*
systemctl: drop pointless bitfield
Zbigniew Jędrzejewski-Szmek
2024-02-20
1
-1
/
+1
*
systemctl: drop chain invocation of telinit
Michael Biebl
2024-02-15
4
-23
/
+2
*
systemctl: don't warn unit needs reload if --no-warn
Mike Yuan
2024-02-14
1
-0
/
+3
*
systemctl: fix typo
Yu Watanabe
2024-02-09
1
-1
/
+1
*
systemctl: allow --now only if not install_client_side()
Mike Yuan
2024-02-09
1
-6
/
+11
*
systemctl: support disable/mask --now with unit template
Mike Yuan
2024-02-09
1
-9
/
+30
*
systemctl-util: some modernizations
Mike Yuan
2024-02-09
2
-33
/
+23
*
Remove duplicated command in help message
Martin Trigaux
2024-01-23
1
-1
/
+1
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-5
/
+1
*
systemctl-is-system-running: display "offline" with --image
Antonio Alvarez Feijoo
2024-01-15
1
-1
/
+1
*
test: reinitialize arg_transport before parsing arguments
Frantisek Sumsal
2024-01-06
1
-0
/
+4
*
systemctl: use SYNTHETIC_ERRNO()
Frantisek Sumsal
2023-12-25
1
-7
/
+6
*
systemctl: swap cached_id_map and cached_name_map at one more place
Yu Watanabe
2023-12-23
1
-1
/
+1
*
systemctl: swap cached_id_map and cached_name_map
Yu Watanabe
2023-12-22
1
-5
/
+5
*
systemctl: configure boot loader options only when going through firmware
Mike Yuan
2023-12-20
1
-15
/
+14
*
systemctl: show success messages when showing transaction
Matteo Croce
2023-12-19
1
-0
/
+1
*
dbus-wait-for-jobs: change 'quiet' flag to enum
Matteo Croce
2023-12-19
1
-1
/
+3
*
Merge pull request #30399 from YHNdnzj/memory-accounting-always-peak
Yu Watanabe
2023-12-10
1
-6
/
+16
|
\
|
*
systemctl-show: always show memory peak if available
Mike Yuan
2023-12-09
1
-6
/
+16
*
|
systemctl: fix copy/paste
Luca Boccassi
2023-12-09
1
-1
/
+0
|
/
*
Merge pull request #30302 from keszybz/systemd-edit-stdin
Zbigniew Jędrzejewski-Szmek
2023-12-06
3
-2
/
+17
|
\
|
*
systemctl: add "edit --stdin"
Zbigniew Jędrzejewski-Szmek
2023-12-05
3
-2
/
+17
[next]