index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
nspawn-oci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nspawn: clean up & unify cleanup handlers
Frantisek Sumsal
2023-05-18
1
-32
/
+30
*
nspawn: use ASSERT_PTR() more
Frantisek Sumsal
2023-05-18
1
-31
/
+25
*
nspawn: make sure the device type survives when setting device mode
Frantisek Sumsal
2023-05-16
1
-1
/
+1
*
nspawn: fix a global-buffer-overflow
Frantisek Sumsal
2023-05-16
1
-0
/
+1
*
nspawn: fix inverted condition
Frantisek Sumsal
2023-05-16
1
-1
/
+1
*
nspawn: call json_dispatch() with a correct pointer
Frantisek Sumsal
2023-05-16
1
-1
/
+1
*
nspawn: all hooks should be arrays of objects, not just objects
Frantisek Sumsal
2023-05-16
1
-3
/
+3
*
nspawn: use the just returned errno in the log message
Frantisek Sumsal
2023-05-16
1
-1
/
+1
*
nspawn: disableOOMKiller should be boolean, not int
Frantisek Sumsal
2023-05-16
1
-7
/
+7
*
nspawn: file system namespace -> mount namespace
Frantisek Sumsal
2023-05-15
1
-1
/
+1
*
nspawn: fix a typo in an error message
Frantisek Sumsal
2023-05-15
1
-1
/
+1
*
src: fix several typos in log messages
Dmitry V. Levin
2023-02-15
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-103
/
+35
*
sd-device: rename devpath_from_devnum() -> devname_from_devnum()
Yu Watanabe
2022-09-02
1
-1
/
+1
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-6
/
+6
*
tree-wide: use devpath_from_devnum() and device_open_from_devnum()
Yu Watanabe
2022-08-28
1
-1
/
+2
*
basic: split out dev_t related calls into new devno-util.[ch]
Lennart Poettering
2022-04-13
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
tree-wide: fix duplicated words
Michael Biebl
2022-03-18
1
-2
/
+2
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-28
/
+28
*
Typos found by codespell
Dimitri Papadopoulos
2021-10-20
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-19
/
+19
*
json: rename json_dispatch_{integer,unsigned} -> json_dispatch_{intmax,uintmax}
Anita Zhang
2021-02-26
1
-2
/
+2
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
nspawn: make rootfs relative to oci bundle path
Arian van Putten
2021-01-12
1
-1
/
+17
*
hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()
Lennart Poettering
2020-12-15
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-10
/
+9
*
seccomp: add support for riscv64
Aurelien Jarno
2020-08-21
1
-0
/
+3
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-13
/
+14
*
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
*
nspawn-oci: use new json_variant_strv() helper
Lennart Poettering
2019-12-02
1
-14
/
+3
*
json: add flags parameter to json_parse_file(), for parsing "sensitive" data
Lennart Poettering
2019-12-02
1
-1
/
+1
*
nspawn: fix misplaced parenthesis and merge two error handling paths
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-7
/
+3
*
tree-wide: drop duplicated blank lines
Yu Watanabe
2019-07-15
1
-1
/
+0
*
Merge pull request #12628 from keszybz/dbus-execute
Michal Sekletar
2019-05-30
1
-14
/
+11
|
\
|
*
Rework cpu affinity parsing
Zbigniew Jędrzejewski-Szmek
2019-05-29
1
-14
/
+11
*
|
nspawn: expose the new seccomp actions in the OCI logic
Lennart Poettering
2019-05-24
1
-5
/
+11
|
/
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-0
/
+1
*
json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bit
Lennart Poettering
2019-04-12
1
-13
/
+11
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
nspawn-oci: mount source is optional
Zbigniew Jędrzejewski-Szmek
2019-03-22
1
-1
/
+1
*
nspawn-oci: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2019-03-22
1
-49
/
+30
*
nspawn: conditionalize libseccomp use
Lennart Poettering
2019-03-22
1
-3
/
+11
*
util-lib: get rid of a helper variable
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-3
/
+2
*
nspawn-oci: add helper function for free_and_strdup with oom check
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-10
/
+2
*
nspawn-oci: use SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-265
/
+201
*
nspawn: add support for executing OCI runtime bundles with nspawn
Lennart Poettering
2019-03-15
1
-0
/
+2352