summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* socket-activate: make a copy of the command name and argumentsFrantisek Sumsal2023-06-161-2/+9
* journal-gatewayd: make MHD_OPTION_EXTERNAL_LOGGER the first optionFrantisek Sumsal2023-06-161-2/+2
* Merge pull request #27927 from Geass-LL/mainLennart Poettering2023-06-167-25/+102
|\
| * core/unit: increase the NameOwnerChanged/GetNameOwner timeout to the unit's s...licunlong2023-06-161-5/+34
| * core/unit: add get_timeout_start_usec in UnitVTable and define it for servicelicunlong2023-06-162-0/+9
| * sd-bus: make bus_add_match_full accept timeoutlicunlong2023-06-154-20/+59
* | journalctl: add --truncate-newline optionzhmylove2023-06-165-14/+35
* | Merge pull request #28053 from mrc0mmand/assorted-fixesLuca Boccassi2023-06-1614-22/+17
|\ \
| * | udev: use timestamp_is_set() in one more placeFrantisek Sumsal2023-06-151-1/+1
| * | audit-util,varlink: use IOVEC_MAKE() in a couple more placesFrantisek Sumsal2023-06-152-8/+3
| * | tree-wide: fix a couple of typosFrantisek Sumsal2023-06-1511-13/+13
* | | find-esp: fix XBOOTLDR stx_dev_major=0 and not btrfs fixнаб2023-06-161-1/+1
* | | core: fix post-fork memory leakLuca Boccassi2023-06-161-1/+1
|/ /
* | systemctl: let's emphasize a bit that halt/poweroff/reboot/shutdown are compa...Lennart Poettering2023-06-152-7/+21
* | execute: fix the condition of private mounts for user namespacingHaochen Tong2023-06-152-6/+6
* | kernel-install: skip to read /etc/machine-info in testYu Watanabe2023-06-152-0/+10
* | network: make degraded-carrier bond/bridge as routable (#27776)Henrik Holst2023-06-151-3/+7
* | Merge pull request #28038 from mrc0mmand/cleanupsLuca Boccassi2023-06-151-0/+0
|\ \
| * | activate: rename to socket-activateFrantisek Sumsal2023-06-141-0/+0
* | | Merge pull request #28036 from medhefgo/mesonLuca Boccassi2023-06-143-4/+3
|\ \ \
| * | | meson: Use build_tgt.name()Jan Janssen2023-06-141-2/+1
| * | | meson: Use fs module in more placesJan Janssen2023-06-142-2/+2
* | | | mkfs-util: Hide /proc/self/mounts before running mkfsDaan De Meyer2023-06-141-1/+9
| |/ / |/| |
* | | resolvectl: fix double free issueLennart Poettering2023-06-141-1/+1
* | | bootctl: warn if the ESP random seed is stored on a world-readable dirLennart Poettering2023-06-141-1/+42
* | | Merge pull request #27946 from keszybz/ukify-genkey-verbZbigniew Jędrzejewski-Szmek2023-06-143-50/+281
|\ \ \
| * | | ukify: make the certficate validity configurableZbigniew Jędrzejewski-Szmek2023-06-141-2/+13
| * | | test_ukify: skip test requiring cryptographyZbigniew Jędrzejewski-Szmek2023-06-141-0/+3
| * | | test_ukify: cleanups suggested by pylintZbigniew Jędrzejewski-Szmek2023-06-141-4/+5
| * | | ukify: add 'genkey' verbZbigniew Jędrzejewski-Szmek2023-06-142-6/+187
| * | | ukify: move verb mangling to finalize_options()Zbigniew Jędrzejewski-Szmek2023-06-123-31/+28
| * | | ukify: split out iteration over phase path groups and keysZbigniew Jędrzejewski-Szmek2023-06-121-7/+14
| * | | man,test: root or hardware is not needed for ukifyZbigniew Jędrzejewski-Szmek2023-06-121-2/+2
| * | | ukify: fix synopsis in --helpZbigniew Jędrzejewski-Szmek2023-06-121-1/+1
| * | | ukify: use pager for --helpZbigniew Jędrzejewski-Szmek2023-06-121-0/+31
* | | | coverage: fix build with g++Frantisek Sumsal2023-06-141-5/+13
| |/ / |/| |
* | | sleep-config: add comment about securityChristoph Anton Mitterer2023-06-141-0/+8
* | | Merge pull request #28032 from poettering/mumumµLennart Poettering2023-06-1417-34/+38
|\ \ \
| * | | tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-1415-28/+28
| * | | time-util,socket: accept both kinds of unicode µ symbolsLennart Poettering2023-06-143-6/+10
* | | | bootctl: fix docs/--help to say that "bootctl random-seed" not just initializ...Lennart Poettering2023-06-141-1/+2
* | | | Merge pull request #28012 from poettering/resolvectl-dump-cacheLennart Poettering2023-06-1410-32/+338
|\ \ \ \ | |/ / / |/| | |
| * | | resolvectl: add resolvectl command for dumping cache contentsLennart Poettering2023-06-121-0/+153
| * | | resolved: add DNS_RESOURCE_KEY_TO_STRING() macro helperLennart Poettering2023-06-121-0/+3
| * | | resolved: add dns_resource_key_from_json() helperLennart Poettering2023-06-123-29/+30
| * | | resolved: add DumpCache varlink call for acquiring a complete dump of all of ...Lennart Poettering2023-06-125-3/+141
| * | | json: add json_dispatch_variant_noref() helperLennart Poettering2023-06-122-0/+11
* | | | Merge pull request #26728 from keszybz/meson-updateLennart Poettering2023-06-131-25/+16
|\ \ \ \
| * | | | meson: stop using nested lists for sourcesZbigniew Jędrzejewski-Szmek2023-06-071-25/+16
* | | | | Merge pull request #27846 from keszybz/link-mode-generationLennart Poettering2023-06-134-93/+82
|\ \ \ \ \