index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10901 from poettering/startswith-list
Yu Watanabe
2018-11-26
1
-11
/
+4
|
\
|
*
tree-wide: port more code over to PATH_STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-11
/
+4
*
|
cgroup: be more careful with which controllers we can enable/disable on a cgroup
Lennart Poettering
2018-11-23
1
-1
/
+1
|
/
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
4
-265
/
+204
*
Merge pull request #10860 from keszybz/more-cleanup-2
Lennart Poettering
2018-11-21
1
-0
/
+1
|
\
|
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
|
nspawn: use EXIT_EXCEPTION where appropriate
Lennart Poettering
2018-11-20
1
-2
/
+3
|
/
*
Merge pull request #10753 from keszybz/pager-no-interrupt
Lennart Poettering
2018-11-14
1
-1
/
+1
|
\
|
*
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+1
*
|
nspawn: add a hint to the message we emit when a child dies
Zbigniew Jędrzejewski-Szmek
2018-11-13
1
-1
/
+2
|
/
*
nspawn: rework how we allocate/kill scopes
Lennart Poettering
2018-11-09
3
-3
/
+70
*
nspawn: merge two variable declaration lines
Lennart Poettering
2018-11-09
1
-2
/
+1
*
nspawn: simplify machine terminate bus call
Lennart Poettering
2018-11-09
3
-29
/
+9
*
nspawn: make use of the new sd_bus_set_close_on_exit() call in nspawn
Lennart Poettering
2018-11-09
1
-0
/
+4
*
tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...
Yu Watanabe
2018-11-06
2
-4
/
+4
*
nspawn: beef up netns checking a bit, for compat with old kernels
Lennart Poettering
2018-10-31
1
-3
/
+5
*
nspawn: add proper error message if setns() on network namespace fd fails
Lennart Poettering
2018-10-31
1
-1
/
+1
*
sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...
Yu Watanabe
2018-10-29
1
-4
/
+3
*
add ephemeral to nspawn-settings.
Jiuyang liu
2018-10-24
3
-3
/
+10
*
systemd-nspawn: do not crash on /var/log/journal creation if not required
Zbigniew Jędrzejewski-Szmek
2018-10-22
1
-12
/
+10
*
nspawn: do not include '%m' in log message if errno is zero
Yu Watanabe
2018-10-19
1
-1
/
+1
*
Merge pull request #10389 from poettering/nspawn-path-fix
Yu Watanabe
2018-10-19
1
-0
/
+11
|
\
|
*
nspawn: use container $PATH (not host $PATH) when searching for PID 1 binarie...
Lennart Poettering
2018-10-18
1
-0
/
+11
*
|
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-2
/
+2
*
|
Merge pull request #10407 from yuwata/netlink-slot
Lennart Poettering
2018-10-18
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
sd-netlink: make sd_netlink_slot take its description
Yu Watanabe
2018-10-16
1
-2
/
+2
|
*
sd-netlink: introduce sd_netlink_slot
Yu Watanabe
2018-10-15
1
-2
/
+2
*
|
nspawn: TAKE_FD() is your friend
Lennart Poettering
2018-10-15
1
-11
/
+5
*
|
tree-wide: use sockaddr_un_unlink() at two more places where appropriate
Lennart Poettering
2018-10-15
1
-1
/
+1
*
|
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
|
tree-wide: use structured initialization for sockaddr_un
Lennart Poettering
2018-10-15
1
-3
/
+3
|
/
*
be consistent about sun_path length
David Tardon
2018-10-12
1
-1
/
+1
*
nspawn: add comments explaining the namespacing situation and the inner/outer...
Lennart Poettering
2018-10-09
1
-0
/
+16
*
nspawn: optionally don't mount a tmpfs over /tmp (#10294)
Lennart Poettering
2018-10-08
3
-3
/
+14
*
nspawn: when --quiet is passed, simply downgrade log messages to LOG_DEBUG (#...
Lennart Poettering
2018-09-26
1
-10
/
+9
*
nspawn: chown() the legacy hierarchy when it's used in a container
Evgeny Vereshchagin
2018-09-26
1
-1
/
+1
*
Merge pull request #10158 from keszybz/seccomp-log-tightening
Lennart Poettering
2018-09-26
1
-11
/
+7
|
\
|
*
seccomp: tighten checking of seccomp filter creation
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-9
/
+5
|
*
seccomp: reduce logging about failure to add syscall to seccomp
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-2
/
+2
*
|
fs-util: make symlink_idempotent() optionally create relative link
Yu Watanabe
2018-09-24
1
-2
/
+2
|
/
*
nspawn: suppress one more log message when --quiet is passed
Yu Watanabe
2018-09-19
1
-1
/
+2
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+4
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
nspawn: use copy-static if systemd-resolved is up and image is writable
afg
2018-09-12
1
-6
/
+1
*
nspawn: always use mode 555 for /sys
Franck Bui
2018-09-11
1
-1
/
+1
*
nspawn: replace udev_device by sd_device
Yu Watanabe
2018-08-22
2
-34
/
+16
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-2
/
+30
|
\
|
*
nspawn: add two missing OOM checks
Lennart Poettering
2018-08-20
1
-0
/
+5
|
*
nspawn: make sure to create /dev/char/x:y symlinks in nspawn containers too
Lennart Poettering
2018-08-20
1
-2
/
+25
*
|
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+15
[next]