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
*
nspawn: assorted coding style fixes
Lennart Poettering
22 hours
2
-5
/
+3
*
tree-wide: switch various uses of mkdtemp() over to mkdtemp_malloc()
Lennart Poettering
22 hours
2
-44
/
+32
*
meson: enable -Wzero-as-null-pointer-constant
Mike Yuan
2 days
1
-0
/
+3
*
tree-wide: remove unnecessary gcc >= 7 version check
Mike Yuan
2 days
1
-2
/
+0
*
nspawn: trivial scope reduction
Lennart Poettering
3 days
1
-1
/
+2
*
tree-wide: port more code to namespace_open_by_type()
Lennart Poettering
8 days
3
-24
/
+9
*
userdb: synthesize stub user records for the foreign UID
Lennart Poettering
9 days
1
-2
/
+2
*
basic: port various pidfd/pidref helpers to PIDFD_GET_INFO and PIDFD_GET_*_NA...
Lennart Poettering
12 days
1
-5
/
+3
|
\
|
*
namespace-util: modernize fd_is_namespace() and is_our_namespace()
Mike Yuan
14 days
1
-5
/
+3
*
|
signal-util: generalize sigaction_nop_nocldstop
Mike Yuan
14 days
1
-6
/
+1
|
/
*
nspawn: move uid shift/chown() code into shared/
Lennart Poettering
2025-01-04
6
-544
/
+1
*
nspawn: trivial tweaklets (#35831)
Daan De Meyer
2025-01-03
1
-8
/
+5
|
\
|
*
nspawn: improve log messages a bit
Lennart Poettering
2025-01-03
1
-2
/
+2
|
*
nspawn: drop some redundant {}
Lennart Poettering
2025-01-03
1
-6
/
+3
*
|
nspawn: rework userns_mkdir() around chase()
Lennart Poettering
2025-01-03
1
-9
/
+19
|
/
*
discover-image: introduce per-user image directories
Lennart Poettering
2024-12-20
1
-1
/
+2
*
nspawn: switch to read_virtual_file() for reading audit loginuid
Lennart Poettering
2024-12-19
1
-1
/
+1
*
nspawn: trivial improvements
Lennart Poettering
2024-12-19
1
-1
/
+2
*
nspawn: rename pin_fully_visible_fs() → pin_fully_visible_api_fs()
Lennart Poettering
2024-12-19
3
-8
/
+9
*
nspawn: add some additional useful debug logging
Lennart Poettering
2024-12-19
1
-0
/
+4
*
nspawn: make unexpected mkdir() failures fatal
Lennart Poettering
2024-12-19
1
-1
/
+2
*
nspawn: rename 'fd' variable to something more descriptive
Lennart Poettering
2024-12-19
1
-6
/
+7
*
nspawn: use DEVNUM_FORMAT_STR/DEVNUM_FORMAT_VAL more
Lennart Poettering
2024-12-19
1
-1
/
+2
*
ptyfwd: always flush buffer and disconnect before exit
Yu Watanabe
2024-12-18
1
-3
/
+0
*
ptyfwd: always write additional line break on stop
Yu Watanabe
2024-12-18
1
-8
/
+1
*
tree-wide: remove support for kernels lacking ambient caps
Lennart Poettering
2024-12-17
1
-2
/
+2
*
meson: allow to customize the access mode for tty/pts devices
Yu Watanabe
2024-12-16
1
-2
/
+2
*
nspawn: make sure --private-users-ownership=no and =off work the same way
Lennart Poettering
2024-11-27
1
-1
/
+2
*
nspawn: improve error message when we cannot look into a container tree due t...
Lennart Poettering
2024-11-27
1
-3
/
+6
*
nspawn: don't try to unregister a machine we never registered
Lennart Poettering
2024-11-27
1
-1
/
+1
*
nspawn: improve log message on bad incoming sd_notify() message
Lennart Poettering
2024-11-23
1
-1
/
+1
*
nspawn: fix userns_mkdir() invocation
Lennart Poettering
2024-11-23
1
-4
/
+3
*
nspawn: Include arm_fadvise64_64 in syscall allow_list
Michał Górny
2024-11-18
1
-0
/
+1
*
nspawn: --private-users-ownership= value is called 'chown', not 'own'
Lennart Poettering
2024-11-15
1
-1
/
+2
*
nspawn: ignore failure in creating /dev/net/tun when --private-network is uns...
Yu Watanabe
2024-11-14
1
-6
/
+19
*
nspawn: split out copy_devnode_one() and bind_mount_devnode() from copy_devno...
Yu Watanabe
2024-11-14
1
-70
/
+104
*
nspawn: silence warning about failure in getting fuse version
Yu Watanabe
2024-11-14
1
-1
/
+2
*
nspawn: fix indentation of run_container() parameter list
Lennart Poettering
2024-11-12
1
-9
/
+9
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
4
-48
/
+40
*
tree-wide: use isatty_safe() everywhere
Lennart Poettering
2024-10-25
1
-3
/
+3
*
Merge pull request #34783 from keszybz/man-nspawn-private-users
Zbigniew Jędrzejewski-Szmek
2024-10-18
1
-1
/
+1
|
\
|
*
tree-wise: use "lightweight" spelling
Zbigniew Jędrzejewski-Szmek
2024-10-18
1
-1
/
+1
*
|
fdset: optionally, close remaining fds asynchronously
Lennart Poettering
2024-10-17
1
-1
/
+1
|
/
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
3
-32
/
+15
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
seccomp-util: include @sandbox in @default
Mickaël Salaün
2024-09-27
1
-1
/
+0
*
tree-wide: drop unnecessary 'struct'
Yu Watanabe
2024-09-18
1
-1
/
+1
*
nspawn: fix typo
Yu Watanabe
2024-09-16
1
-1
/
+1
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
1
-0
/
+4
[next]