index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nspawn
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
2
-9
/
+9
*
nspawn: when running nspawn, set a $PATH including both bin + sbin by default...
Lennart Poettering
2018-04-20
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
24
-312
/
+0
*
nspawn: wait for network namespace creation before interface setup (#8633)
Philip Sequeira
2018-04-05
1
-4
/
+15
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
6
-67
/
+30
*
Merge pull request #8552 from keszybz/test-improvements
Lennart Poettering
2018-03-23
1
-2
/
+2
|
\
|
*
tree-wide: warn when a directory path already exists but has bad mode/owner/type
Zbigniew Jędrzejewski-Szmek
2018-03-23
1
-1
/
+1
|
*
basic/mkdir: convert bool flag to enum
Zbigniew Jędrzejewski-Szmek
2018-03-22
1
-1
/
+1
*
|
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
2
-6
/
+3
*
|
When mangling names, optionally emit a warning (#8400)
Zbigniew Jędrzejewski-Szmek
2018-03-21
1
-1
/
+1
|
/
*
dissect: add dissect_image_and_warn() that unifies error message generation f...
Lennart Poettering
2018-03-21
1
-18
/
+4
*
nspawn: move network namespace creation to a separate step (#8430)
Zbigniew Jędrzejewski-Szmek
2018-03-20
1
-6
/
+7
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
2
-31
/
+9
*
nspawn: close pipe on error
Lennart Poettering
2018-02-28
1
-2
/
+4
*
util: add new safe_close_above_stdio() wrapper
Lennart Poettering
2018-02-28
1
-6
/
+3
*
nspawn: propagate original error. No need to make up -EIO
Lennart Poettering
2018-02-28
1
-4
/
+2
*
nspawn: use STR_IN_SET() where we can
Lennart Poettering
2018-02-28
1
-1
/
+2
*
nspawn: port some code to use read_line()
Lennart Poettering
2018-02-28
1
-23
/
+21
*
tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-1
/
+1
*
nspawn: remove unnecessary mount option parsing logic
Yu Watanabe
2018-02-21
1
-43
/
+2
*
nspawn: fix indentation
Yu Watanabe
2018-02-21
1
-6
/
+6
*
nspawn: make sure we don't leak the fd in chase_symlinks_and_update
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-4
/
+2
*
tree-wide: port all code to use safe_getcwd()
Lennart Poettering
2018-01-17
1
-2
/
+5
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
2
-0
/
+3
*
tree-wide: install matches asynchronously
Lennart Poettering
2018-01-05
1
-7
/
+9
*
tree-wide: unify the process name we pass to wait_for_terminate_and_check() w...
Lennart Poettering
2018-01-04
1
-3
/
+5
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
2
-3
/
+3
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
2
-8
/
+6
*
Merge pull request #7663 from keszybz/mkdir-return-value
Lennart Poettering
2017-12-24
2
-15
/
+18
|
\
|
*
Add mkdir_errno_wrapper() and use instead of mkdir() in various places
Zbigniew Jędrzejewski-Szmek
2017-12-16
2
-15
/
+18
*
|
bus-unit-util: add socket unit related options
Yu Watanabe
2017-12-23
1
-2
/
+2
*
|
nspawn: Include missing.h
Henrik Grindal Bakken
2017-12-18
1
-0
/
+1
|
/
*
Merge pull request #7469 from kinvolk/dongsu/nspawn-netns
Zbigniew Jędrzejewski-Szmek
2017-12-14
1
-52
/
+103
|
\
|
*
nspawn: introduce an option for specifying network namespace path
Dongsu Park
2017-12-13
1
-52
/
+103
*
|
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
2
-4
/
+4
*
|
tree-wide: unify logging of "Must be root" message
Lennart Poettering
2017-12-11
1
-4
/
+3
|
/
*
nspawn: turn on watchdog logic for nspawn too
Lennart Poettering
2017-12-07
1
-0
/
+2
*
build-sys: make the dynamic UID range, and the container UID range configurable
Lennart Poettering
2017-12-06
2
-8
/
+2
*
nspawn: when in hybrid mode, chown() both the legacy and the unified hierarch...
Lennart Poettering
2017-12-05
3
-3
/
+16
*
nspawn: make sure images containing an ESP are compatible with userns -U mode
Lennart Poettering
2017-12-05
1
-1
/
+15
*
cgroup: also include "cgroups.threads" in the list of files to chown
Lennart Poettering
2017-12-05
1
-5
/
+7
*
nspawn: figure out cgroup mode *after* mounting image
Lennart Poettering
2017-12-05
1
-9
/
+57
*
util-lib: rename path_check_fstype to path_is_fs_type
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-1
/
+1
*
nspawn: adjust path to static resolv.conf to support split usr
Yu Watanabe
2017-11-25
1
-2
/
+8
*
nspawn: hash the machine name, when looking for a suitable UID base (#7437)
Lennart Poettering
2017-11-24
1
-1
/
+15
*
Merge pull request #7442 from poettering/scope-fixes
Lennart Poettering
2017-11-24
3
-19
/
+98
|
\
|
*
nspawn: make use of the RequestStop logic of scope units
Lennart Poettering
2017-11-23
3
-19
/
+98
*
|
Merge pull request #7453 from neosilky/coccinelle-fixes
Lennart Poettering
2017-11-24
1
-2
/
+2
|
\
\
[next]