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
*
manager: run environment generators
Zbigniew Jędrzejewski-Szmek
2017-02-21
2
-12
/
+60
*
exec-util: implement a set of callbacks to pass variables around
Zbigniew Jędrzejewski-Szmek
2017-02-21
3
-0
/
+159
*
basic/env-util: drop _pure_ from static function
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+1
*
env-util,fileio: immediately replace variables in load_env_file_push()
Zbigniew Jędrzejewski-Szmek
2017-02-21
3
-7
/
+34
*
basic/fileio: add helper function for a set of two common checks
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-33
/
+25
*
core/manager: move environment serialization out to basic/env-util.c
Zbigniew Jędrzejewski-Szmek
2017-02-21
3
-26
/
+42
*
core/manager: fix grammar in comment
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-4
/
+3
*
basic/exec-util: add support for synchronous (ordered) execution
Zbigniew Jędrzejewski-Szmek
2017-02-21
6
-47
/
+349
*
core/manager: split out creation of serialization fd out to a helper
Zbigniew Jędrzejewski-Szmek
2017-02-21
4
-13
/
+34
*
basic/strv: allow NULLs to be inserted into strv
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-6
/
+6
*
manager: fix handling of failure in initialization
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-1
/
+3
*
basic/def: indentation
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-7
/
+7
*
basic/exec-util: use conf_files_list_strv to list executables
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-50
/
+25
*
basic/conf-files: extend conf_files_list() to list unsuffixed files
Zbigniew Jędrzejewski-Szmek
2017-02-12
2
-4
/
+22
*
basic/exec-util: split out actual execution to a different function
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-25
/
+35
*
basic/util: move execute_directory() to separate file
Zbigniew Jędrzejewski-Szmek
2017-02-12
9
-190
/
+293
*
core: make sure to destroy all name watching bus slots when we are kicked off...
Lennart Poettering
2017-02-10
2
-1
/
+13
*
seccomp: add forgotten munmap() syscall to @file-system (#5291)
Lennart Poettering
2017-02-10
1
-0
/
+1
*
dropin: always initialize return parameters on success
Lennart Poettering
2017-02-09
1
-4
/
+7
*
dropin: let's reduce duplicate a bit
Lennart Poettering
2017-02-09
1
-10
/
+3
*
dropin: let's prefer strjoina() over strjoin()
Lennart Poettering
2017-02-09
1
-4
/
+2
*
dropin: downgrade logging about paths we cannot canonicalize
Lennart Poettering
2017-02-09
1
-4
/
+4
*
Merge pull request #5287 from poettering/exit-codes
Zbigniew Jędrzejewski-Szmek
2017-02-09
1
-14
/
+63
|
\
|
*
execute: set the right exit status for CHDIR vs. CHROOT
Lennart Poettering
2017-02-09
1
-8
/
+14
|
*
execute: use prefix_roota() where appropriate
Lennart Poettering
2017-02-09
1
-1
/
+1
|
*
execute: set working directory to /root if User= is not set, but WorkingDirec...
Lennart Poettering
2017-02-09
1
-5
/
+45
|
*
Revert "core/execute: set HOME, USER also for root users"
Lennart Poettering
2017-02-09
1
-1
/
+4
*
|
Merge pull request #5255 from poettering/percent-escape
Zbigniew Jędrzejewski-Szmek
2017-02-09
1
-14
/
+47
|
\
\
|
|
/
|
/
|
|
*
fstab-generator: also convert % → %% for What=
Lennart Poettering
2017-02-08
1
-10
/
+24
|
*
fstab-generator: Options= applies specifier expansion
Lennart Poettering
2017-02-08
1
-4
/
+23
*
|
networkd: add multicast membership to lldp socket (#5282)
27o
2017-02-09
1
-0
/
+21
*
|
dhcp-server: always save the ACKed lease address (#5281)
27o
2017-02-09
1
-1
/
+1
*
|
Merge pull request #4962 from poettering/root-directory-2
Zbigniew Jędrzejewski-Szmek
2017-02-09
14
-109
/
+350
|
\
\
|
*
|
dissect: try to read roothash value off user.verity.roothash xattr of image file
Lennart Poettering
2017-02-07
1
-14
/
+22
|
*
|
core,nspawn,dissect: make nspawn's .roothash file search reusable
Lennart Poettering
2017-02-07
5
-51
/
+84
|
*
|
core: add RootImage= setting for using a specific image file as root director...
Lennart Poettering
2017-02-07
9
-15
/
+85
|
*
|
dissect: make sure to manually follow symlinks when mounting dissected image
Lennart Poettering
2017-02-07
1
-15
/
+24
|
*
|
core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...
Lennart Poettering
2017-02-07
3
-10
/
+25
|
*
|
core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...
Lennart Poettering
2017-02-07
7
-14
/
+113
|
*
|
core: fix minor memleak in namespace.c
Lennart Poettering
2017-02-07
1
-5
/
+12
*
|
|
Merge pull request #5270 from poettering/seccomp-namespace-fix
Evgeny Vereshchagin
2017-02-09
4
-8
/
+51
|
\
\
\
|
*
|
|
seccomp: on s390 the clone() parameters are reversed
Lennart Poettering
2017-02-08
4
-8
/
+51
|
|
|
/
|
|
/
|
*
|
|
systemctl: make sure that --now is carried out (#5209)
Jan Synacek
2017-02-08
1
-8
/
+12
*
|
|
sd-event: "when exiting no signal event are pending" is a wrong assertion (#5...
Franck Bui
2017-02-08
1
-1
/
+0
|
/
/
*
|
nspawn: Add support for sysroot pivoting (#5258)
Philip Withnall
2017-02-08
6
-1
/
+181
*
|
test: Fix a maybe-uninitialised compiler warning (#5269)
Philip Withnall
2017-02-08
1
-1
/
+1
*
|
seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254)
Lennart Poettering
2017-02-08
3
-19
/
+92
*
|
Merge pull request #5231 from keszybz/mask-wants
Lennart Poettering
2017-02-08
7
-115
/
+145
|
\
\
|
*
|
core/load-dropin: add more sanity checks on .wants/.requires symlinks
Zbigniew Jędrzejewski-Szmek
2017-02-08
1
-1
/
+41
|
*
|
core: drop code that is now unused
Zbigniew Jędrzejewski-Szmek
2017-02-08
2
-71
/
+25
[next]