index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
unit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unit: drop support for pre-v44 job serialization
Lennart Poettering
2015-05-19
1
-18
/
+2
*
core: also enforce ratelimiter if we stop a unit due to BindsTo=
Lennart Poettering
2015-05-19
1
-3
/
+14
*
core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1
Lennart Poettering
2015-05-19
1
-0
/
+10
*
unit: fix unit_check_unneeded() dependency iteration
Lennart Poettering
2015-05-19
1
-1
/
+1
*
core: introduce seperate reverse dependencies for Requires= and Requisite=
Lennart Poettering
2015-05-19
1
-22
/
+29
*
core: rename SystemdRunningAs to ManagerRunningAs
Lennart Poettering
2015-05-11
1
-10
/
+10
*
unit: move unit_warn_if_dir_nonempty() and friend to unit.c
Lennart Poettering
2015-05-11
1
-0
/
+46
*
core,network: major per-object logging rework
Lennart Poettering
2015-05-11
1
-89
/
+57
*
core: rework unit name validation and manipulation logic
Lennart Poettering
2015-05-06
1
-79
/
+81
*
core: simplify unit type detection logic
Lennart Poettering
2015-04-30
1
-2
/
+14
*
unit: Drop unused variables
Martin Pitt
2015-04-28
1
-2
/
+0
*
core: coldplug all units which participate in jobs during coldplugging
Ivan Shapovalov
2015-04-27
1
-8
/
+0
*
core: minor simplification
Lennart Poettering
2015-04-24
1
-5
/
+3
*
unit: don't add automatic dependencies on device units if they aren't supported
Lennart Poettering
2015-04-24
1
-3
/
+7
*
core: always coldplug units that are triggered by other units before those
Lennart Poettering
2015-04-24
1
-2
/
+21
*
Revert "core: do not spawn jobs or touch other units during coldplugging"
Lennart Poettering
2015-04-24
1
-16
/
+9
*
core: make unit deserialization more defensive
Lennart Poettering
2015-04-21
1
-36
/
+61
*
core: fix spurious warning about cpuacct-usage-base deserialization
Zbigniew Jędrzejewski-Szmek
2015-04-16
1
-0
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
core: set_put never returns -EEXIST
Ronny Chevalier
2015-04-10
1
-11
/
+2
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-2
/
+2
*
core: do not spawn jobs or touch other units during coldplugging
Ivan Shapovalov
2015-03-07
1
-9
/
+16
*
core: expose consumed CPU time per unit
Lennart Poettering
2015-03-02
1
-2
/
+8
*
core: rework device state logic
Lennart Poettering
2015-02-28
1
-1
/
+0
*
core: emit changes for NFailedUnits property
Lucas De Marchi
2015-02-26
1
-5
/
+2
*
unit: When stopping due to BindsTo=, log which unit caused it
Colin Walters
2015-02-26
1
-1
/
+3
*
unit: use weaker dependencies between mount and device units in --user mode
Lennart Poettering
2015-02-25
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-6
/
+0
*
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
1
-1
/
+1
*
core: don't fail to run services in --user instances if $HOME is missing
Lennart Poettering
2015-02-12
1
-0
/
+4
*
core: correct a log message
Lennart Poettering
2015-02-11
1
-1
/
+1
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-1
/
+0
*
core: output unit status output strings to console, only if we actually are c...
Lennart Poettering
2015-01-28
1
-11
/
+25
*
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2015-01-06
1
-5
/
+16
*
core: rework counting of running jobs
Lennart Poettering
2015-01-05
1
-5
/
+6
*
tree-wide: spelling fixes
Veres Lajos
2014-12-31
1
-1
/
+1
*
Move dropin listing to shared
Zbigniew Jędrzejewski-Szmek
2014-12-16
1
-1
/
+1
*
unit: handle nicely of certain unit types are not supported on specific systems
Lennart Poettering
2014-12-15
1
-7
/
+8
*
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...
Lennart Poettering
2014-12-10
1
-1
/
+1
*
unit: update unit dropin paths and time when dropin file is written.
WaLyong Cho
2014-12-09
1
-2
/
+19
*
core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...
Lennart Poettering
2014-12-09
1
-1
/
+1
*
systemctl: show unit file preset state in "systemctl status" output"
Lennart Poettering
2014-12-02
1
-0
/
+12
*
core: convert log_unit_*() to log_unit_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-28
1
-4
/
+4
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-21
/
+21
*
core: get rid of condition.c and move the remaining call into util.c
Lennart Poettering
2014-11-06
1
-2
/
+49
*
core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...
Lennart Poettering
2014-11-06
1
-5
/
+48
*
Convert the rest to sd_bus_errnomap
Zbigniew Jędrzejewski-Szmek
2014-10-31
1
-6
/
+4
[next]