index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
run
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
run: also show IP traffic accounting data on "systemd-run --wait"
Lennart Poettering
2017-09-26
1
-2
/
+21
*
run: add new --pipe option for including "systemd-run" commands in shell pipe...
Lennart Poettering
2017-09-12
1
-18
/
+62
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-1
/
+1
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
run: also pin unit when we we are in --pty mode
Lennart Poettering
2017-02-28
1
-2
/
+1
*
tree-wide: make bus_map_all_properties return a proper sd_bus_error
Lennart Poettering
2017-02-09
1
-1
/
+3
*
run: exit early in --pty if service failed
Lennart Poettering
2017-02-03
1
-27
/
+27
*
run: explicitly close pty forwarder before printing summary
Lennart Poettering
2017-02-03
1
-0
/
+6
*
run: complain when --pty is used together with --no-block, which makes no sense
Lennart Poettering
2017-02-03
1
-0
/
+5
*
run: fix race for "systemd-run --wait"
Lennart Poettering
2017-02-02
1
-3
/
+15
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.c
Lennart Poettering
2016-09-25
1
-7
/
+11
*
Merge pull request #3984 from poettering/refcnt
Evgeny Vereshchagin
2016-08-26
1
-25
/
+206
|
\
|
*
run: optionally, wait for the service to finish and show its result
Lennart Poettering
2016-08-22
1
-25
/
+206
*
|
run: respect quiet when starting timer (#4029)
Nick Owens
2016-08-24
1
-3
/
+5
|
/
*
run: various minor improvements
Lennart Poettering
2016-08-18
1
-12
/
+10
*
bus-util: unify loop around bus_append_unit_property_assignment()
Lennart Poettering
2016-08-18
1
-6
/
+3
*
util-lib: unify parsing of nice level values
Lennart Poettering
2016-08-05
1
-5
/
+3
*
systemd-run: really make -E an alias for --setenv (#3654)
Michał Bartoszkiewicz
2016-07-05
1
-1
/
+1
*
run: do not try to use reply after freeing it (#3318)
Zbigniew Jędrzejewski-Szmek
2016-05-22
1
-4
/
+3
*
Merge pull request #3094 from poettering/run-slice
Zbigniew Jędrzejewski-Szmek
2016-04-22
1
-0
/
+4
|
\
|
*
run: make --slice= work in conjunction with --scope
Lennart Poettering
2016-04-22
1
-0
/
+4
*
|
shared: move unit-specific code from bus-util.h to bus-unit-util.h
Lennart Poettering
2016-04-22
1
-0
/
+1
|
/
*
run: add -E as alias for --setenv
Zbigniew Jędrzejewski-Szmek
2016-04-20
1
-4
/
+3
*
run: change --tty option to --pty as documented
Zbigniew Jędrzejewski-Szmek
2016-04-19
1
-4
/
+4
*
run: add colon before printing started units
Iago López Galeiras
2016-04-04
1
-5
/
+5
*
run: remove period when printing started units
Iago López Galeiras
2016-03-23
1
-5
/
+5
*
run: Improve the help message about timer options and existing units
Wieland Hoffmann
2016-03-12
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
core: fix support for transient resource limit properties
Lennart Poettering
2016-02-01
1
-8
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-10
/
+9
*
run: automatically clean up transient timers created by systemd-run
Lennart Poettering
2015-11-17
1
-0
/
+5
*
run: when automatically generating names for transient units, use unique bus ...
Lennart Poettering
2015-11-17
1
-7
/
+64
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
run: fix "couldn't find executable" for the existing executables
Evgeny Vereshchagin
2015-10-25
1
-5
/
+0
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
path-util: rework find_binary(), fsck_exists() and mkfs_exists()
Lennart Poettering
2015-10-24
1
-5
/
+11
*
run: various modernizations and smaller fixes
Lennart Poettering
2015-10-08
1
-10
/
+15
*
basic: move two more terminal-related calls into terminal-util.[ch]
Lennart Poettering
2015-10-08
1
-0
/
+1
*
machinectl: fix race when opening new shells with "machinectl shell"
Lennart Poettering
2015-10-07
1
-1
/
+1
*
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-29
1
-1
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-11
/
+9
*
machined: call unlockpt() in container, not host
Lennart Poettering
2015-09-01
1
-3
/
+3
*
run: enable interactive authorization
Evgeny Vereshchagin
2015-09-01
1
-0
/
+39
*
tree-wide: use free_and_strdup()
Daniel Mack
2015-07-30
1
-6
/
+2
*
sd-bus: introduce new sd_bus_flush_close_unref() call
Lennart Poettering
2015-07-03
1
-1
/
+1
[prev]
[next]