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
*
various: use id128_from_string_not_null()
Zbigniew Jędrzejewski-Szmek
2023-09-02
1
-5
/
+4
*
nspawn: check validity of the internal interface name only explicitly specified
Yu Watanabe
2023-08-24
1
-10
/
+12
*
tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhere
Lennart Poettering
2023-08-21
4
-17
/
+1
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
1
-6
/
+1
*
nspawn,shared: make ERRNO_IS_SECCOMP_FATAL an inline func with _NEG_ variant
Zbigniew Jędrzejewski-Szmek
2023-08-16
2
-15
/
+13
*
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-33
/
+27
*
seccomp: add LoongArch 64bit support
Xiaotian Wu
2023-08-09
1
-0
/
+3
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-12
/
+3
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-22
/
+10
*
meson: move declarations of modules-load, nspawn, update-done, and update-utmp
Yu Watanabe
2023-08-01
1
-1
/
+17
*
nspawn,shared: cleanup use of ERRNO_IS_SECCOMP_FATAL()
Dmitry V. Levin
2023-07-28
2
-9
/
+12
*
nspawn: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
2023-07-28
1
-13
/
+14
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
3
-6
/
+6
*
process-util: add simple wrapper around PR_SET_CHILD_SUBREAPER
Lennart Poettering
2023-06-23
1
-2
/
+3
*
tree-wide: getpid() → getpid_cached()
Lennart Poettering
2023-06-23
1
-1
/
+1
*
btrfs-util: Add btrfs_subvol_snapshot_at()
Daan De Meyer
2023-06-06
1
-15
/
+15
*
label: Rename to label-util.h
Daan De Meyer
2023-05-30
1
-1
/
+1
*
nspawn: restore cross-architecture booting
Luca Boccassi
2023-05-26
1
-4
/
+4
*
Merge pull request #27774 from dtardon/free-cleanup
Yu Watanabe
2023-05-24
1
-4
/
+3
|
\
|
*
tree-wide: use free_and_str*dup() more
David Tardon
2023-05-24
1
-4
/
+3
*
|
tree-wide: convert more resolve1.Manager calls to BusLocator
David Tardon
2023-05-24
1
-7
/
+2
|
/
*
nspawn: make the error message less confusing
Frantisek Sumsal
2023-05-18
1
-2
/
+2
*
nspawn: correctly parse a list of interfaces
Frantisek Sumsal
2023-05-18
1
-27
/
+37
*
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: modernize the cleanup functions a bit
Frantisek Sumsal
2023-05-16
1
-16
/
+12
*
nspawn: avoid NULL pointer dereference
Frantisek Sumsal
2023-05-16
2
-0
/
+3
*
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
*
nspawn: simplify error handling
Frantisek Sumsal
2023-05-14
1
-6
/
+4
*
nspawn: port over to /supervisor/ subcgroup being delegated to nspawn
Lennart Poettering
2023-04-27
1
-5
/
+16
*
nspawn: Don't follow /etc/resolv.conf symlinks
Daan De Meyer
2023-04-24
1
-1
/
+1
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-2
/
+1
*
image-policy: introduce parse_image_policy_argument() helper
Yu Watanabe
2023-04-13
1
-9
/
+3
*
nspawn: container network interface naming
Thierry Martin
2023-04-12
6
-66
/
+194
*
Merge pull request #25608 from poettering/dissect-moar
Lennart Poettering
2023-04-12
1
-1
/
+19
|
\
|
*
tree-wide: hook up image dissection policy logic everywhere
Lennart Poettering
2023-04-05
1
-1
/
+19
*
|
Merge pull request #26887 from yuwata/proc-cmdline-filter-arguments
Zbigniew Jędrzejewski-Szmek
2023-04-07
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
tree-wide: reset optind to 0 when GNU extensions in optstring are used
Yu Watanabe
2023-03-29
1
-0
/
+3
*
|
nspawn: ignore NULL machine ID in the container
Yu Watanabe
2023-04-04
1
-11
/
+1
*
|
Revert "sd-id128: make id128_read() optionally take root directory"
Yu Watanabe
2023-04-04
1
-1
/
+4
|
/
*
sd-id128: make id128_read() optionally take root directory
Yu Watanabe
2023-03-27
1
-4
/
+1
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
3
-23
/
+23
[next]