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
/
shared
/
exec-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec-util: make execute_strv() optionally take root directory
Yu Watanabe
2023-04-16
1
-3
/
+5
*
shared/exec-util: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2023-04-03
1
-6
/
+3
*
shared/exec-util: null_or_empty_path() does not return boolean
Zbigniew Jędrzejewski-Szmek
2023-03-28
1
-1
/
+1
*
exec-util: introduce EXEC_DIR_SKIP_REMAINING flag
Yu Watanabe
2023-03-17
1
-3
/
+21
*
exec-util: extract the core logic of execute_directories() as execute_strv()
Yu Watanabe
2023-03-17
1
-16
/
+38
*
exec-util: enumerate executables earlier
Yu Watanabe
2023-03-17
1
-10
/
+13
*
exec-util: drop meaningless casts
Yu Watanabe
2023-03-17
1
-7
/
+6
*
exec-util: tighten variable scope a bit
Yu Watanabe
2023-03-17
1
-5
/
+6
*
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-21
1
-0
/
+1
*
exec-util: use TAKE_FD()
Yu Watanabe
2023-02-19
1
-4
/
+2
*
exec-util: propagate error in wait_for_terminate_and_check()
Yu Watanabe
2023-02-19
1
-4
/
+5
*
tree-wide: set FORK_RLIMIT_NOFILE_SAFE flag
Yu Watanabe
2023-02-07
1
-7
/
+2
*
shared: port various shared helpers basename() → path_extract_filename()
Lennart Poettering
2022-12-23
1
-4
/
+12
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-9
/
+3
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-3
/
+1
*
tree-wide: some additional checks to avoid CVE-2021-4034 style weaknesses
Lennart Poettering
2022-01-31
1
-0
/
+9
*
tree-wide: always use TAKE_FD() when calling rearrange_stdio()
Lennart Poettering
2021-11-03
1
-1
/
+1
*
Revert "basic/fd-util: sort the 'except' array in place"
Lennart Poettering
2021-10-27
1
-1
/
+1
*
basic: move freeze() from shared/exec-util.h to basic/process-util.h
Lennart Poettering
2021-10-22
1
-23
/
+0
*
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
2021-10-08
1
-1
/
+1
*
exec-util: handle gracefully if we want to fork an agent but have no controll...
Lennart Poettering
2021-08-30
1
-12
/
+18
*
Add variant of close_all_fds() that does not allocate and use it in freeze()
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-1
/
+1
*
Move freeze() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+23
*
Move fork_agent() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+73
*
Merge pull request #18641 from benjarobin/fix-enum-invalid-val
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-4
/
+6
|
\
|
*
shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALID
Benjamin Robin
2021-02-16
1
-4
/
+6
*
|
shared/exec-util: fix minor memleak
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-8
/
+2
|
/
*
core: also set $SYSTEMD_EXEC_PID= for generators
Yu Watanabe
2021-02-01
1
-2
/
+8
*
Merge pull request #17079 from keszybz/late-exec-resolution
Lennart Poettering
2020-12-03
1
-1
/
+25
|
\
|
*
meson: add option for fexecve use
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-0
/
+2
|
*
shared/exec-util: fall back to execve() also on permission errors
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-2
/
+4
|
*
shared/exec-util: use our own execveat() wrapper instead of fexecve()
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-3
/
+4
|
*
core/execute: fall back to execve() for scripts
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-0
/
+20
|
*
core: use fexecve() to spawn children
Zbigniew Jędrzejewski-Szmek
2020-11-06
1
-1
/
+0
*
|
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
|
/
*
core: add ExecStartXYZEx= with dbus support for executable prefixes
Anita Zhang
2019-05-30
1
-0
/
+74
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
core: Allow to configure execute_directories execution behavior
Matthias Klumpp
2019-02-18
1
-19
/
+38
*
tree-wide: Remove O_CLOEXEC from fdopen
Chris Down
2018-12-12
1
-1
/
+1
*
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-0
/
+3
|
\
|
*
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+3
*
|
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
|
/
*
Move various files that don't need to be in basic/ to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+348