index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
/
systemctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemctl: print a more accurate error message when we can
Lennart Poettering
2019-04-01
1
-1
/
+1
*
util-lib: when copying files make sure to apply some chattrs early, some late
Lennart Poettering
2019-03-28
1
-1
/
+1
*
systemctl: add new --show-transaction switch
Lennart Poettering
2019-03-27
1
-55
/
+127
*
systemctl: split out extra args generation into helper function of its own
Lennart Poettering
2019-03-27
1
-15
/
+21
*
systemctl: reindent table
Lennart Poettering
2019-03-27
1
-15
/
+15
*
systemctl: more SYNTHETIC_ERRNO() conversion
Lennart Poettering
2019-03-27
1
-2
/
+2
*
systemctl: replace switch statement by table of structures
Lennart Poettering
2019-03-27
1
-47
/
+21
*
systemctl: define less stuff when !HAVE_SYSV_COMPAT
Zbigniew Jędrzejewski-Szmek
2019-03-26
1
-1
/
+2
*
systemctl: move --failed close to --state= in help text
Lennart Poettering
2019-03-25
1
-1
/
+1
*
systemctl: underline sections in help text
Lennart Poettering
2019-03-25
1
-9
/
+10
*
systemctl: use structured initialization
Lennart Poettering
2019-03-25
1
-8
/
+10
*
systemctl: use SYNTHETIC_ERRNO everywhere
Lennart Poettering
2019-03-25
1
-56
/
+33
*
systemctl: split out some SysV compat stuff into its own C file
Lennart Poettering
2019-03-25
1
-111
/
+2
*
Merge pull request #11602 from vesajaaskelainen/dbus-reboot-with-parameters
Lennart Poettering
2019-03-22
1
-2
/
+2
|
\
|
*
systemctl: restore "systemctl reboot ARG" functionality
Vesa Jääskeläinen
2019-03-22
1
-2
/
+2
*
|
systemctl: make a copy of the "verb" from argv[] before forking off a child
Lennart Poettering
2019-03-21
1
-2
/
+8
*
|
systemctl: tiny optimization
Lennart Poettering
2019-03-21
1
-1
/
+1
*
|
systemctl: add missing OOM check
Lennart Poettering
2019-03-21
1
-2
/
+7
*
|
systemctl: document argv[] array
Lennart Poettering
2019-03-21
1
-3
/
+3
*
|
systemctl: use saved_argv where we can
Lennart Poettering
2019-03-21
1
-7
/
+5
|
/
*
Merge pull request #12014 from poettering/systemctl-exit-fix
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-1
/
+1
|
\
|
*
systemctl: start_unit() returns > 0 on error, let's catch that properly
Lennart Poettering
2019-03-20
1
-1
/
+1
*
|
systemctl: use strv_consume() where we can
Lennart Poettering
2019-03-20
1
-6
/
+2
*
|
systemctl: port to static destructors
Lennart Poettering
2019-03-20
1
-7
/
+6
|
/
*
bus-unit-util: split out code that shows a unit's process tree
Lennart Poettering
2019-03-13
1
-0
/
+1
*
shared: split out code to wait for jobs to complet into its own source file
Lennart Poettering
2019-03-13
1
-0
/
+1
*
systemctl: drop unnecessary {}
Lennart Poettering
2019-03-13
1
-4
/
+3
*
systemctl: use strv_consume() where appropriate
Lennart Poettering
2019-03-13
1
-4
/
+2
*
systemctl: minimize scope of 'p'
Lennart Poettering
2019-03-13
1
-2
/
+8
*
systemctl: refactor code to watch unit ActiveState a bit
Lennart Poettering
2019-03-13
1
-35
/
+52
*
bootspec: don't log in boot_entries_load_config_auto() about no ESP
Lennart Poettering
2019-03-13
1
-0
/
+2
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-2
/
+2
*
systemctl: add support for booting into boot menu/entry
Lennart Poettering
2019-03-05
1
-12
/
+136
*
bootspec: get rid of find_default_boot_entry() entirely
Lennart Poettering
2019-03-05
1
-1
/
+8
*
bootspec: simplify find_default_boot_entry()
Lennart Poettering
2019-03-05
1
-1
/
+1
*
systemctl: let's FORK_WAIT where we can
Lennart Poettering
2019-03-05
1
-8
/
+3
*
systemctl: when something is not supported use EOPNOTSUPP
Lennart Poettering
2019-03-05
1
-2
/
+2
*
systemctl: be careful with boot loader entries lacking a 'linux' line
Lennart Poettering
2019-03-05
1
-0
/
+3
*
bootspec: move log msg from systemctl.c to bootspec.c
Lennart Poettering
2019-03-05
1
-3
/
+0
*
systemctl: format LogExtraFields= in 'show' command
Yu Watanabe
2019-03-04
1
-0
/
+50
*
systemctl: format BindPaths= or TemporaryFileSystems= in 'show' command
Yu Watanabe
2019-03-04
1
-0
/
+72
*
systemctl: print RestrictAddressFamilies= in 'show' command
Yu Watanabe
2019-03-04
1
-1
/
+2
*
systemctl: show nothing if no LoadError=
Yu Watanabe
2019-03-04
1
-1
/
+3
*
systemctl: show IPAddressAllow= and IPAddressDeny= in 'show' command
Yu Watanabe
2019-03-04
1
-0
/
+62
*
systemctl: show SuccessExitStatus= and friends
Yu Watanabe
2019-03-04
1
-0
/
+62
*
systemctl: use streq() if arguments must be non-NULL
Yu Watanabe
2019-03-04
1
-1
/
+1
*
systemctl: do not show negative values in {Success,Failure}ActionExitStatus=
Yu Watanabe
2019-03-04
1
-0
/
+17
*
bus-util: drop unnecessary re-formatting
Yu Watanabe
2019-03-04
1
-32
/
+33
*
systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=
INSUN PYO
2019-03-04
1
-0
/
+14
[next]