summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-28homed: Release(): fix assertion failureAdrian Vovk4-27/+73
2024-03-28run: fix generated unit name clash after soft-rebootLuca Boccassi2-3/+31
2024-03-28timedate: fix typoYu Watanabe1-1/+1
2024-03-28journalctl-authenticate: return earlier if we are not on a TTYYu Watanabe1-56/+49
2024-03-28journalctl-authenticate: use open_tmpfile_linkable() and link_tmpfile()Yu Watanabe1-21/+16
2024-03-28journalctl-authenticate: drop unnecessary safe_close()Yu Watanabe1-1/+0
2024-03-28journalctl-authenticate: use is_dir() and refuse symlink for /var/log/journalYu Watanabe1-10/+9
2024-03-27analyze: fix plot with soft-rebootLuca Boccassi2-7/+51
2024-03-27test: cleanup the test script a bitFrantisek Sumsal1-84/+79
2024-03-27test: check for /dev/loop-control when checking lodev availabilityFrantisek Sumsal1-2/+2
2024-03-27timedated: Respond on org.freedesktop.timedate1.SetNTP only when really finishedMichal Koutný1-3/+18
2024-03-27mkosi: Copy built packages to output directoryDaan De Meyer5-4/+15
2024-03-27mkosi: Update to latestDaan De Meyer1-1/+1
2024-03-27network/dhcp-server: introduce PersistLeases= settingYu Watanabe10-5/+71
2024-03-27journalctl-show/util: add missing headerAntonio Alvarez Feijoo2-0/+4
2024-03-27sd-ndisc-router: introduce sd_ndisc_router_set_sender_address()Yu Watanabe4-0/+19
2024-03-27ndisc-option: add HomeAgent option supportYu Watanabe2-11/+88
2024-03-27mkosi: Specify --without docs if needed for fedora/centosDaan De Meyer1-1/+2
2024-03-27Update pkg/fedora to latestDaan De Meyer1-0/+0
2024-03-27mkosi: Merge base and system imagesDaan De Meyer38-75/+50
2024-03-27mkosi: Re-enable OpenSUSE buildDaan De Meyer1-4/+2
2024-03-27mkosi: Update to latestDaan De Meyer1-1/+1
2024-03-27build(deps): bump pkg/debian from `1932e19` to `44fe1d4`dependabot[bot]1-0/+0
2024-03-27core: add counter for soft-reboot iterationsLuca Boccassi6-3/+36
2024-03-27analyze: show only current times after soft-rebootLuca Boccassi2-1/+8
2024-03-27core: add SoftRebootStartTimestampLuca Boccassi5-13/+42
2024-03-27core: do not serialize timestamps that are re-measured on soft-rebootLuca Boccassi1-4/+5
2024-03-27resolved: always return the validated answers when validatingRonan Pigott1-2/+15
2024-03-27resolved: minor dnssec fixupsRonan Pigott1-2/+9
2024-03-27shared/logs-show: restore infinite loop avoidance for corrupted journalsZbigniew Jędrzejewski-Szmek1-1/+2
2024-03-26home: fix typoYu Watanabe1-1/+1
2024-03-26test: integration test for PassFileDescriptorsToExec= optionJakub Sitnicki3-0/+82
2024-03-26socket: pass socket FDs to all ExecXYZ= commands but ExecStartPre=Jakub Sitnicki8-2/+53
2024-03-26dissect: fix memory leakAntonio Alvarez Feijoo1-1/+2
2024-03-26efi: skip check-alignment-* tests if pefile is not installedAntonio Alvarez Feijoo1-1/+5
2024-03-26hwdb: fix Asus T300FA rotation matrix (#31973)Luxiter1-0/+3
2024-03-26logs-show: read the current boot ID if nothing specified for add_match_boot_id()Yu Watanabe2-12/+15
2024-03-26sd-id128: move get_boot_id_for_machine() to id128-util.cYu Watanabe4-82/+83
2024-03-26journalctl-filter: several cleanups for add_matches()Yu Watanabe1-92/+82
2024-03-26journalctl-filter: add missing sd_journal_add_conjunction()Yu Watanabe1-1/+1
2024-03-26journalctl-filter: several trivial cleanupsYu Watanabe2-42/+25
2024-03-26journalctl-filter: modernize add_units()Yu Watanabe1-43/+36
2024-03-26ndisc-option: sort options in sent messageYu Watanabe1-3/+9
2024-03-26sd-ndisc-protocol: list up all known optionsYu Watanabe1-11/+48
2024-03-26bus-util: dedup bus_set_address_capsuleMike Yuan1-35/+26
2024-03-26resolved: support reloading configuration at runtimeLuca Boccassi13-19/+162
2024-03-26journalctl-show: split out seek_journal()Yu Watanabe1-113/+122
2024-03-26journalctl: split journalctl.c into small piecesYu Watanabe17-1750/+2029
2024-03-26journalctl: use correct type for flagsYu Watanabe1-10/+9
2024-03-26journalctl: merge three if blocks for seeking to the initial positionYu Watanabe1-24/+16