index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
path-lookup: clean up user_config_home() and user_runtime_dir()
Lennart Poettering
2016-04-12
1
-48
/
+37
*
path-lookup: stop exporting two functions
Lennart Poettering
2016-04-12
2
-5
/
+2
*
core: modernize manager_build_unit_patch_cache() a bit
Lennart Poettering
2016-04-12
1
-15
/
+8
*
core: don't reorder drop-ins when changing properties
Lennart Poettering
2016-04-12
1
-1
/
+0
*
core: don't drop transient drop-ins when loading the rest
Lennart Poettering
2016-04-12
1
-2
/
+11
*
core: rework logic to drop duplicate and non-existing items from search path
Lennart Poettering
2016-04-12
4
-17
/
+100
*
path-lookup: split out logic for mkdir/rmdir of generator dirs in their own f...
Lennart Poettering
2016-04-12
3
-15
/
+40
*
core: add a separate unit directory for transient units
Lennart Poettering
2016-04-12
4
-36
/
+99
*
path-lookup: add configured unit paths back into search path
Lennart Poettering
2016-04-12
1
-0
/
+2
*
core: reuse manager_get_runtime_prefix() at more places
Lennart Poettering
2016-04-12
2
-20
/
+10
*
install: add root directory to LookupPaths structure
Lennart Poettering
2016-04-12
5
-143
/
+73
*
install: change in_search_path() to take a LookupPaths structure
Lennart Poettering
2016-04-12
1
-4
/
+4
*
install: rename unit_file_is_generated() → path_is_generator()
Lennart Poettering
2016-04-12
1
-7
/
+7
*
install: be more accurate when checking whether something is runtime configur...
Lennart Poettering
2016-04-12
1
-1
/
+21
*
network: hashmap_put() can fail
Lennart Poettering
2016-04-12
1
-7
/
+8
*
core: introduce MANAGER_IS_RELOADING() macro
Lennart Poettering
2016-04-12
7
-23
/
+17
*
core: remove ManagerRunningAs enum
Lennart Poettering
2016-04-12
36
-282
/
+258
*
systemctl: port systemctl over to the new LookupPaths configuration directory...
Lennart Poettering
2016-04-12
1
-76
/
+28
*
install: make use of configuration directory paths in LookupPaths
Lennart Poettering
2016-04-12
1
-146
/
+51
*
core: add configuration directories to LookupPaths
Lennart Poettering
2016-04-12
2
-7
/
+81
*
core: when enabling a generated unit file, return a clean error
Lennart Poettering
2016-04-12
5
-2
/
+22
*
core: add a new unit file state "generated"
Lennart Poettering
2016-04-12
3
-3
/
+28
*
core: rework generator dir logic, move the dirs into LookupPaths structure
Lennart Poettering
2016-04-12
13
-208
/
+211
*
core: drop SysV paths from path-lookup logic
Lennart Poettering
2016-04-12
2
-80
/
+0
*
sysv-generator: don't use LookupPath logic for determining SysV paths
Lennart Poettering
2016-04-12
1
-3
/
+44
*
import: drop unused definition
Lennart Poettering
2016-04-12
1
-9
/
+0
*
Merge pull request #3016 from martinpitt/systemctl-enable
Lennart Poettering
2016-04-12
1
-2
/
+2
|
\
|
*
Install: correctly report symlink creations
Martin Pitt
2016-04-11
1
-2
/
+2
*
|
Do not report masked units as changed (#2921)
Zbigniew Jędrzejewski-Szmek
2016-04-12
3
-171
/
+173
*
|
tests: port udev-test to log_*_errno (#3015)
Evgeny Vereshchagin
2016-04-11
1
-20
/
+13
*
|
Merge pull request #3014 from msekletar/nspawn-empty-machine-id-v3
Lennart Poettering
2016-04-11
1
-27
/
+81
|
\
\
|
|
/
|
/
|
|
*
nspawn: always setup machine id
Michal Sekletar
2016-04-11
1
-27
/
+81
*
|
Merge pull request #3011 from evverx/dont-silently-skip-test-namespace
Ronny Chevalier
2016-04-11
1
-2
/
+7
|
\
\
|
*
|
tests: don't silently skip `test-namespace`
Evgeny Vereshchagin
2016-04-11
1
-2
/
+7
*
|
|
Merge pull request #2996 from keszybz/coverity-fixes
Martin Pitt
2016-04-11
13
-46
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core/service: only search for pid if loading from file failed
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-4
/
+3
|
*
|
core/service: drop return value that is always ignored anyway
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-17
/
+11
|
*
|
shutdown: use (void)
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+1
|
*
|
nspawn: ignore failure to chdir
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+2
|
*
|
journal: assert gcry_mpi_scan succeeded
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+1
|
*
|
sd-resolve: ignore error in pthread_join()
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-2
/
+3
|
*
|
basic/util: check return value of dup2 in fork_agent()
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-5
/
+9
|
*
|
import: use (void) more
Zbigniew Jędrzejewski-Szmek
2016-04-09
2
-7
/
+5
|
*
|
udevadm: assert return value
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+1
|
*
|
udevd: use (void) to silence coverity
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-3
/
+4
|
*
|
resolved: handle oom properly
Zbigniew Jędrzejewski-Szmek
2016-04-09
2
-4
/
+5
|
*
|
network: check return value
Zbigniew Jędrzejewski-Szmek
2016-04-09
1
-1
/
+5
|
|
/
*
/
tests: ignore some mount errors in test-udev
Evgeny Vereshchagin
2016-04-10
1
-7
/
+10
|
/
*
Merge pull request #2985 from keszybz/lldp-assert
Martin Pitt
2016-04-08
1
-2
/
+1
|
\
|
*
lldp: replace if with assert_cc
Zbigniew Jędrzejewski-Szmek
2016-04-07
1
-2
/
+1
[next]