index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
bus-unit-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7198 from poettering/stdin-stdout
Lennart Poettering
2017-11-19
1
-57
/
+99
|
\
|
*
core: add support for StandardInputFile= and friends
Lennart Poettering
2017-11-17
1
-1
/
+16
|
*
bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client side
Lennart Poettering
2017-11-17
1
-3
/
+1
|
*
core: add two new unit file settings: StandardInputData= + StandardInputText=
Lennart Poettering
2017-11-17
1
-1
/
+55
|
*
bus-unit-util: propagate errors where it makes sense, don't make up EINVAL
Lennart Poettering
2017-11-17
1
-52
/
+27
*
|
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
|
/
*
core: add a new unit file setting CollectMode= for tweaking the GC logic
Lennart Poettering
2017-11-16
1
-1
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-1
/
+26
*
core: rework the Delegate= unit file setting to take a list of controller names
Lennart Poettering
2017-11-13
1
-1
/
+46
*
core: allow to specify errno number in SystemCallErrorNumber=
Yu Watanabe
2017-11-11
1
-2
/
+2
*
systemctl: remove extra space character in output (#7250)
Alan Jenkins
2017-11-07
1
-1
/
+1
*
fix compile error on musl
Matija Skala
2017-10-30
1
-2
/
+2
*
core: fix D-Bus API
Yu Watanabe
2017-10-24
1
-34
/
+45
*
systemctl: supress enable/disable messages when -q is given (#7067)
John Lin
2017-10-11
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
core: fix StateDirectory= (and friends) safety checks when decoding transient...
Lennart Poettering
2017-10-02
1
-1
/
+2
*
core: support IP firewalling to be configured for transient units
Lennart Poettering
2017-09-22
1
-7
/
+126
*
core: add new per-unit setting KeyringMode= for controlling kernel keyring setup
Lennart Poettering
2017-09-15
1
-1
/
+2
*
core: add new UnsetEnvironment= setting for unit files
Lennart Poettering
2017-09-14
1
-1
/
+6
*
bus-unit-util: use STR_IN_SET() where appropriate
Lennart Poettering
2017-08-31
1
-2
/
+2
*
bus-unit-util: don't request result property from non-service units
Lennart Poettering
2017-08-31
1
-2
/
+5
*
core: open up LockPersonality= for transient units
Lennart Poettering
2017-08-29
1
-1
/
+1
*
core: add missing properties in D-Bus API
Yu Watanabe
2017-08-07
1
-5
/
+267
*
core: add {State,Cache,Log,Configuration}Directory= (#6384)
Yu Watanabe
2017-07-18
1
-2
/
+2
*
core: allow preserving contents of RuntimeDirectory= over process restart
Yu Watanabe
2017-07-17
1
-1
/
+10
*
Merge pull request #6200 from poettering/ioprio-transient
Zbigniew Jędrzejewski-Szmek
2017-06-27
1
-0
/
+18
|
\
|
*
core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...
Lennart Poettering
2017-06-26
1
-0
/
+18
*
|
core: make NotifyAccess= and FileDescriptorStoreMax= available to transient s...
Lennart Poettering
2017-06-26
1
-1
/
+11
|
/
*
Use "dollar-single-quotes" to escape shell-sensitive strings
Zbigniew Jędrzejewski-Szmek
2017-06-20
1
-1
/
+1
*
systemctl: show extra args if defined (#5379)
Adrián López
2017-02-17
1
-1
/
+1
*
shared: pass *unsigned_long to namespace_flag_from_string_many (#5315)
Evgeny Vereshchagin
2017-02-12
1
-2
/
+2
*
shared: convert unsigned long to uint64_t explicitly (#5314)
Evgeny Vereshchagin
2017-02-12
1
-1
/
+1
*
core: add RootImage= setting for using a specific image file as root director...
Lennart Poettering
2017-02-07
1
-1
/
+1
*
core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...
Lennart Poettering
2017-02-07
1
-1
/
+3
*
core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...
Lennart Poettering
2017-02-07
1
-1
/
+1
*
Modify mount_propagation_flags_from_string to return a normal int code
Zbigniew Jędrzejewski-Szmek
2016-12-17
1
-9
/
+3
*
core: make "Restart" service property accessible via the transient API
Lennart Poettering
2016-12-14
1
-1
/
+1
*
core: add ability to define arbitrary bind mounts for services
Lennart Poettering
2016-12-14
1
-0
/
+70
*
core: hook up MountFlags= to the transient unit logic
Lennart Poettering
2016-12-13
1
-1
/
+16
*
bus-util: add protocol error type explanation
Jouke Witteveen
2016-11-29
1
-0
/
+1
*
system-run: add support for configuring unit dependencies with --property=
Lennart Poettering
2016-11-16
1
-1
/
+4
*
core: GC redundant device jobs from the run queue
Lennart Poettering
2016-11-16
1
-1
/
+3
*
tree-wide: make invocations of extract_first_word more uniform (#4627)
Zbigniew Jędrzejewski-Szmek
2016-11-11
1
-9
/
+3
*
core: add new RestrictNamespaces= unit file setting
Lennart Poettering
2016-11-04
1
-0
/
+25
*
core:sandbox: Add ProtectKernelModules= option
Djalal Harouni
2016-10-12
1
-1
/
+2
*
Allow block and char classes in DeviceAllow bus properties (#4353)
Zbigniew Jędrzejewski-Szmek
2016-10-12
1
-1
/
+1
*
core: add two new service settings ProtectKernelTunables= and ProtectControlG...
Lennart Poettering
2016-09-25
1
-1
/
+1
*
Merge pull request #3909 from poettering/mount-tool
Evgeny Vereshchagin
2016-08-19
1
-0
/
+15
|
\
|
*
bus-util: unify loop around bus_append_unit_property_assignment()
Lennart Poettering
2016-08-18
1
-0
/
+15
*
|
core: add RemoveIPC= setting
Lennart Poettering
2016-08-19
1
-1
/
+1
|
/
[next]