summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26648 from bluca/kernel_install_guidLuca Boccassi2023-03-071-7/+24
|\
| * kernel-install: also try to find $BOOT by partition GUIDLuca Boccassi2023-03-031-0/+20
| * kernel-install: use log_verbose everywhereLuca Boccassi2023-03-021-7/+4
* | conf-files: fix potential memleak in conf_files_list_strv_internal() on failureYu Watanabe2023-03-071-39/+31
* | Merge pull request #26669 from YHNdnzj/journalctl-lines-since-untilYu Watanabe2023-03-071-13/+42
|\ \
| * | journalctl: fix output when --since is used with --linesMike Yuan2023-03-051-11/+31
| * | journalctl: fix output when --until is used with --linesMike Yuan2023-03-051-3/+12
* | | udev: Don't mark as tablet if device has relative coordinatesJoshua Goins2023-03-071-1/+1
* | | Merge pull request #26686 from yuwata/iovecLuca Boccassi2023-03-066-21/+25
|\ \ \
| * | | tree-wide: replace IOVEC_INIT with IOVEC_MAKEYu Watanabe2023-03-065-20/+18
| * | | sd-journal: wrap long lineYu Watanabe2023-03-061-1/+7
* | | | network: geneve: add InheritInnerProtocol flagJosef Miegl2023-03-064-13/+23
* | | | base-filesystem: Support Arch-style multilibAdrian Vovk2023-03-061-9/+17
* | | | Merge pull request #26502 from DaanDeMeyer/chase-symlinks-additionsLuca Boccassi2023-03-063-40/+166
|\ \ \ \
| * | | | chase-symlinks: Add chase_symlinks_at_and_open()Daan De Meyer2023-03-063-0/+42
| * | | | chase-symlinks: Add CHASE_MKDIR_0755Daan De Meyer2023-03-063-15/+38
| * | | | chase-symlinks: Add CHASE_PARENTDaan De Meyer2023-03-063-27/+63
| * | | | chase-symlinks: Return "." as path from chase_symlinks_at() instead of NULLDaan De Meyer2023-03-061-2/+21
| * | | | chase-symlinks: Skip shortcuts if CHASE_PROHIBIT_SYMLINKS is setDaan De Meyer2023-03-061-6/+12
* | | | | Merge pull request #26687 from yuwata/c2xLuca Boccassi2023-03-0622-14/+41
|\ \ \ \ \
| * | | | | test: add header build tests for newer C and C++ standardsYu Watanabe2023-03-061-0/+7
| * | | | | Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-0621-14/+34
| | |/ / / | |/| | |
* | | | | time-util: drop redundant call of tzset()Yu Watanabe2023-03-061-2/+0
* | | | | gpt-auto: Check for /boot before putting ESP thereAdrian Vovk2023-03-061-3/+8
| |/ / / |/| | |
* | | | udev_rules_parse_file: do not skip ENOENTDmitry V. Levin2023-03-061-5/+1
|/ / /
* | | meson: adjust for removal of gnu-efi compatZbigniew Jędrzejewski-Szmek2023-03-051-10/+14
|/ /
* | Merge pull request #26653 from poettering/tmpfile-linkable-replaceYu Watanabe2023-03-048-114/+145
|\ \
| * | hwdb: port to flink_tmpfile()Lennart Poettering2023-03-031-51/+48
| * | tmpfile-util: teach link_tmpfile() to optionally replace filesLennart Poettering2023-03-037-63/+97
* | | systemctl: explicitly cast the constants to uint64_tFrantisek Sumsal2023-03-031-1/+1
* | | Merge pull request #26646 from poettering/nspawn-privateLuca Boccassi2023-03-032-5/+17
|\ \ \
| * | | nspawn: disable propagation for selected host API bind mountsLennart Poettering2023-03-031-0/+4
| * | | nspawn: disconnect mounts propagation from host on our container dirLennart Poettering2023-03-031-5/+13
| | |/ | |/|
* | | Merge pull request #26649 from yuwata/parse-timstampLuca Boccassi2023-03-033-107/+116
|\ \ \ | |_|/ |/| |
| * | time-util: refuse non-zero gmtoff with non-UTC timezoneYu Watanabe2023-03-031-6/+10
| * | time-util: extend comment a bitYu Watanabe2023-03-031-7/+7
| * | time-util: rename len -> tz_offsetYu Watanabe2023-03-031-38/+40
| * | time-util: fix typoYu Watanabe2023-03-031-1/+1
| * | meson: extend timeout for test-time-utilYu Watanabe2023-03-031-1/+4
| * | test: test parse_timestamp() in various timezoneYu Watanabe2023-03-031-16/+43
| * | test: clear tzname[] after timezone is changedYu Watanabe2023-03-031-3/+4
| * | test: use get_timezones() to iterate all known timezonesYu Watanabe2023-03-031-39/+11
| |/
* | Merge pull request #26355 from poettering/journal-no-rtcLennart Poettering2023-03-035-16/+290
|\ \ | |/ |/|
| * journal: use boot-id/timestamp info for odering entriesLennart Poettering2023-03-021-15/+86
| * sd-journal: track newest open journal file per boot IDLennart Poettering2023-03-024-0/+195
| * journal-file: journal-file: extend journal header to always carry offset of m...Lennart Poettering2023-03-022-1/+9
* | nspawn: drop unused argLennart Poettering2023-03-021-3/+1
* | Merge pull request #26628 from msizanoen1/utf8-quote-validLuca Boccassi2023-03-022-7/+24
|\ \ | |/ |/|
| * escape: add missing non-NULL parameter assertionsmsizanoen12023-03-021-0/+2
| * test-escape: Add tests for escaping bogus UTF-8 sequencesmsizanoen12023-03-021-0/+4