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
*
fuzz: no longer skip empty files
Evgeny Vereshchagin
2022-01-04
2
-10
/
+2
*
dbus-wait-for-jobs: add extra_args to bus_wait_for_jobs_one()
Luca Boccassi
2021-12-30
1
-1
/
+1
*
meson: stop building out convenience libraries by default
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-1
/
+2
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-2
/
+0
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-7
/
+8
*
json: add new JSON_BUILD_CONST_STRING() macro
Lennart Poettering
2021-11-25
1
-2
/
+2
*
nspawn: voidify expose_port_execute() calls
Lennart Poettering
2021-11-22
1
-2
/
+2
*
nspawn: use FOREACH_STRING() more
Lennart Poettering
2021-11-20
1
-8
/
+8
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-28
/
+28
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
tree-wide: don't use mkdir_errno_wrapper() without reason
Lennart Poettering
2021-11-16
1
-3
/
+3
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-4
/
+1
*
umask-util: add helper that resets umask until end of current code block
Lennart Poettering
2021-11-12
1
-6
/
+3
*
nspawn: don't muck with caps if no network setting is used in settings file
Lennart Poettering
2021-11-09
1
-1
/
+2
*
nspawn: only copy syscall filters from settings if actually configured
Lennart Poettering
2021-11-09
1
-10
/
+14
*
nspawn: copy BindUser= setting from settings only if set
Lennart Poettering
2021-11-09
1
-1
/
+2
*
nspawn: use three boolean fields from settings file when actually set
Lennart Poettering
2021-11-09
4
-9
/
+16
*
nspawn: add helper settings_network_configured()
Lennart Poettering
2021-11-09
3
-9
/
+24
*
nspawn: drop two entirely redundant lines
Lennart Poettering
2021-11-09
1
-3
/
+0
*
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
1
-5
/
+12
|
\
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
|
*
tree-wide: drop "f" from sd_notify() calls with a static string
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
|
*
tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-4
/
+11
*
|
tree-wide: always use TAKE_FD() when calling rearrange_stdio()
Lennart Poettering
2021-11-04
1
-2
/
+2
*
|
tree-wide: port various places to use TAKE_PID()
Lennart Poettering
2021-11-03
1
-2
/
+1
|
/
*
nspawn: make sure to chown() implicit source dirs for --bind= to container ro...
Lennart Poettering
2021-10-29
1
-0
/
+5
*
nspawn: add filesystem id mapping support to --bind and --bind-ro
Andreas Valder
2021-10-28
3
-31
/
+45
*
nspawn: fix build when SECCOMP is disabled
Yu Watanabe
2021-10-25
1
-1
/
+1
*
nspawn: ignore --suppress-sync=yes when seccomp is disabled
Yu Watanabe
2021-10-22
1
-0
/
+4
*
nspawn: bump RLIMIT_NOFILE for nspawn payload similar to how host PID 1 does ...
Lennart Poettering
2021-10-22
1
-0
/
+9
*
Merge pull request #21051 from poettering/nspawn-no-sync
Yu Watanabe
2021-10-20
3
-4
/
+35
|
\
|
*
nspawn: add --suppress-sync=yes mode for turning sync() and friends into NOPs...
Lennart Poettering
2021-10-20
3
-4
/
+35
*
|
Typos found by codespell
Dimitri Papadopoulos
2021-10-20
1
-1
/
+1
|
/
*
tree-wide: use AF_NETLINK instead of PF_NETLINK
Yu Watanabe
2021-10-18
1
-1
/
+1
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
basic: move chase_symlinks_and_fopen_unlocked() → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-2
/
+2
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
3
-1
/
+3
*
dissect-image: load embedded verity signature info from image
Lennart Poettering
2021-09-28
1
-0
/
+7
*
dissect-image: discover verity signature partitions
Lennart Poettering
2021-09-28
1
-2
/
+3
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-3
/
+3
*
cgroup-util: use string_hash_ops_free
Yu Watanabe
2021-09-11
1
-1
/
+1
*
dissect-image: rename verity flag booleans
Lennart Poettering
2021-09-10
1
-1
/
+1
*
nspawn: fix type to pass to connect()
Lennart Poettering
2021-09-02
1
-1
/
+1
*
Merge pull request #20257 from bluca/seqno
Luca Boccassi
2021-08-31
1
-0
/
+1
|
\
|
*
dissect: use DISKSEQ when waiting for block devices
Luca Boccassi
2021-07-28
1
-0
/
+1
*
|
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-7
/
+3
*
|
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-14
/
+6
*
|
nspawn: allow --setenv=FOO as equivalent to --setenv=FOO=$FOO
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-8
/
+4
*
|
Add implicit sentinel to strv_env_merge()
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-10
/
+10
*
|
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
3
-4
/
+4
|
/
[next]