projects
/
systemd
/
.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
systemd/.git
2023-10-19
Frantisek Sumsal
test: unify checking for user xattrs support in cgroupfs
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Zbigniew Jędrzejewsk...
meson: generate proper version tag when git fails on...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Luca Boccassi
executor: fix double free of MountOptions
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Luca Boccassi
Merge pull request #29617 from keszybz/efi-no-xmalloc0
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Yu Watanabe
cgroup-util: drop dead code block
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Luca Boccassi
Merge pull request #29595 from YHNdnzj/systemctl-failed...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Zbigniew Jędrzejewsk...
efi: drop unused xmalloc0()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Zbigniew Jędrzejewsk...
efi: do not memzero fields before initializing them
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Arthur Shau
varlink: Add new varlink_collect method
commit
|
commitdiff
|
tree
|
snapshot
2023-10-19
Frantisek Sumsal
fuzz: unify logging setup
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Luca Boccassi
Merge pull request #29611 from mrc0mmand/execute-serial...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Frantisek Sumsal
core: don't assert when serializing malformed state
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Frantisek Sumsal
test: add a fuzzer for exec_{serialize,deserialize...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Mike Yuan
systemctl: is-failed: check if system is degraded when...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Mike Yuan
systemctl: minor modernization
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
Merge pull request #29594 from poettering/cgroup-rename...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Frantisek Sumsal
test: use Type=exec for the test unit
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
manager: move idle_pipe allocation to manager.c and...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Luca Boccassi
Merge pull request #29583 from poettering/deserialize...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
update TODO
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
test-cgroup: make test case a bit more robust towards...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
killall: port killing spree loop over to PidRef
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
test: port tests over to new /proc/ enumeration API
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add API for enumerating processes in...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_is_unwaited() and make pid_is_...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_is_my_child()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: change pid_is_alive() to not eat up error...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_get_uid() and rename get_proce...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
core: port unit/process kill logic to pidref
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
pidref: add new pidref_is_self() helper
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_get_comm() and rename get_proc...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
dbus-unit: make sure GetProcesses() D-Bus call internal...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_is_kernel_thread()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
process-util: add pidref_get_cmdline()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
cgroup-show: use size_t for array sizes
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
pidref: we never have to verify PID 1
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
cgroup-util: make cg_pidref_get_path() PidRef parameter...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
pidref: make signal sending calls take const PidRef
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
fd-util: use close_many() where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
fd-util: add new helper close_many_unset()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
execute: use close_many_and_free() more
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
serialize: add serialize_fd_many() helper
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
serialize: change order of deserialize_strv() parameters
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
serialize: modernize deserialize_{usec|dual_timestamp...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
serialize: add new helper deserialize_fd()
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
pidref: make pidref_verify() parameter const
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Lennart Poettering
cgroup-util: rename all return parameters in cgroup...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Yu Watanabe
tree-wide: fix typo
commit
|
commitdiff
|
tree
|
snapshot
2023-10-18
Ronan Pigott
network: include SSID in ipv6 stable prefix address...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Daniel P. Berrangé
repart: avoid use of uninitialized TPM2B_PUBLIC data
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Luca Boccassi
Merge pull request #29441 from evelikov/no-input-delay
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Lennart Poettering
cgroup: turn device cgroup controller "rwm" strings...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Luca Boccassi
Merge pull request #29586 from poettering/read-stripped...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Franck Bui
meson: add build option for install path of main config...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Zbigniew Jędrzejewsk...
Merge pull request #29242 from fbuihuu/update-main...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Emil Velikov
sd-boot: add way to disable the 100ms delay when timeout=0
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Emil Velikov
bootctl, sd-boot: cross document the menu-hidden/force ABI
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Emil Velikov
docs/BOOT_LOADER_INTERFACE: mention that menu-* options...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Frantisek Sumsal
test: don't restart journal-upload on an expected fail
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Lennart Poettering
tree-wide: port various parsers over to read_stripped_l...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Lennart Poettering
fileio: add read_stripped_line() as trivial read_line...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Mike Yuan
docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> all
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Mike Yuan
core/mount: allow disabling stop propagation from backi...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Yu Watanabe
Merge pull request #29588 from keszybz/net-naming-schem...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Matthias Schiffer
rules: add mtd/by-name symlinks
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Daan De Meyer
Merge pull request #28373 from DaanDeMeyer/udevadm...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-17
Jan Janssen
meson: Fix unused format parameter warning
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Nick Rosbrook
nspawn: check if we can set CoredumpReceive= before...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Zbigniew Jędrzejewsk...
test: make sure that the default naming scheme name...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Zbigniew Jędrzejewsk...
shared/netif-naming-scheme: align tables
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Zbigniew Jędrzejewsk...
NEWS, man: move description of SR-IOV-R net naming...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Antonio Alvarez...
net_id: add missing naming scheme name for v254
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
Merge pull request #29546 from poettering/run-invoc-id
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Daan De Meyer
udev: Enable filtering the output of udevadm info ...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
Merge pull request #29272 from enr0n/coredump-container
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Luca Boccassi
mount-util: use mount beneath to replace previous names...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
Merge pull request #29548 from poettering/sysext-varlink
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
Merge pull request #29562 from poettering/namespace...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
update TODO
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
run: pin the unit we invoke continously while we are...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
run: output invocation ID when starting service and...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: add // FIXME comments on some suplicate...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: downgrade log messages to LOG_DEBUG
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: don't retry to a mount if we didn't actually...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: downgrade log message of error we ignore...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: convert ProtectHostname= logic to a static...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Daan De Meyer
Add --json switch to udevadm info
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
namespace: normalize memory management of mount list
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
update TODO
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lennart Poettering
sysext: make some calls available via varlink
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Lukas
stub: NULL checks for DeviceHandle and FilePath
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Daan De Meyer
Merge pull request #29558 from mrc0mmand/varlinkctl...
commit
|
commitdiff
|
tree
|
snapshot
2023-10-16
Vishal Chillara...
resolve: fix no mDNS announcement after probing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Jan Janssen
fuzz: Add fuzzer for efi conf/osrel parsing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Jan Janssen
boot: Fix OOB reads in conf/osrel parsing
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Jan Janssen
boot: Move line_get_key_value to efi-string
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Jan Janssen
boot: Move parse_boolean to efi-string
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Jan Janssen
test: Remove unnecessary test prefix
commit
|
commitdiff
|
tree
|
snapshot
2023-10-15
Frantisek Sumsal
core: don't downgrade multi-state settings to boolean
commit
|
commitdiff
|
tree
|
snapshot
2023-10-14
Frantisek Sumsal
docs: update fuzzers docs
commit
|
commitdiff
|
tree
|
snapshot
next