index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
man: add systemd.environment-generator(7) with two examples
Zbigniew Jędrzejewski-Szmek
2017-02-21
6
-2
/
+218
*
manager: run environment generators
Zbigniew Jędrzejewski-Szmek
2017-02-21
3
-12
/
+66
*
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
11
-190
/
+303
*
core: make sure to destroy all name watching bus slots when we are kicked off...
Lennart Poettering
2017-02-10
2
-1
/
+13
*
tests: show journal on systemd-resolved.service failures (#5297)
Martin Pitt
2017-02-10
1
-1
/
+5
*
seccomp: add forgotten munmap() syscall to @file-system (#5291)
Lennart Poettering
2017-02-10
1
-0
/
+1
*
Merge pull request #5293 from poettering/seccomp-docs
Zbigniew Jędrzejewski-Szmek
2017-02-10
3
-48
/
+64
|
\
|
*
man: update pam_systemd and systemd-logind man pages a bit
Lennart Poettering
2017-02-09
2
-25
/
+24
|
*
man: improve documentation on seccomp regarding alternative ABIs
Lennart Poettering
2017-02-09
1
-23
/
+40
*
|
Merge pull request #5295 from poettering/shutup-canonicalize
Evgeny Vereshchagin
2017-02-10
1
-22
/
+16
|
\
\
|
*
|
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
|
/
/
*
/
Introduce '## ' as internal comment prefix in .in files and filter out a comm...
Zbigniew Jędrzejewski-Szmek
2017-02-09
2
-3
/
+4
|
/
*
Merge pull request #5287 from poettering/exit-codes
Zbigniew Jędrzejewski-Szmek
2017-02-09
2
-15
/
+66
|
\
|
*
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
2
-2
/
+7
*
|
Merge pull request #5255 from poettering/percent-escape
Zbigniew Jędrzejewski-Szmek
2017-02-09
3
-41
/
+69
|
\
\
|
|
/
|
/
|
|
*
fstab-generator: also convert % → %% for What=
Lennart Poettering
2017-02-08
3
-29
/
+39
|
*
fstab-generator: Options= applies specifier expansion
Lennart Poettering
2017-02-08
3
-12
/
+30
*
|
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 #5279 from keszybz/man-reverts
Martin Pitt
2017-02-09
2
-12
/
+17
|
\
\
|
*
|
man: revert documentation about RequiresMountsFor= honoring noauto
Zbigniew Jędrzejewski-Szmek
2017-02-09
1
-5
/
+3
|
*
|
man: break long lines and update Fedora versions
Zbigniew Jędrzejewski-Szmek
2017-02-09
1
-7
/
+14
*
|
|
Merge pull request #4962 from poettering/root-directory-2
Zbigniew Jędrzejewski-Szmek
2017-02-09
17
-139
/
+405
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
man: add more commas for clarify and reword a few sentences
Zbigniew Jędrzejewski-Szmek
2017-02-09
2
-11
/
+11
|
*
|
update TODO
Lennart Poettering
2017-02-07
1
-4
/
+0
|
*
|
dissect: try to read roothash value off user.verity.roothash xattr of image file
Lennart Poettering
2017-02-07
2
-17
/
+29
|
*
|
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
10
-36
/
+117
|
*
|
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
[next]